body {
    color: #232323;
}
@media (min-width: 410px) {
    body { }
}

#pageheader {
    background-color: #3c3c3b;
    border-top: 9px solid #3c3c3b;
    border-bottom: 9px solid #3c3c3b;
    font-family: "Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
#pageheader .nav-link {
    color: #fff;
}

header .navbar-nav .nav-link.active {
    color: #ff9300;
    border-bottom: 3px solid #ff9300;
}

#pageheader .dropdown .nav-link {
    color: #232323;
}

.table thead th {
    border-bottom: 2px solid #ff9300;
    color: #232323;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #ff9300;
    font-weight: 700;
}
