h2 {
	padding-bottom: .75em;
}

/**
 * Content
 */
#content .main {
	width: 66%;
}

#content .extra {
	overflow: visible;
	width: 95%;
}


/**
 * Schedule
 */
#content div.schedule {
	position: relative;
}

#content table.schedule {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content .schedule th,
#content .schedule td {
	border: 1px solid #ddd;
}

#content .schedule th {
	background: #008cdb;
	color: #fff;
}

#content .schedule .admission {
	background: #91bf00;
}

#content .schedule .admission,
#content .schedule .admission a {
	color: #fff;
}

#content .schedule .start,
#content .schedule .price,
#content .schedule .time,
#content .schedule .classroom,
#content .schedule .trainers {
	font-size: .8em;
}

#content .schedule .time {
	white-space: nowrap;
}

#content .schedule .scn_lt,
#content .schedule .scn_rt {
	display: block;
	height: 10px;
	left: -1px;
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 10px;
}

#content .schedule .scn_rt {
	left: -9px;
	margin-left: 100%;
}

#content .schedule .scn_lt ins,
#content .schedule .scn_rt ins {
	background: url(corners.png) no-repeat;
	display: block;
	height: 20px;
	left: -20px;
	position: absolute;
	top: 0;
	width: 40px;
}

#content .schedule .scn_rt ins {
	left: -30px;
}
