#cal_plugin {
    text-align: center;
}
#cal_plugin .current {
    /*background: #42CA98;
    color: white;*/
    border: 2px solid #b9917d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#cal_plugin .weekend {
    background: #f7f4f1;
    color: #372400;
}
#cal_plugin .cal-header th {
    background: #e4e4e4;
    text-align: center;
    width: 30px;
    padding: 5px 20px 5px 0;
}
#cal_plugin td{
    width:30px!important    ;
}
#cal_plugin td a{
    display: block;
    padding: 0;
    margin: 0;
    background: no-repeat;
    width: auto;
    height: auto;
    line-height: 1em;
    clear: both;
    float: none;
}
#cal_switcher {
    margin-left: -14px;
    content: " ";
    display: block;
    text-align: center;
    background: #eeeeee;
    height:29px;
}
#cal_switcher>* {
    float: left;
    display: block;
}
#cal_switcher:after {
    clear: both;
    content: " ";
}
#cal_switcher a {
    width: 10%;
}
#cal_switcher .fa-angle-left {
    font-size: 20px;
    line-height: 20px;
}
#cal_switcher span {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 5px;
    padding: 5px;
    border-radius: 3px;
}
#cal_switcher span:hover {
    background: #ddd;
}
#cal_switcher span.selected {
    background: #ddd;
}
#cal_switcher #cal_yearmonth {
    width: 75%;
    margin-top: 5px;
}
#cal_yearmonth b {
    font-weight: normal;
    padding-right: 0.5em;
}
#cal_yearmonth a{
    display: inline;
    padding: 0;
    margin: 0;
    background: no-repeat;
    width: auto;
    height: auto;
    line-height: 1em;
    clear: both;
    float: none;
}
#cal_switcher .fa-angle-right {
    font-size: 20px;
    line-height: 20px;
}
.clearfix{overflow:hidden; zoom:1;}