#games-quiz {
position:relative;
top:100px;
height:100%;
font-size:24px;
width: 800px;
margin:0 auto;
z-index:10;
}

.center {
text-align:center;
}

.left {
float:left;
}

.right{
float:right;
}
.text {
    font-size: 0.75em;
    padding: 20px;
}
	#flag-share a{
	padding: 13px 0px 13px 10px;
	top: 325px;
	left:285px;
    border-radius: 10px;
    padding: 5px;
    background: rgb(77, 166, 118);
    color: white;
    text-decoration: none;
	}

	#flag-share a:hover{
	background:rgb(49, 142, 92);
	}
	
	#mg-start .text p{
		font-size: 2em;
		line-height: 1.1em;
	}
	
	#flag-start a{
    border-radius: 10px;
    background: rgb(77, 166, 118);
    color: white;
    padding:5px;
	}

	#flag-start a:hover{
    border-radius: 10px;
	background:rgb(49, 142, 92);
	color: white;
    text-decoration: none;
	background-position: 0 -60px;
	}

	#flag-try-again a{
    border-radius: 10px;
    padding: 5px;
    background: rgb(77, 166, 118);
    color: white;
    text-decoration: none;
	}
	#flag-try-again a:hover{
	background:rgb(49, 142, 92);
	}
	#mg-board-container {
	position:absolute;
	width:100%;
	background:rgba(255,255,255,0.9);
	border-radius:20px;	
	text-align:center;
	padding:30px;
	}
	#mg-question-container, #mg-total{
		display: none;
	}
	
	#mg-total{
		padding:25px;
		position:absolute;
		right:20px;
	}
	
	.mg-ans-flag:first-child {
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	}

	.mg-ans-flag:last-child {
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom: none;
}
	
	.mg-ans-flag {
    background: rgb(77, 166, 118);
    padding: 10px 20px;
    border-bottom: 2px solid white;
    color: white;
    }
	.mg-ans-flag:hover {
	background:rgb(49, 142, 92);
	color: white;
	}

	.mg-ans-flag span {
		margin-right:20px;
	}

	#mg-header {
		padding:25px;
	}

	#mg-question {
		padding:20px 0;
	}

#mg-results-fail{
	display:none;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 150px;
	background:rgba(255,255,255,0.9);
	border-radius:20px;	
	text-align:center;
	padding:30px;
}

#mg-results-success{
display:none;
position:absolute;
    background: rgba(255,255,255,0.9);
    border-radius: 20px;
    padding: 30px;
    font-size: 0.75em;
    text-align: center;
    }

.mg-res-header {
font-size:2em;
}

#mg-bear{
display:none;
}

#mg-bear-fail{
display:none;
}

video {
    margin: 0 130px;
}