html,body
{
	background color: white;
	padding: 0px;
	width:100%;
	height: 100%;
	margin: 0 auto;
}

header
{
	background-color: #0000FF;
	width: 100%;
	height: 100px;
	color: white;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 35px;
	text-align: center;
	padding-top: 2%;
}

#hello
{
	font-weight: bold;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 20px;
	text-align: center;
	margin-top: 10%;
}

a
{
	text-decoration: none;
	color: white;
}

a:hover
{
	font-weight: bold;
}

.go_next, .go_back
{
	background-color: #dddddd;
	border-radius: 30px;
	min-height: 33px;
	min-width: 83px;
	cursor: pointer;
	border: 2px solid #343434;
	font-size: 18px;
	margin: 2rem 1%;
	margin-bottom: auto;
}
.go_next:hover, .go_back:hover
{
	background-color: #000000;
	border-radius: 30px;
	min-height: 30px;
	min-width: 80px;
	cursor: pointer;
	border: 2px solid #343434;
	font-size: 18px;
	margin: 2rem 1%;
	color:white;
	margin-bottom: auto;
}

.panel
{
	display: none;
}

.current_panel
{

	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	text-align: center;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 18px;
	-webkit-animation: fadein 2s;
	   -moz-animation: fadein 2s; /* Firefox  */
	    -ms-animation: fadein 2s; /* Internet Explorer */
	     -o-animation: fadein 2s; /* Opera  */
	        animation: fadein 2s;
}

@keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
}

input
{
	min-height: 2em;
	min-width: 10em;
	text-align: center;
}

input[type="radio"]
{
	min-height: 2em;
	min-width: 6em;
	text-align: center;
}
table
{
	max-width: 40%;
	margin-bottom: 1em;
}

.shareLink
{
}

h6
{
	postion: absolute;
	float: left;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 2em;
	margin-left: 7em;
	margin-right: 1em;
	align: center;
	margin-top: 4em;
}

h5
{
	text-align: center;
}
