
html, body {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
div, table, td, li {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;	
}

#header {
	text-align: center;
	padding: 0px;
	background-color:#FFFFFF;
}
#header .blockImport {

}

#content {
	/*background-color:#eaeaea;*/
	padding: 10px 20px;
	color:#FFFFFF;
}

#footer {
	background-color: white;
	width:100%;
	padding: 10px;
}
#footer > div.blockImport {
	margin:0px;
}

/*adjusts how events are displayed on reg form*/
div.EventSetBox input { 
	/*float: left;*/
	vertical-align:top;
	margin-top:5px;
}

div.eventInfo {
	margin: 0px 20px 0px 5px;
	margin-bottom: 1em;
	display:inline-block;
}
#renderedDatesBox {
	margin-left:10%;
}
#authenticationPlaceholder {
	float: right;
	padding: 3px 5px;
	background-color: #ddd;
}
#authenticationPlaceholder .link { text-align: right }
#Error #fieldsPlaceholder { font-family: monospace }
.questionRow {
	padding:10px 0px;
}
.questionList {
	width:80%;
	margin:0px auto;
}
.questionRow > div > input {
	width:100%;
	border-radius:6px;
	border:1px solid #aaaaaa;
	height:40px;
	font-size:16px;
	padding:10px;
}
#submitButton {
	width:200px;
	height: 40px;
	margin-left:calc(50% - 100px);
	background-color:hsl(213, 9%, 25%);
	color:#FFFFFF;
	padding:5px 0px;	
	border:0px;
	border-radius:8px;
	border:1px solid #fafafa;
	font-weight: normal;
	font-size: 18px;
}
#submitButton:hover {
	background-color:hsl(213, 9%, 15%);
}
#submitButton2 {
	width:200px;
	margin-left:calc(50% - 100px);
	background-color:hsl(211, 100%, 53%);
	color:#FFFFFF;
	padding:5px 0px;	
	border:0px;
	border-radius:8px;
}
#submitButton2:hover {
	background-color:hsl(211, 100%, 43%);
}
form {
	
}
#linksbar	{display:none}
#main-body {
	padding:0px !important;
	background-color:#008D83 !important;
}
#renderedDateBox {
	text-align:center;
}
.confirmDates {
	width:80% !important;
	margin:0px auto;
}
.confirmDates > tbody > .odd {
	background-color:#ffffff;
}
.confirmText {
	width:80% !important;
	margin:0px auto;
}
a {
	color:#FFFFFF !important;
	font-weight:bold;
	font-style:italic;
}
#ftrlink {
	color:#008D83 !important;
}
#content {
	width:90%;
	max-width:1500px;
	margin:0px auto;
	background-color:rgba(0, 0, 0, 0.5);
	border:1px solid #000000;
	border-radius:8px;
}
#main-body {
	padding:20px 0px !important;
	min-width:390px;
	
}
div.questionRow { 
	margin-bottom: 2em 
}
div.field { 
	padding: 5px; 
}
div.questionRow textarea {
	width: 40em;
	height: 10em;
}
.requiredField .evalQuestion { 
	font-weight: bold 
}
.errorMessage { 
	color: red; 
	font-weight: bold; 
	background-color: white 
}
input[type="radio"] {
	margin:0px auto;
	display:block;
	width:18px;
	height:18px;
}
div.field > label {
	padding:0px 20px;
	display:inline-block;
	width:20%;
	text-align:center;
}
table.evaltable {
	border-collapse:collapse;
	border:0px;
}
table.evaltable > tbody > tr > td {
	text-align:center;
	padding:4px 2px;
	vertical-align:middle;
	border:0px;
	white-space:nowrap;
}
table.evaltable > tbody > tr > td > br {
	line-height:0em !important;
	display:none;
}
table.evaltable > tbody > tr > td > label {
	margin-bottom:0px;
}


