@charset "utf-8";
/* CSS Document */

/* SCHEDULE */

#schedule h4 {
	font-size: 14px;
	color: #343e47;
	margin-bottom: 10px;
}

#schedule table {
	width: 511px;
	border: 0;
	margin: 0 0 20px;
	padding: 0;
}

#schedule .alt {
	background: #e5e6ea;
}

#schedule td {
	padding: 2px 5px;
	font-size: 11px;
}

#schedule .home, #schedule .away {
	width: 165px;
}

#schedule .vs {
	width: 14px;
	background: #f2f5f3;
}

#schedule .field {
	width: 127px;
	color: #787a79;
	background: #d9dade;
}

#schedule a {
	color: #343e47;
}