/* 	Author:  Karen Larter
	Last Revision:  2017-09-01
	CSS file for Community Martial Arts website, Schedule page
*/

#twoSchedules {
	margin: 0 5px;
	list-style-position: inside;
}
.schedule {
	display: inline-block;
    margin: 0px 40px;
	padding-left: 5px;
	padding-right: 5px;
    max-width: 400px;
	vertical-align: top;
	font-size: 1.1em;
}
.schedule ul li.day {
	padding-top: 20px;
}
.schedule ul li ul.times {
	padding-top: 5px;
}
.dayofweek {
	font-weight: bold;
}
#scheduleNote {
	margin-top: 50px;
}


/* alternative spacing for cell phone */
@media screen and (max-width: 570px) {
	#twoschedules {
		margin: 0 0px;
		list-style-position: outside;
	}
	.schedule {
		display: inline-block;
		margin: 0 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
}
