.hourscontainer, 
.schedule span:first-child, 
.schedule span + span {
	background: #fff;

}
.hourscontainer {
	box-shadow: 0.25em 0.25em 0.25em #0004;
	padding: 1.5em;
	width: 22em;
	margin: 3em auto 0;
}
.schedule {
	margin-left: 0;
	padding: 0;
	list-style: none;
}
.schedule span:first-child {
	font-weight: bold;
}
.schedule li:before {
	float: left;
	width: 0;
	white-space: nowrap;
	content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
}
.schedule span:first-child {
	padding-right: 0.25em;
}
.schedule span + span {
	float: right;
	padding-left: 0;
}