#timepicker, #datepicker {
	max-width: 350px;
	border-radius: 15px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#datepicker {
	padding-left: 25px;
}

#tableHeader, #tableHeaderDate {
	height: 35px;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
}

#table {
	min-width: 250px;
	max-height: 240px;
	overflow-y: auto;
}

#timeTable tr {
	text-align: center;
	padding: 12px 12px;
	font-size: 16px;
}

#timeTable tr:hover {
	font-weight: bold;
	cursor: pointer;
}

#datepicker td,th{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}

.radioBtn {
	width: 30px;
}

.timeData {
	width: 170px;
}

.col-sm {
	margin: 25px;
}

.ui-datepicker-today {
	background: red;
}

.ui-datepicker-current-day {
	background: blue;
}

.header {
	font-weight: bold;
	font-size: 25px;
}