.holidayInfo li span {
    font-weight: normal;
}

.holidayInfo {
    border: 1px solid #ccc;
    padding: 1em;
    margin: 1em 0 0;
    list-style-type: none;
    max-height: 10vh;
    overflow-y: scroll;
}
.holidayInfo h2 {
    margin-bottom: 1em;
    font-size: 1em;
}
.holidayInfo li.readedNotifications {
    background: #ccc !important;
    border-color: gray !important;
}

.readed, .accept, .deny, .modifyHoliday {
    text-transform: none !important;
    text-decoration: underline;
    color: #428bca;
    cursor: pointer;
    font-weight: normal !important;
}

.daysLeft {
    color: red;
    font-weight: bold !important;
}

.acceptDays {
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #eee;
    width: auto;
    padding: 1em;
    position: absolute;
    display: none;
    margin: -5em 0 0px;
}

.accept:hover + .acceptDays {
    border: 3px solid red !important;
    color: red;
}