body,html {
	 /* Disables pull-to-refresh and overscroll glow effect.
     Still keeps swipe navigations. */
	 overscroll-behavior-y: none; 
	font-family: Verdana;
	font-size: 13px;
	height:100%;
	color:#777777;
	margin: 0;
	background-color : #8B6F91;

}
input {
	font-family: Verdana !important;
	font-size: 13px !important;
}

button {
	font-size: 13px !important;
}

h1 {
	font-size:200%;
	color:#54207D;
	margin-bottom:5px;
	margin-top:5px;
}

h2 {
	font-size:130%;
	color:#54207D;
	margin-bottom:5px;
	margin-top:5px;
}

.input_caption {
	padding-top:5px;
	padding-right:5px;
	margin-bottom:15px;
}

.color_main {
	background:#C99A26;
	color:#FFFFFF;
}

.color_sub {
	background:#E0E0E0;
	color : #666666;
}

.color_head {
	background:#404040;
	color:#FFFFFF;
}

.box {
	border-radius: 5px;
	border: 1px solid #FB8C00;
	padding: 7px;
	background-color: #FFF1E6;
}

/* Avail */
.avl_bar {
	display:flex;
}

.avl_time_hour {
	display:flex;
	border-bottom:solid 1px #999999;
}

.avl_time_min {
	display:flex;
	border-bottom:solid 1px #CCCCCC;
}

.avl_time {
	width:60px;
}

.avl_slot {
	width:50px;
	text-align:right;
	padding-right:3px;
}

.avl_slot_all {
	background:#F7BBD2;
}

.avl_slot_head {
	margin-left:3px;
	width:150px;
	height:16px;
	overflow:hidden;
}