.UICalendarControl .Header {
        background: url(images/icon.png) no-repeat scroll 8px center, linear-gradient(180deg, #82bb05, #a2cb3e);
        font: bold 10pt arial;
        height: 30px;
        border-radius: 5px 5px 0 0;
}
.UICalendarControl .Header span {
        color: #ffffff;
        font: bold 10pt/30px arial;
        padding-left: 40px;
        text-transform: uppercase;
}
.UICalendarControl caption{
        display: none;
}
.UICalendarControl{
        margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
        div.UICalendarControl td {
                width: unset !important;
                display: table-cell !important;
        }
        .UICalendarControl {
                padding: 0 5px;
        }
}
