#navList a:hover {
    text-decoration: none;
    background-color: darkslategrey;
    color: #169fe6;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}
.day:hover {
    background: #fff;
    padding: 20px;
    border: 1px solid #F0EEF5;
    margin-bottom: -1px;
border-bottom: 1px solid seagreen;
}
#profile_block:hover {
    border: 1px solid #169FE6;
}
#blog-news {
    overflow: visible;
    margin-bottom: 20px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}
.sidebar-block ul li a:hover {
    border-bottom: 1px dotted #ff5e52;
}
.sidebar-block ul li a:hover {
    border-bottom: 1px dotted #ff5e52;
    color: wheat;
}
.Cal {
    border: 1px solid #dedede;
}
.CalTitle {
    width: 100%;
    background-color: #169fe6;
    border: 1px solid #169fe6;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px;
    height: 47px;
}