body {
    color: #4c4d4f;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageheader {
    background-color: #fff;
    border-bottom: 4px solid #198754;
}
#pageheader .nav-link {
    color: rgb(50, 45, 45);
}
#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    color: #1f9122;
    font-weight: 700;
}

h1, h2, h3 {
    color: #4c4d4f;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.table thead th {
    border-bottom: 2px solid rgb(50, 45, 45);
    color: rgb(50, 45, 45);
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid rgb(50, 45, 45);
    font-weight: 700;
}
