.schedule-row {
	padding-bottom: 3px;
	border-bottom: 2px solid black;
	margin-bottom: 3px;
	text-align: left;
}

	.schedule-row.last {
		border-bottom: 0;
	}

.schedule-row .day {
	width: 128px;
	margin-right: 14px;
	float: left;
}

.schedule-row .day.last {
	margin-right: 0;
}

.schedule-row .day .date {
	color: black;
}


table {
	border-spacing: 0px;
}

td:first-child {
	padding-left:5px;
}

td {
	padding-right: 15px;
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 14%;
	line-height: 20px;
}

td .title {
	text-transform: uppercase;
}


td p {
	margin-bottom: 0.7em;
}
