/*******日历*************/

.CalTitle{
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    
}

.CalDayHeader{
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #F4F4F4;
   
}

.CalWeekendDay{
font-size:16px;
line-height:2.1;

}

/**找找看按钮***/
.CalTodayDay{
background-color: rgb(22, 159, 230);
color:#fff;
border-radius:50%;
}

#blog-calendar  u{
color:rgb(22, 159, 230);
font-weight:600;
text-decoration:none!important;
}



#widget_my_zzk .btn_my_zzk{
    background-color: rgb(22, 159, 230);
}