/************* DATEPICKER STYLING *************/

#ui-datepicker-div  {
	width: 240px;
	height: auto;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
	border: 1px solid #4b4b4b;
	background-color: #FFF;
	padding: 10px;
}

.ui-datepicker-calendar  {
	width: 100%;
	height: 140px;
	text-align: center;
}

.ui-datepicker-calendar th  {padding-bottom: 10px;}

.ui-datepicker-prev, .ui-datepicker-next  {width: 50%; height: auto; float: left; text-align: left; font-size: 11px; margin-bottom: 10px;}
.ui-datepicker-next  {text-align: right;}
.ui-datepicker-title  {width: 100%; height: auto;}
.ui-datepicker-month, .ui-datepicker-year  {width: 50%; height: auto; float: left; margin-bottom: 10px;}