body #main-content {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}

#w1, #w2, #w3, #w4, #w5, #w6, #w7, #w8 {
	cursor:pointer;
}

#result {

	position:absolute;
	top:0px;
	left:0px;
	background: #ffffff;
	border:1px solid #cccccc;
	border-radius:20px;
	width:300px;
	padding:0px;
	box-shadow: 2px 10px 10px #512D6D;
	display:none;
	/*cursor:move;*/
	height:auto !important;
	

}

#resultinner {
	overflow: auto;
	margin:20px;

}

#timer {
	position: absolute;
	top:0px;
	right:25px;
	color:#cccccc;
	font-size:8px;


}


#close {
	cursor:pointer;
	font-size:16px;
	color:#512D6D;
	font-weight:bold;
	position: absolute;
	top:2px;
	right:10px;
	width: 40px;
	text-align:right;

}


iframe {
	margin-bottom:0px;
}
 


@media (max-width: 939px) {

	#resultinner {
		font-size: 14px;
		line-height:18px;
		margin:10px;
	}

	h2 {
		font-size: 18px;
		margin:5px 0px 5px 0px;
	}

	#result {
		border-radius:10px;
	}


}