div.datepicker.datepicker-dropdown {
	padding: 0;
	border-radius: 3px;
}

.datepicker-days table thead tr:first-of-type {
	background-color: #6e91ff;
	color: #FFFFFF;
}

.datepicker-days table thead tr:first-of-type th:hover {
	background-color: #6e91ff;
}

.datepicker-days table thead tr:last-of-type {
	background-color: #FFFFFF;
}

.datepicker-days table tbody {
	background-color: #FFFFFF;
}
th.datepicker-switch {
    text-align: center;
}
td.day {
	color: #6e91ff;
    cursor: pointer;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.day.disabled:hover {
    cursor: default;
    background: #FFFFFF;
}
