body, html {
    font-family: 'Lato';
    font-size: 15px;
}

a {
    color: #0078b3;
}


th {
    background-color: #0078b3 !important;
    color: #ffffff !important;
    padding: 5px;
    white-space: nowrap;
}

.hero-image {
    opacity: 0;
}

.kp-prefix {
    display: none;
}

.site-name {
    font-weight: bold;
}

.site-location {
    color: #0078b3;
}

tr.highlight {
    border: 3px solid #000000;
}    

.background-red {
    background-color: #b63125 !important;
    color: white !important;
    font-weight: bold;
}

.background-orange {
    background-color: #f36c0d !important;
    color: black !important;
    font-weight: bold;
}

.background-yellow {
    background-color: #fec941 !important;
    color: black !important;
    font-weight: bold;
}

.background-green {
    background-color: #a4d751 !important;
    color: black !important;
    font-weight: bold;
}

.days-hours {
    /* white-space: nowrap; */
}

#timestamp {
    font-style: italic;
    color: #666666;
}

#image-map {
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 540px;
    height: 480px;
}

.wait-time-disclaimer {
    color: #666666;
    font-size: 12px;
}
.section-header {
    padding: 60px;
    margin: 60px 0px;
    text-align: center;
}

.section-header h2 {
    font-size: 48px;
    font-weight: bold;
}

.accordion {
    --bs-accordion-btn-focus-border-color: rgba(164,215,81,0.5);
    --bs-accordion-btn-focus-border-color: rgba(164,215,81,0.5);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(164,215,81,0.5);    
    
}

.accordion-header button {
    font-weight: bold;
    border-radius: 0px !important;
}

.accordion-button:not(.collapsed) {
    background-color: rgb(164,215,81);
    color: #000000;
}

.accordion-button:focus {
    border-color: rgba(164,215,81,0.5);
}

.accordion-item {
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px !important;
}

#footer {
    font-size: 12px;
    width: 100%;
    background-color: #0078b3;
    color: #ffffff;
    line-height: 50px;
    margin-top: 60px;
}

#appointment-button {
    background-color: #a4d751;
    color: #000000;    
    font-weight: bold;
    font-size: 24px;
    border: none;
    border-radius: 10px;
    padding: 5px 20px;
}
