.message {
  display: none;
  border-radius: 10px;
  padding: 10px;
  background-color: #ff0000;
  color: #fff;
}
/*---------------------------end of quiz stuff------------------------------------**/
.questionPageContent {
	visibility: visible;
}
#endOfQuizNav {
	visibility: hidden;
}
Table {
	border: solid black 1px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	text-align: center;
}
.spacer {
	height: 15px;
}