html {
	font-family: Arial, sans-serif;
}
body {
	margin: 0;
}
table {
	border-collapse: collapse;
	margin: 0 !important;
}

td {
	padding: 5px 0;
}

td.question {
	border-bottom: 1px solid black;
}

td.choice {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
}
input[type=text], input[type=password] {
	height: 2em;
	width: 20em;
	border: 2px solid #CCC;
	border-radius: 8px;
}
.signin td {
	border: none !important;
}

#errortext {
	color: #F00;
}

.hidden {
	display: none;
}

.advbtn {
	background-color: blue;
	border: none;
	border-radius: 10px;
	color: white;
	padding: 10px 25px;
	margin: 0 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	min-width: 130px;
}

#homebtn {
	float: left;
	background-color: #CCF;
}

.fauxlink {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
.header {
	position: relative;
	height: 60px;
	background-color: blue;
	color: white
}
.content {
	margin-bottom: 20px;
	padding: 20px;
}

li {
	line-height: 1.4em;
}
.center {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}