
table#ar-cal-date th {
    font-family: 'Almarai';
    font-size: 17px !important;
    text-align: center;
    color: #b58b34;
}

table#ar-cal-date td {
    text-align: center;
}

table#ar-cal-date td a {
    cursor: pointer;
    text-decoration: none;
    color: #b58b34;
}

table#ar-cal-date td.selected {
    background: #b58b34;
    color: #fff;
}

table#ar-cal-date td.holiday {
    background: #EAF1FB;
}



table#ar-cal-date td.selected a {
    color: #fff;
}

table#ar-cal-time a.selected {
    background: #b58b34;
    color: #fff;
}

table#ar-cal-date th a {
    color: #b58b34;
    text-decoration: none;
    font-size: 24px;
}

h4#month-title {
    font-family: 'Almarai';
    font-size: 24px !important;
    text-align: center;
    color: #b58b34;
}