@import "http://fonts.googleapis.com/css?family=Open+Sans:400,600'";

html, body {
  	width:100%;
  	height: 100%;
	padding:0;
	margin:0;
}
body {
	font-size: 75%;	
	font-family: 'Open Sans', sans-serif  !important;
}
#floating-map
{
	width: 90%;
	height: 90%;
	position: absolute;
    left: 80px;
	top: 20px;
	z-index: 999999;
	float: left;
}
iframe
{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 999999;
	float: left;
	border: #e67e22 2px solid;
}
button.text-float
{
	position: absolute;
    right: 5%;
	bottom: 5%;
	z-index: 999999;
	float: right;
	width: 100px;
}
button.select-all
{
    position: absolute;
    bottom: 5%;
    left: 5%;
}
button#close-map-btn
{
	position: absolute;
    left: 50%;
	bottom: 5%;
	z-index: 9999999;
	float: left;
	background-color: #e67e22;
}
button
{
	height: 50px;
	width: 200px;
	/*background-color: #3498db;*/
}
textarea
{
	background-color: black;
	color: white;
	font-size: 75%;	
}
#logo-img {
	max-width:100%;
    height:auto;
    display:block;
	float: right;	
}
#loading
{
	width: 100%;
	height: 100%;
	opacity: 50%;
	margin: 0;
	padding: 0;
	background: #fff url("../images/loading.gif") no-repeat center center;
	position: absolute;
	z-index: 999;
}