.sexp_time {
    padding: 110px 5px 5px 320px;
    font-size: 48px;
    font-weight: bold;
}

ul#xx_sexp_time {
    list-style: none;
    margin: 50px 0;
    padding: 0;
    display: block;
    text-align: center;
}

ul#xx_sexp_time li {
    display: inline-block;
}

ul#xx_sexp_time li span {
    font-size: 80px;
    font-weight: 300;
    line-height: 80px;
}

ul#xx_sexp_time li.seperator {
    font-size: 80px;
    line-height: 70px;
    vertical-align: top;
}

ul#xx_sexp_time li p {
    color: #a7abb1;
    font-size: 25px;
}

span.infogood {
    color: #5a8339;
    cursor: pointer;
}

span.infoalert {
    color: #ad3232;
}

.timeslots_message_holder ._hint_text ._warning_message {
    color: #ed8e8e;
}

span.infogood {
    color: #ffffff;
    cursor: pointer;
    background: #77b93a;
    font-size: 0.85rem;
    padding: 0.25rem 1rem;
    border-radius: 8px;
    margin-top: 10px;
}

span.infoinactive {
    color: #ffffff;
    cursor: default;
    background: #bbbbbb;
    font-size: 0.85rem;
    padding: 0.25rem 1rem;
    border-radius: 8px;
    margin-top: 10px;
    margin-left: 6px;
    margin-right: 6px;
}

.timeslots_message_holder ._hint_text a {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 575.98px) {
    span.infogood {
        font-size: 0.65rem;
    }
}

span.nb {
    white-space: nowrap;
}


.timetable_box_holder  .cnas_chooser_buttons span{
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-block;
}
.timetable_box_holder  .cnas_chooser_buttons .infogood{
  color: #3d8309;
    background: #ffffff;
    border: 1px solid #a3a3a3;
}

.timetable_box_holder  .cnas_chooser_buttons span.infoinactive {
   color: #ffffff;
    background: #77b93a;
    border: 1px solid #5b8d35;
    box-shadow: 0px 0px 10px -5px #000;
}

.loc-drop-item {
    border: 1px solid #eee;
    padding: 8px;
    margin: 4px;
    margin-top: 12px;
}

.loc-drop-item .loc-name{
    margin-left: -10px;
    padding-top: 12px;
}

.loc-drop-drop {
    left: 0px;
    right: inherit;
    min-width: 450px;
    padding-right: 24px!important;
}