ody {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    color: #363636;
}
@media (min-width: 410px) {
    body { }
}

#pageheader {
    background-color: #fff;
    border-bottom: 4px solid #303030;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}
#pageheader .nav-link {
    color: #000;
}

header .navbar-nav .nav-link.active {
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #303030;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-weight: 600;
}

.table thead th {
    border-bottom: 2px solid #3B4245;
    color: #3B4245;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #3B4245;                               
    font-weight: 700;
