body {
    
}
@media (min-width: 420px) {
    body { }
}

#pageheader {
    background-color: #fff;
    border-bottom: 4px solid #000;
    font-family: arial, sans-serif;
}
main {
    background-color: #fff;
}

header .nav a.nav-link {
    color: #777;
}

header .nav .nav-link.active {
    color: #000;
    
}

/* header .nav a.dropdown-item {
    color: #16181b;
} */

.table thead th {
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #000;
    font-weight: 700;
}
