#col {
	float: right;
	position: relative;
	left: 33px;
	width: 256px;
	margin-right: 10px;
}

.box {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background: #eee;
}

.box h2 {
	margin: 0 0 6px;
}

.box h3 {
	font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #222;
	margin: 0 0 4px;
}

.linewrap {
	margin: 0;
	text-align: center;
}

.line {
	width: 60%;
	height: 1px;
	margin: 10px auto;
	border: none;
}

#schedule {
	border-spacing: 0;
}

#schedule td {
	vertical-align: top;
	text-align: right;
}

.day {
	font-weight: bold;
	padding-right: 6px;
	white-space: nowrap;
}

.check {
	margin-top: 0;
}
