body{
	margin:0px;
	background:#282749;
	font-size:2.3vw;
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#harita{
	margin:auto;
	position:relative;
}
.button{
	border: 1px solid #333;
	display: inline-block;
	width: 27%;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	margin: 5px 3px;
	padding:1px 0 1px 0;
	color:#eee;
	background: linear-gradient(#2c5784, #2c5784);
	cursor:pointer;
	font-family:Tahoma;
}
.buttons{
	text-align:center;
}
.satir{
	text-align:center;
	width:100%;
}
#soru{
	display:inline-block;
	margin:auto 2px;
	padding:1px 0 1px 0;
	border-radius: 5px;
	color:#eee;
	background:#b80c09;
	font-family:Tahoma;
	width: 75%;
	line-height: 35px;
}
#yenile{
	display:inline-block;
	margin:auto;
	padding:1px 0 1px 0;
	border-radius: 5px;
	color:#eee;
	background:url('../img/yenile.png') #b87209;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 75%;
	font-family:Tahoma;
	width: 10%;
	max-width:60px;
	line-height: 35px;
	cursor:pointer;
}
#puan{
	display:inline-block;
	margin:auto;
	padding:1px 0px 1px 2px;
	border-radius: 5px;
	color:#eee;
	background:url('../imgdogru.png') #05b44d;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	background-size: auto 40%;
	font-family:Tahoma;
	width: 10%;
	max-width:60px;
	line-height: 35px;
	text-align:center;
}
#mesaj{
	box-sizing: border-box;
	background: url('../img/dogru.png') #000;
	background-repeat: no-repeat;
	background-position: center 15%;
	background-size: 70%;
	display: none;
	color:#fff;
	border-radius: 1vw;
	position:absolute;
	width:20vw;
	height:20vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
	font-family:Tahoma;
	font-weight:bold;
	box-shadow: 0px 0px 25px 9px rgba(0,0,0,0.75);
}
#mesaj-text{
	box-sizing: border-box;
	padding:5px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	background:#fff;
	color:#282749;
	border-bottom-left-radius: 1vw;
	border-bottom-right-radius: 1vw;
}
.mesaj-div{
	position:relative;
	width:100%;
	height:100%;
}
#mesaj-ust{
	color:#fff;
}