
.UIWeekCalendar {
    padding: 0 0 30px 0;
    width: 100% !important;
    position: relative;
    margin: 40px 0;
}
.UIWeekCalendar .Member {
    color: #444;
    font: bold 14px arial;
}
.UIWeekCalendar .CalendarTitle > span {
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}
.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 .CellCaption span.Durable {
    font-style: italic;
    font-weight: normal;
}
.UIWeekCalendar .CellCaption span.WeekLable {
    font-weight: 600;
}
.UIWeekCalendar .CellPrevious, .CellNext {
    background: #b80002 none repeat scroll 0 0;
    border-radius: 5px;
    text-align: center;
    width: 115px;
    display: inline-block;
}
.UIWeekCalendar .CellNext {
    float:right;
}
.UIWeekCalendar .PreButton, .NextButton {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
}
.UIWeekCalendar .CalendarTable {
    border: 1px solid #999 !important;
    margin-top: 20px;
}
.UIWeekCalendar .CalendarTable tr:first-child {
    background: #eee;
    text-align:center;
    font-weight:900;
}
.UIWeekCalendar .CalendarTable td {
    border: 1px solid #e7e7e7;
    padding: 10px;
}
.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: #f3f3f3 none repeat scroll 0 0;
    color: #444;
    height: 45px;
    text-align: left;
}
.UIWeekCalendar .DateName {font-size: 15px;font-weight: 600;}
.UIWeekCalendar .btnprint {
    padding: 4px 28px;
    background-color: #b80002;
    position: absolute;
    bottom: -15px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0.1px 2px 2px -0.7px #6c6a6a;
    right: 0;
}
.UIWeekCalendar .btnprint:hover{
    cursor: pointer;
    opacity: 0.7
}
@media only screen and (max-width: 768px) {
    .UIWeekCalendar .CellCaption {
        width: auto !important;
    }
    .UIWeekCalendar .CellPrevious,
    .UIWeekCalendar .CellNext{
        width: 150px !important;
    }
    .UIWeekCalendar .CalendarTableWrapper {
        width: 100vw;
    }
}