.circle {
	height:16px;
	width:16px;
	border-radius:50%;
	position:relative;
	top:14px;
}

.Bikram {
	background-color: #ffa31a;
}

.Yin {
	background-color: #ff4da6;
}

.Flow {
	background-color: #3399ff;
}

#timetable, table {
	border-collapse:collapse;
}

#timetable tr td {
	border: 1px solid gray; 
}

.Special {
	border:2px solid #000;
}

.header {
	background-color: #000;
	color: #fff;
	padding: 5px;
	width:60px;
	height:50px;
	text-align:center;
	font-size:16px;
	font-weight:700;
}

#timetable {
	width:100%;	
}


.TimetableKey {
	top:2px !important;
	position:relative;
	left:10%;
}

.TimetableKey td {
	text-align:left !important;
	padding: 0px 15px !important;
}

.TimetableKey .circle {
	top:2px !important;
}











