.mjCal {
    font-size: .7em;
}

.mjCal_adm {
    font-size: 1em;
}

.mjCal_calendars { }

.mjCal_belegt {
    background-color: #FF0000;
    opacity: 1.0 !important;
}

.mjCal_belegt .ui-state-default {
    background: none !important;
    border: none;
}

.date-range-selected > .ui-state-active,
.date-range-selected > .ui-state-default {
    background: none;
    background-color: #ffcc33;
}

.mjCal_adm_delObject a {
    color: red;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2em;
}

.mjCal_delBtn {
    font-weight: bold;
    color: #FF0000;
    padding-left: 1em;

}