#calendar_popup .calendar-month-header {
    color: #333;
}

.calendar-month-header {
    /*col
    or: #fff;*/
}
.btn-get-time {
    display: inline-flex;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.sb-get-year,
.sb-get-month,
.get-year,
.get-month,
.mb-get-year,
.mb-get-month {
    display: block;
    background-color: #fff;
    height: 27px;
    padding: 0 10px;
    margin: 0 3px;
    line-height: 27px;
    border: 1px solid #d9cccc;
    border-radius: 5px;
    cursor: pointer;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
    cursor: pointer;
}

div.zabuto_calendar .table tr td.selected-date div.day {
    border: none !important;
}

div.zabuto_calendar .table tr td.selected-date div.day{
    box-shadow: inset 0px 0px 0px 1px #987945;
}

.white-space-td {
    white-space: pre-wrap;
}