.regpro-calendarMonthHeader {
    background-color: #BA8086;
}
.eb-calendar ul.eb-weekdays {
    background: #BA8086;
}
.eb-topmenu-calendar ul li a:hover, .eb-topmenu-calendar ul li a.active {
    background: #BA8086;
    color: #fff;
}
.eb-topmenu-calendar ul li a {
    color: #BA8086;
}
.regpro-calendarDay {
    color: #BA8086;
}
.regpro-calendarWeekDayHeader {
    border-left: 1px solid #ccc!important;
}
#extcalendar .nextday, #extcalendar .nextweek, #extcalendar .previousday, #extcalendar .previousweek {
    font-weight: 700;
    padding: 3px 11px;
    text-align: center;
    text-decoration: none;
    height: 22px;
    vertical-align: middle;
    width: 33%;
    color: #fff;
    background: rgb(186, 128, 134) !important;
}
#extcalendar .currentday, #extcalendar .currentmonth, #extcalendar .currentweek {
    font-style: normal;
    font-weight: 400;
    padding: 3px 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: rgb(186, 128, 134) !important;
}