.t-check-in, .t-check-out {
    border-color: #fff
}
.t-check-out {
    border-left: 1px solid #e8e8e8;
}
.t-date-title {
    color: #e91e63
}
.t-special-day:before {
    border-color: #e91e63 #e91e63 transparent transparent
}
.t-datepicker-day {
    border-color: #ededed;
    background: #fff
}
.t-day, .t-disabled, .t-end, .t-range, .t-start {
    background: #fafafa;
    border-color: #fff
}
.t-disabled {
    background: 0 0
}
.t-highlighted {
    color: #607D8B
}
.t-highlighted.t-disabled {
    background: #fafafa
}
.t-end, .t-end-limit, .t-start {
    color: #fff;
    background: #566f7c
}
.t-range, .t-range-limit {
    color: #607D8B
}
.t-range {
    background: #d5dee2
}
.t-range-limit {
    background: #b7c6cd
}
.t-range-limit.t-end, .t-range-limit.t-start {
    color: #fff;
    background: #7b96a3
}
.t-check-in .t-end, .t-check-out .t-start, .t-check-out tr ~ .t-end {
    color: #fff;
    background: #566f7c
}
.t-hover-day, .t-hover-day-content, .t-hover-day:hover {
    color: #fff;
    background: #607D8B
}
.t-hover-day::after {
    border-color: #607D8B transparent transparent
}
.t-today, .t-today .t-hover-day-content {
    background: #aeaeae
}
.t-today::after {
    border-top-color: #aeaeae
}
.t-today:hover, .t-today:hover .t-hover-day-content {
    background: #607D8B
}
.t-today:hover::after {
    border-top-color: #607D8B
}
.t-end.t-today, .t-start.t-today {
    color: #fff
}
.t-end.t-today, .t-end.t-today .t-hover-day-content, .t-start.t-today, .t-start.t-today .t-hover-day-content {
    background: #566f7c
}
.t-end.t-today::after, .t-start.t-today::after {
    border-top-color: #566f7c
}