.olb-allschedule {
	clear: both;
	overflow: auto;
	zoom: 1;
}
.olb-allschedule ul.teachers {
	float: left;
	width: 29%;
	margin: 0;
	padding: 0;
	list-style: none !important;
	border-top: 1px solid #ddd;
}
.olb-allschedule ul.teachers li {
	margin: 0;
	padding: 10px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	list-style: none;
}

.olb-allschedule .schedule {
	float: left;
	width: 70%;
	margin: 0;
	overflow: auto;
	zoom: 1;
	border-top: 1px solid #ddd;
}
.olb-allschedule .schedule div {
	overflow: auto;
	zoom: 1;
	display: none;
}
.olb-allschedule .schedule .nodata {
	padding: 10px;
}
.olb-allschedule .schedule table {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	border-collapse: collapse;
	border: none;
}
.olb-allschedule .schedule table td {
	padding: 2px 10px;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.olb-allschedule .schedule table td.date {
	width: 120px;
}

.olb-allschedule .teachers li.current {
	background-color: #fff;
}
.olb-allschedule .schedule .current {
	display: table;
}
