#navList a:link {
    text-shadow: none; 
}

#navList a {
    transition: background .5s;
}

#profile_block:hover {
    border: none;
}

#profile_block {
    border: none;
}

#navList li {
    line-height: 61px;
}

#navList a {
    font-weight: 700;
}

.day {
    border-left: 3px solid #fff;
    border-top: 1px #fff;
    border-bottom: 1px #fff;
    border-right: 1px #fff;
}

.day:hover {
    border-left: 3px solid #169fe6;
    border-top: 1px #fff;
    border-bottom: 1px #fff;
    border-right: 1px #fff;
}