.registration .btn {
    text-align: left !important;
    white-space: normal;
}

@media (max-width: 576px) {
    #home_branch, #macontacts_filter {
        display: none;
    }
    #macontacts_map {
        height: 400px !important;
    }
}




.open_hours_2022  {
    color: #414141;
    font-size: 20px;
    margin-top: 10px;
}

.open_hours_2022 > DIV {
    border: 8px #e40057 solid;
    padding: 10px;
}
.open_hours_2022 table {
    max-width: 100%;
}

.open_hours_2022 table TD {
    padding: 4px 4px;
}

.open_hours_2022 b {
    font-size: 18px;
    width: 26px;
    padding-right: 10px;
    display: block;
}

.open_hours_2022 img {
    max-width: 30px;
    margin-right: 10px;
    display: block;
}
.open_hours_2022_colored {
    color: #e40057;   
   }

.open_hours_2022 a {
    margin-bottom: 0px;
}

.open_hours_2022 span {
    display: block;
    padding-top: 6px;
}

.open_hours_2022 H4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 10px;
    padding-bottom: 7px;
}

.open_hours_2022 .tooltip {
    font-size: 14px;
}
.open_hours_2022_note {
    font-size: 14px;
}

.open_hours_2022 P {
    padding-bottom: 0px;
    margin-bottom: 6px;
}

.open_hours_2022_note .mark_ill, .open_hours_2022_note .mark_prev {
    font-style: italic;
    padding-right: 20px;
    display: inline-block;
}
.open_hours_2022_note .mark_ill:before, .open_hours_2022_note .mark_prev:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    background-color: #414141;
}
.open_hours_2022_note .mark_ill:before {
    background-color: #e40057;
}
.open_hours_2022_note DIV {
    margin-bottom: 6px;
    display: block;
}



@media (max-width: 576px) {
    .open_hours_2022  {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .open_hours_2022 img {
        max-width: 20px;
        margin-right: 2px;
        display: block;
    }
    .open_hours_2022 table TD {
        padding: 4px 2px;
    }
    .open_hours_2022 b {
        font-size: 16px;
        width: auto;
        padding-right: 0px;
    }
}

.navbar {
    background: #FFF;
}


@media (max-width: 767px) {
    .dropdown-content {
        width: 100%;
        max-width: 100%;
        position: relative;
        border-bottom: 1px #e9e9e9 solid;
        border-top: 0px;
        box-shadow: none;
    }
    .dropdown-content li a {
        font-size: 14px;
        padding: 8px 10px;
        padding-left: 30px;
        color: #808080;
    }
}

