.datepicker{
    margin-top:-10px;
}
.datepicker table{    
    border-collapse: separate;
    border-spacing: 10px;
    margin-left: auto;
    margin-right: auto;
}
.datepicker table th{
    text-transform: uppercase;    
}
.datepicker table tr:nth-child(2) th{
    border-top:1px solid #8b8b8b;
    border-bottom:1px solid #8b8b8b;
    line-height: 48px;
}

.datepicker table tr:nth-child(3) th{
    font-weight: lighter;    
}
.datepicker th,
.datepicker td{
    text-align: center;
    padding:0;
}
.datepicker td{
    width:30px; 
    height:30px;
    font-size: 14px;
    border:1px solid #8b8b8b;
    border-radius: 50%;
}
.datepicker .mjkAct{
    border:2px solid #219fac;
    cursor:pointer;
}
.datepicker .old,
.datepicker .new
{opacity:0.2;}

.datepicker .next{
    background:url(../../images/cal-next.png) right center no-repeat;
    cursor: pointer;
    color:white;    
}
.datepicker .prev{
    background:url(../../images/cal-prev.png) left center no-repeat;
    cursor: pointer;
    color:white;    
}
.datepicker .prev::before{
    content:' ';
    height:50px;
    width:20px;
    margin-top:-1px;
    margin-left: 20px;
    border-top:1px solid #8b8b8b;
    border-bottom:1px solid #8b8b8b;
    position: absolute;
}
.datepicker .next::before{
    content:' ';
    height:50px;
    width:20px;
    margin-top:-1px;
    margin-left: -30px;
    border-top:1px solid#8b8b8b;
    border-bottom:1px solid#8b8b8b;
    position: absolute;
}

@media (min-width: 1700px) {
    .datepicker td{
        width:40px;
        height:40px;
        font-size: 16px;
    }
}