@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin-ext');

body, h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', serif !important;
}

table.intencje {
    border: 1px solid;
    border-collapse: collapse;
    width: 100%;
}

table.intencje tr:hover {
    background-color: #f5f5f5;
}

table.intencje th {
    border: 1px solid;
    width: 5%;
}

table.intencje td {
    border: 1px solid;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.gallery li {
    display: inline-block;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
