/* === WYŚRODKOWANIE LOGO W HEADERZE === */

.header .grid-child {
    display: flex;
    justify-content: center;
}

.navbar-brand {
    margin: 0 auto;
    text-align: center;
}

.brand-logo img {
    display: block;
    margin: 0 auto;
}


/* ===== TABELA WYPLAT - WERSJA POD JOOMLA 5 CASSIOPEIA ===== */

table.table.wyplaty-table > thead > tr > th {
    background:#cfcfcf !important;
    font-weight:700 !important;
}

table.table.wyplaty-table > tbody > tr:nth-child(even) > td {
    background:#f2f2f2 !important;
}

table.table.wyplaty-table > :not(caption) > * > * {
    border-color:#666 !important;
}