.tablemonth {
    border: 1px solid #0B526E;
    background: #0B526E;
    width: 100%;
}

.fontmonth {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.cal {
    border: 1px solid #0B526E;
    background: #0B526E;
    width: 100%;
}

.calheader {
    background-color: #607080;
    border-left: 1px solid #95a5ad;
    border-right: 0px solid #62727a;
}

.calheaderfont {
    color: #FFFFFF;
}

.dateactivetd {
    background-color: rgb(246, 248, 249);
}

.datefont {
    font-size: 12px;
    line-height: 22px;
}

#maincal {
    width: 100%;
    /* height: 200px;  */
    padding: 0px;
    /* margin: 0 5%; */
    /*background: rgb(11, 82, 110);*/
    /*background:url('/templates/liftinglives/images/left_down_bg.jpg') #0B526E bottom left no-repeat; */
}

.linkedDate {
    color: #FF4F4F;
    font-weight: bold;
}

.selected_day .datefont {
    color: #f00;
    font-size: 20px !important;
}