body {
    color: #232323;
}
@media (min-width: 410px) {
    body { }
}

#pageheader {
    background-color: #3c3c3b;
    border-top: 9px solid #3c3c3b;
    border-bottom: 9px solid #3c3c3b;
    font-family: Branding-Medium, Arial, sans-serif;
}
#pageheader .nav-link {
    color: #fff;
}

header .navbar-nav .nav-link.active {
    color: #fff;
    border-bottom: 3px solid #fff;
}

#pageheader .dropdown .nav-link {
    color: #fff;
}
#pageheader .dropdown .dropdown-item {
    color: #232323;
}

.table thead th {
    border-bottom: 2px solid #9164cd;
    color: #9164cd;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #9164cd;
    font-weight: 700;
}
