body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

#imgBg {
	background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#imgBg img {
	width: 100%;
	height: 100%;
}

#imgs {
	display: none;
}

#header {
	font-size: 20pt;
	color: #fff;
	padding: 10px 0;
	background-color: #4285f4;
	text-align: center;
	font-weight: bold;
}

#container {
	text-align: center;
}

.box {
	margin: 0 auto;
	background-color: #fff;
	width: 50%;
	padding: 10px;
	font-size: 16pt;
}

.box p {
	margin: 5px 0;
}

.box small {
	font-size: 12pt;
	font-style: italic;
}

#b2, #b3, #b4, #b5, #b6, #b7, #b8, #b9, #b10, #b11 {
	display: none;
}

#b11 {
	background:rgba(0,0,0,0.5);
	padding-top: 10px;
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #d9d9d9;
	margin: 10px 0 20px 0;
}

.selection {
	margin: 5px;
	text-align: center;
	font-size: 16pt;
	display: block;
	padding: 10px;
	border: 1px solid #d9d9d9;
	cursor: pointer;
}

.selected {
	background-color: #34a853;
	color: #fff;
}

.next {
	display: block;
	color: #fff;
	font-size: 13pt;
	font-weight: bold;
	background-color: #4285f4;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 0;
	width: 50%;
	margin: 10px auto;
	cursor: pointer;
}

button:focus {
	outline: none;
}

@media screen and (max-width: 900px) {
	.box {
		width: 80%;
	}
}

#rating {
	position: fixed;
	bottom: 1em;
	left: 1em;
}

#footer {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 5;
}

#footer a {
	color: #fff;
	text-shadow: #000 0px 0px 2px;
	text-decoration: none;
	font-size: 10pt;
}
