@import url("/Assets/CSS/KidsLayout.css");

body {
	background: url("/Assets/Images/Blackboard.jpg") center fixed;
	background-size: cover;
	margin: 5vh 5vw;
	color: #FFF;
}

@media screen and (min-width: 1025px) {
	body {
		margin-left: 10vh;
	}
}

.manuals {
	margin: auto;
}
	.manuals td {
		width: 20vw;
		text-align: center;
		vertical-align: middle;
	}
	.manuals img {
		width: 10vw;
	}

.instructions {
	padding-left: 2rem;
	color: #CCC;
}
	.instructions li {
		font-size: 1.2rem;
		font-weight: bold;
		padding-top: 1rem;
	}
		.instructions li li {
			font-size: 1rem;
			font-weight: normal;
			padding-top: 0;
		}

.hover, .right, .wrong, .warne {
	text-align: center;
	transition: all 1s;
}
.hover {
	background: rgba(255, 255, 255, 0.6);
}
.right {
	background: #4CAF50;
}
.warne {
	background: #FF9800;
}
.wrong {
	background: #F44336;
}

#GetResults {
	margin: 5vh;
	height: 6rem;
	text-align: center;
}

#Synthesis {
	margin: 1rem auto;
	width: 10rem;
	padding: 0.5rem;
	text-align: center;
	transition: all 1s;
}
	#Synthesis * {
		font: normal 0.6rem Noto;
	}
#CloseButton {
	float: right;
	margin-left: -0.8rem;
	line-height: 0.2rem;
	cursor: pointer;
	transition: all 1s;
}