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



.scheduleRoom {
	position: relative;
	list-style-type: none;
	clear: both;
	margin: 0 0 0 0;
	

	
}

.scheduleRoom li {
	display: inline-block;
	float: left;
	width: 17%;
	height: 100%;
	min-height: 75px;
	padding: 5px;
	margin: 0 5px 5px 0;
	font-size: 1em;
	line-height: 1em;
	background: #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid black;
}

.scheduleRoom hr {
	display: none;
}

.time {
	font: 1.3em "Helvetica Neue", Helvetica, Arial, sans-serif bold;
	color: #cccccc;
	display: block;
	clear: both;
	font-weight: bold;
	

	
}

.schedule {
	height: 100%;
	min-height: 200px;
}

.schedTitle {
	font-weight: bold;
	text-shadow: none;
}

h2 {
	padding-top: 10px;
}

h3 {
	display: inline;
}

.scheduleRoom li img.socIcon {
	padding: 3px 0 0 0;
	height: 7px;
	width: 7px;
}

.entryTitle {
	clear: both;
}

.topLink {
	padding: 0;
	margin: 0 0 0 -15px;
	clear:both;
}

h5 {
	margin: 3px;
	border-bottom: 2px dotted black;
}

