.formSection {
	font-weight: bold;
	margin: 5px 0;
	color: #860926;
	}

.suggestionBox {
	padding: 10px;
	margin: 5px;
	border: 1px #860926 solid;
	width: 80%;
	}

#scheduleForm {
	display: none;
	position: fixed; 
	top: 20%;
	left: 15%;
	z-index:1000; 
	background-color:#efefef;
	border: 2px solid #860926;
	padding : 15px;
	overflow: auto;
	font-size: 10px;
	height: 70%;
	width: auto;
	}

#scheduleForm h1 {
	font-size: 14px;
	font-weight: bold;
	}

#scheduleForm a {
	font-weight: bold;
	color: #860926;
	}

#scheduleForm label {
	width: 40%;
	font-size: 9px;
	}

#scheduleForm input[type='text'] {
	width: 50%;
	}


#scheduleForm input[type='submit'] {
	padding: 10px;
	margin-left: 5px;
	}

.closeForm {
	margin: 5px;
	}

.wcs3-class-name {
	color: #fff;
	font-family: 'PT Sans', Arial, sans-serif; 
	font-weight: 700;
	font-size: 14px;
	}


.hiddenTableRow {
	display: none;
	}