html, body {
	height: 100%;
	margin: 0;
	font-family: 'Rajdhani', sans-serif;
	font-size: 12pt;
}
.leaflet-container {
	height: 70%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
#map {
	background-color: #fff;
	top: 40px;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}
#wrapper {
	width:100%;
	text-align:center;
	margin-bottom: 50px;
	position: relative;
	top: 40px;
}
#playagain {
	display: none;
	max-width: 400px;
	margin: 10px auto;
}
#menu {
	position:  absolute;
	left:  0px;
	margin: 10px;
	font-weight: 700;
	font-size: 0.8em;
	color: #666;
	text-align: center;
	cursor: pointer;
}
#header {
	position:absolute;
	right:10px;
	top:0px;
	margin:0;
	margin-right: 10px;
	font-weight: bold;
	font-size: 2em;
	padding:10px;
	color:#333;
	display:block;
	z-index:501;
	text-align:right;
	font-family: 'Rajdhani', sans-serif;
}
#scorelabel {
	position: absolute;
	right: 70px;
	top: 52px;
	z-index: 506;
	background-color: #fff;
	padding:  0px 5px;
	font-weight: bold;
	color: #999;
	font-size: 0.8em;
}
#score {
	position:absolute;
	font-weight: bold;
	right:20px;top:50px;margin:10px;padding:10px;font-size:12pt;width:70px;border:solid 1px #333;border-radius:2px;background-color:#fff;text-align:center;color:#333;display:block;z-index:501;
}
.mapbutton {
	position:absolute;border: 2px solid rgba(0,0,0,0.2);left:10px;z-index:501;border-radius: 3px;background-color:#fff;padding:2px;cursor:pointer;
}

#zoomtofeature {
	top:160px;
}
#zoomtogroup {
	top: 121px;
}
#settings {
	top: 199px;
}
#country {
	margin:10px 1px;
	padding:10px;
	font-size:12pt;
	min-width:300px;
	max-width:500px;
	border:0;
	border-radius:2px;
	background-color:#eee;
}
#submit {
	margin:10px 1px;padding:10px;font-size:12pt;width:100px;cursor:pointer;border-radius:2px;background-color:#333;text-align:center;color:#fff;display:inline;
}
#results {
	 clear:both;margin:10px;
}

#dialogwrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity:  0.5;
	z-index: 1500;
	top: 0px;
	left: 0px;
	display: none;
}

#dialog {
	position: fixed;
	width: 350px;
	left:  -185px;
	margin-left: 50%;
	border-radius:  3px;
	padding: 10px;
	top: 50%;
	margin-top: -250px;
	border:  solid 2px #333;
	background-color: #fff;
	z-index: 1501;
	display: none;
}
#dialogheader {
	font-size: 2em;
	width: 70%;
	float: left;
	margin: 10px;
}
#dialogclose {
	float: right;
	font-size: 1em;
	text-align: right;
	width: 30px;
	height: 30px;
	margin: 10px;
	cursor:  pointer;
	background-image:  url('../img/close.png');
}
#dialogcontent {
	margin: 10px;
	font-size: 1em;
	float: left;
	text-align: left;
	clear: both;
	max-height: 450px;
	overflow-y:  auto;
	text-align: center;
	border-top: solid 1px #ccc;
	padding-top: 20px;
	width: -webkit-calc(100% - 20px);
    width:    -moz-calc(100% - 20px);
    width:         calc(100% - 20px);
}
.btn {
	padding:10px 20px;background-color:#88adb1;color:#fff;
	margin: 0 2px 10px 2px;
	font-size:12pt;border:0;border-radius:3px;cursor:pointer;
}
.btn:hover {
	background-color: #333;
}
