
div.zabuto_calendar {
    margin: 0;
    padding: 0;
}
div.zabuto_calendar .table {
    margin: 0;
    padding: 0;
    width: 78%;
}
div.zabuto_calendar .table th, div.zabuto_calendar .table td {
    padding: 4px 2px;
    text-align: center;
    font-size: 12px;
}
div.zabuto_calendar .table tr th, div.zabuto_calendar .table tr td {
    background-color: #ffffff;
}
div.zabuto_calendar .table tr.calendar-month-header th {
    background-color: #858db4;
    color: #fff;
}
div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
}
div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #f7f7f7;
    font-weight: normal;
}
div.zabuto_calendar .table tr:last-child {
    border-bottom: 1px solid #dddddd;
}
div.zabuto_calendar .table tr.calendar-month-header th {
    padding-bottom: 4px;
    padding-top: 12px;
}
div.zabuto_calendar .table-bordered tr.calendar-month-header th {
    border-left: 0 none;
    border-right: 0 none;
}
div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
}
div.zabuto_calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 3px;
}
div.zabuto_calendar tr.calendar-dow-header th, div.zabuto_calendar tr.calendar-dow td {
    width: 10%;
}
div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-bottom: 7px;
    padding-top: 7px;
}
div.zabuto_calendar .table tr td.event div.day, div.zabuto_calendar ul.legend li.event {
    background-color: #fff0c3;
}
div.zabuto_calendar .table tr td.dow-clickable, div.zabuto_calendar .table tr td.event-clickable {
    cursor: pointer;
}
div.zabuto_calendar .badge-today, div.zabuto_calendar div.legend span.badge-today {
    background-color: #357ebd;
    color: #ffffff;
    text-shadow: none;
}
div.zabuto_calendar .badge-event, div.zabuto_calendar div.legend span.badge-event {
    background-color: #ff9b08;
    color: #ffffff;
    text-shadow: none;
}
div.zabuto_calendar .badge-event {
    font-size: 0.95em;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}
div.zabuto_calendar div.legend {
    margin-top: 5px;
    text-align: right;
}
div.zabuto_calendar div.legend span {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}
div.zabuto_calendar div.legend span.legend-text:after, div.zabuto_calendar div.legend span.legend-block:after, div.zabuto_calendar div.legend span.legend-list:after, div.zabuto_calendar div.legend span.legend-spacer:after {
    content: " ";
}
div.zabuto_calendar div.legend span.legend-spacer {
    padding-left: 25px;
}
div.zabuto_calendar ul.legend > span {
    padding-left: 2px;
}
div.zabuto_calendar ul.legend {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
div.zabuto_calendar ul.legend li {
    display: inline-block;
    height: 11px;
    margin-left: 5px;
    width: 11px;
}
div.zabuto_calendar ul.legend div.zabuto_calendar ul.legend li:first-child {
    margin-left: 7px;
}
div.zabuto_calendar ul.legend li:last-child {
    margin-right: 5px;
}
div.zabuto_calendar div.legend span.badge {
    border-radius: 5px;
    font-size: 0.9em;
    padding: 2px 5px 3px;
}
@media (max-width: 979px) {
div.zabuto_calendar .table th, div.zabuto_calendar .table td {
    padding: 2px 1px;
}
}
