.nice-date-picker-warpper{    
    border-radius:5px;
}
.nice-date-picker-header{
    width:100%;
    height:40px;
    padding:5px 0;
    font-size:0;
    position:relative;
}
.nice-date-picker-header a{
    height:40px;
    width:40px;
    display:block;
    line-height:40px;
    font-size:18px;    
    text-align:center;
    font-family:'xeicon';
}
.nice-date-picker-header .prev-date-btn{
    position:absolute;
    left:0px;
    top:0;
}
.nice-date-picker-header .next-date-btn{
    position:absolute;
    right:0px;
    top:0;
}
.nice-date-title{
    width:100%;
    font-size:18px;
    text-align:center;
    display:block;
}
.nice-date-picker-body{
    width:100%;
}
.nice-date-picker-body tr{
    width:100%;
}
.nice-date-picker-body tr th{
    width:41px;
    height:26px;    
    text-align:center;
    font-weight:100;
}
.nice-date-picker-body tr td{
    width:41px;
    height:32px;    
    text-align:center;
    color:#0d4886;
}
.nice-date-picker-body tr td span{
    line-height:28px;
    height:28px;
    width:28px;
    display:block;
    margin:0 auto;
}
.nice-date-picker-body tr .nice-gray span{
   color:#bbb;
}
.nice-date-picker-body tr .nice-normal  span{
    cursor:pointer;
}
.nice-date-picker-body tr .nice-current  span{
    background:#b91211 !important;
    border-radius:50%;
    color:#fff !important;
}
.nice-date-picker-body tr span:hover {
    background:#eee;
    border-radius:50%;
}