@charset "utf-8";
/* CSS Document */
.DayPicker-Day:not(.DayPicker-Day--disabled):hover:before {
    background-color: #a4c408 !important;
}

.added-div-for-animation {
    background-color: #a4c408 !important;
}

.DayPicker-Weekdays {
    background-color: #a4c408 !important;
}

.DayPicker-Caption {
    background-color: #a4c408 !important;
}

.nav {
    display: table-row;
}

#btn-close {
    display: none;
}
