﻿body {
}

.time__link--selected {
    background-color: #162b72;
    color: #fff;
}

.calendar__link--selected {
    background-color: #162b72;
    color: #fff;
}

/*.btn--disabled {
    background: rgba(18,51,127,.4)
}


.btn--disabled:before {
    background: rgba(18,51,127,0)
}*/


.header img {
    width: unset !important;
    max-height: 50px;
}

@media (min-width: 48em) {

    .header img {
        width: unset !important;
        max-height: 65px;
    }
}