.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;
        font-weight: bold;
}
.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 th{
        font-weight:bold;
}
.CellSelection{
        padding-top:20px
}
.UIWeekCalendar .CalendarTable th:nth-child(1),
.UIWeekCalendar .CalendarTable td:nth-child(1) {
        width: 7%;
}
.UIWeekCalendar .CalendarTable th:nth-child(3),
.UIWeekCalendar .CalendarTable td:nth-child(3) {
        width: 50%;
}
.UIWeekCalendar .CalendarTable th:nth-child(2),
.UIWeekCalendar .CalendarTable td:nth-child(2) {
        width: 10%;
}
.UIWeekCalendar .CalendarTable th:nth-child(4),
.UIWeekCalendar .CalendarTable td:nth-child(4) {
        width: 150px !important;
}
.UIWeekCalendar .CalendarTable th {
        border: 1px solid #999;
        padding: 5px;
        text-align: center;
}
.UIWeekCalendar .CalendarTable tr th:nth-child(5):not(:last-child) {
        min-width: 187px !important;
}
.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){
        .CalendarTableWrapper{
                overflow: auto;
        }
}
