

/* SCHEDULE */

.page {
	padding-top: 30px;
}


.white .schColumn {
	padding-bottom: 10px;
	margin-top: 50px;
	margin-left: 16px;
}

.white .schColumn h2 {
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 8px;
	text-align: center;
	background-color: #3d464c;
}

.schColumn {
	vertical-align: top;
	width: 470px;
	border-left: 2px solid #333;
	display: inline-block;
	margin-bottom: 50px;
}

.white .schColumn ul {
	text-align: left;
}

.white .schColumn li {
	font-size: 14px;
	line-height: 18px;
	color: #394247;
	font-weight: bold;
	list-style-type: none;
    background: url(../_img/bullet.png) 12px 15px no-repeat;
    background-size: 6px;
    
    padding: 8px 10px 8px 24px;
    border-bottom: 1px dotted #aaa;
}

.white .schColumn li:last-child {
	border-bottom: none;
}

.white .schColumn li.break {
	background-image: none;
	background-color: #6a7a84;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}


.white .schColumn li span {
	text-transform: uppercase;
	color: #939393;
	font-size: 10px;
	line-height: 10px;
}