.ui-datepicker td {
	width: 14.28%;
}
.ui-state-default {
	color: #fff !important;
	background: #005493 !important;
	border: 1px solid #fff !important;
}
.ui-state-hover, .ui-state-active {
	background: #ffc905 !important;
}
#banner {
	background-image: url(/image/banner_admission.jpg);
}
#bd-main {
	text-align: center;
}
#bd-main h2 {
	font-size: 35px;
	font-weight: bold;
}
#bd-main h3 {
	font-size: 20px;
	font-weight: bold;
}
#bd-main p {
	margin-top: 20px;
}
#form {
	max-width: 490px;
	margin: auto;
	color: #777;
	text-align: left;
}
#form > div {
	margin-top: 20px;
}
#form > .datetime > input {
	width: 49%;
    vertical-align: bottom;
}
#form > .datetime > .dropdown {
	display: inline-block;
	width: 49%;
}
#form > .small {
	font-size: 12px;
}
#form > div > a {
	display: block;
	width: 100%;
	line-height: 40px;
	color: #fff;
	background: #005493;
	border-radius: 5px;
	text-align: center;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 380px) {
#form > .dob > span {
	display: block;
}
}