/* Styles definition here */
.nonworking {
	opacity:9 !important;
}
.nonworking a {
    background-color: red !important;
}
.ts_slot_availability {
    display: block !important;
    color: red;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
}
.ts_slot_availability:before {
    content: "slots left";
    display: inline-block;
    font-size: 14px;
    text-align: center;
}