/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

div#tas_check_available {}

div#tas_check_unavailable {
    font-weight: bolder;
    color: red;
}

button.tas_loading {
    filter: grayscale(80%);
    opacity: 0.7 !important;
}

#tas_extend_days {
    padding: 3px 30px 3px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #f8f8f8;
}