html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

#sfll-logo {
    margin: 8px;
    display: inline-block;
    width: 200px;
    height: 100px;
}

.date-column {
    white-space: nowrap !important;
}

#header-right {
    color: #244179;
    font-size: 30px;
    font-family: 'AvenirNext-DemiBold';
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 20px;
    text-align: center;
    background: white;
    width: 700px;
    display: inline-block;
}

input[type='date'] {
    background-color: #a7cae6;
    padding: 15px;
    font-family: 'AvenirNext-DemiBold';
    font-size: 18px;
    margin: 8px 4px;
    border: none;
    outline: none;
    border-radius: 5px;
}
::-webkit-calendar-picker-indicator {
    background-color: #a7cae6;
    color: #063970;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.dropdown-element {
    background-color: #e1e1e1;
    color: black;
    font-family: 'AvenirNext-DemiBold';
    font-size: 18px;
    text-align: center;
    padding: 15px;
    margin: 8px 4px;
    border: none;
    outline: none;
    border-radius: 5px;
}

#submit-button {
    background-color: #bf0000;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    font-family: 'AvenirNext-DemiBold';
    font-size: 18px;
    display: inline-block;
    margin: 8px 4px;
    cursor: pointer;
}

.btn-primary {
    font-family: 'AvenirNext-DemiBold';
    font-size: 18px;
    background-color: #244179;
    border: none;
    margin: 8px 4px;
}

.summary-heading {
    text-align: center;
    border: 1px black;
    font-weight: bold;
}

.summary-values {
    text-align: center;
    border: 1px black;
}

.table {
    border-collapse: collapse;
    width: 100%;
    font-family: 'Roboto';
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    margin-bottom: auto;
}

th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #c8c5c5;
}

#export-button {
    background-color: #bf0000;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: 'AvenirNext-DemiBold';
    font-size: 18px;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

h4.table-count {
    font-size: 15px;
}
