.ui-datepicker td span, .ui-datepicker td a {
	text-align: center !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    background: white;
    font-weight: normal;
    color: black;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0;
	border-radius: 50%;
    background: #93000b;
    color: #ffffff;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    border: 0;
	border-radius: 50%;
    background: #93000b;
    color: #ffffff;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 10px  1px;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker th {
    font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	width: 30px;
}

.ui-datepicker table {
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
	margin: 0 0 .4em;
	line-height: 1!important;
}

.ui-widget-header {
    border: 0;
    background: #ffffff;
    color: #93000b;
    font-weight: normal;
	font-size: 18px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.2em;
	height: 1.8em;
}

.ui-datepicker {
	width: 100%;
}
