.ui-datepicker {
	font-family: 'Roboto';
	font-size: 1rem;
	font-weight: normal !important;
}

.ui-datepicker * {
	font-weight: normal !important;
}

.ui-datepicker-header {
	background: #8F9D90 !important;
	border: none;
	color: #fff;
}

.ui-state-active {
	background: #8F9D90 !important;
	color: #fff !important;
}

.ui-state-highlight {
	background: #E1DAD9 !important;
	color: #222 !important;
	border-color: #E1DAD9 !important;
}

.ui-state-default {
	text-align: center !important;
}