div.d-date .d-date-box {
	text-align: center;
}

div.d-date .start-date-box {
}

div.d-date .start-date-box .start-date {
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: capitalize;
	white-space: nowrap;
}

div.d-date .end-date-box {
}

div.d-date .end-date-box .end-date {
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: capitalize;
	white-space: nowrap;
}

#s-date .form-control[readonly] {
	background-color: #fff;
}
