.datepicker {
    font-size: 80%;
    font-family: initial;
    font-weight: normal;
}

.datepicker td, .datepicker th {
    width: 30px;
    height: 25px;
}

.new-label {
    position: relative;
    display: inline-block;
    width: 15px;
}

.new-label:after {
    position: absolute;
    background: tomato;
    color: white;
    top: 0px;
    padding: 3px;
    border-radius: 3px;
    content: "new";
    font-size: 10px;
}

}
.sidebar-menu li > a {
    position: relative;
    padding-right: 40px;
}