
.mobile-calendar .hNext{
    transform: rotate(180deg);
}
.mobile-calendar table{
    width: 100%;
}
@media (min-width: 639px){
    .mobile-calendar table{
        width: 50%;
        max-width: 400px;
    }
}
.mobile-calendar #calendar  {    
    padding: 6px 15px 15px 15px;
}
.mobile-calendar #calendar  a {
    text-decoration: none;
}     
.mobile-calendar #calendar  thead .heading th {
    padding: 5px 0px;
}
.mobile-calendar #calendar  thead .heading th, 
.mobile-calendar #calendar  thead .heading th a {
    line-height: normal;
    font-size: 14px;
    text-align: center;
}
.mobile-calendar #calendar  thead .monthNav {
    background-image: url(../img/calendar.png);
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 0;
    line-height: 0;
    text-indent: -90000px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
    
.mobile-calendar #calendar  thead .hCurrent {
    padding: 5px 0;
}
.mobile-calendar #calendar  thead .hCurrent a:hover {
    text-decoration: underline;
}

.mobile-calendar #calendar  tbody td, 
.mobile-calendar #calendar  tbody td a {
    width: 18px;
    height: 18px;
    font-size: 11px;
    text-align: center;
    padding: 0;
}
@media (min-width: 639px){
    .mobile-calendar #calendar  tbody td, 
    .mobile-calendar #calendar  tbody td a {
        width: 40px !important;
        height: 30px !important;     
    }   
}
.mobile-calendar #calendar  tbody td, 
.mobile-calendar #calendar  tbody td a, 
.mobile-calendar #calendar  tbody td span {
    width: 19px;
    height: 19px;
    margin: auto;
}
.mobile-calendar #calendar  tbody td {
    line-height: normal;
}
.mobile-calendar #calendar  tbody td a, 
.mobile-calendar #calendar  tbody td span {
    display: block;
    line-height: 19px;
    margin: auto;
}
@media (min-width: 639px){
    .mobile-calendar #calendar  tbody td a, 
    .mobile-calendar #calendar  tbody td span {        
        line-height: 30px !important;
        height: 30px;
    } 
}
.mobile-calendar #calendar  tbody td span {
    -ms-filter: "alpha(opacity=50)";
    opacity: 0.5;
}

.mobile-calendar #calendar  tbody .dayLabel {
    font-weight: bold;
}

.mobile-calendar #calendar  tbody .weekSelector a {
    display: block;
    background: url(../../img/widget/datepicker/arrow.png) 5px 5px no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -90000px;
}