.UIWeekCalendar {
        background: #fff none repeat scroll 0 0;
        margin: 35px 15px 15px;
        padding: 0;
}
.UIWeekCalendar .Member {
        color: #444;
        font: bold 14px arial;
}
.UIWeekCalendar .CalendarTitle > span {
        color: #333;
        font: bold 15px arial;
        text-transform: uppercase;
}
.UIWeekCalendar .CalendarTitle {
        margin-bottom: 20px;
        text-align: center;
}
.UIWeekCalendar .TBLCaption {
        color: #333;
        font: italic 12px arial;
        margin: 0 auto 20px;
        width: 60% !important;
}
.UIWeekCalendar .CellCaption {
        text-align: center;
}
.UIWeekCalendar .CellPrevious, .CellNext {
        background: #b80002 none repeat scroll 0 0;
        border-radius: 5px;
        text-align: center;
        width: 78px;
}
.UIWeekCalendar .PreButton, .NextButton {
        color: #fff;
        font: bold 12px arial;
}
.UIWeekCalendar .CalendarTable {
        border: 1px solid #999 !important;
        margin-top: 20px;
}
.UIWeekCalendar .CalendarTable td {
        border: 1px solid #999;
        padding: 5px;
}
.UIWeekCalendar .Col1, .Col2, .Col3, .Col4, .Col5, .Col6 {
        background: #eee none repeat scroll 0 0;
        color: #444;
        font: bold 13px arial;
        height: 35px;
        text-align: center;
}
.UIWeekCalendar .CDay {
        background: #eee none repeat scroll 0 0;
        color: #444;
        font: 13px arial;
        height: 45px;
        padding-left: 10px;
        text-align: justify;
}
.UIWeekCalendar .DateName {
        font: bold 13px arial;
}
@media only screen and (max-width: 768px){
        .UIWeekCalendar {
                margin: 0;
                overflow: auto;
        }
}
