.picker {
	position: absolute;
	z-index: 50;
	padding: 0 8px 8px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#datepicker th {
	font-weight: normal;
	font-size: 80%;
}
#timepicker th {
	font-size: 80%;
}
.picker td {
	padding: 6px 8px;
	line-height: 1em;
	text-align: right;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	cursor: pointer;
}
#timepicker td.sep {
	width: 32px;
	border: none;
	cursor: default;
}
.picker td:hover {
	background: #e0e0e0;
	border-color: #ff5a00;
}
#datepicker th.weekend,
#datepicker td.weekend {
	color: #ff5a00;
}
#datepicker td.not-this-month {
	opacity: 0.3;
}
#datepicker td.today {
	background: rgba(255, 90, 0, 0.2);
}
#datepicker td.selected {
	background: #ff5a00;
	color: #fff;
	border-color: #ff5a00;
}
#datepicker .controls {
	margin: 0 -4px;
	padding: 10px 0 8px;
	text-align: center;
}
#datepicker .controls span {
	display: block;
	margin: 0 4px;
	width: 32px;
	line-height: 26px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	cursor: pointer;
}
#datepicker .controls span:hover {
	background: #e0e0e0;
}
#datepicker .controls .prevYear,
#datepicker .controls .prevMonth {
	float: left;
}
#datepicker .controls .nextYear,
#datepicker .controls .nextMonth {
	float: right;
}
#timepicker td.active {
	background: rgba(255, 90, 0, 0.2);
}
#timepicker td.sep {
	width: 40px;
	border: none;
	cursor: default;
}
#timepicker td.sep:hover {
	background: none;
}
#timepicker p {
	margin: 0;
	padding: 16px 2px 0;
}
#timepicker p span {
	float: right;
	padding: 0 4px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	cursor: pointer;
}
#timepicker p span:hover {
	background: #e0e0e0;
	border-color: #ff5a00;
}