/* Copyright Benaral 2016-2021 */
body {
    color: #000000 !important;
    font-family: sans-serif;
}
h1 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #000000 !important;
    font-family: serif;
}
h2 {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #4aa8e8 !important;
    font-family: serif;
}
.ben-blue {
    color: #4aa8e8 !important;
}
.footer {
    font-family: sans-serif;
}
.navbar {
    min-height:80px !important;
    font-family: sans-serif;
    background-color: #4aa8e8 !important;
}
.nav-link {
    color: #FFFFFF !important;
}
.wait {
    cursor: progress !important;
}
@media print {
    .pagebreak { page-break-before: always; }
}
