body{
	margin: 0;
	font-family: 'Arial', 'sans-serif';
}
a{
	text-decoration: inherit;
}
a:visited{
	color: inherit;
}
a:active{
	color: inherit;
}

/*loader*/
.loading{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 11000;
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}
 .loading-middle{
 	display: inline-block;
 	vertical-align: middle;
 	height: 100%;
 }
 .loading-img{
 	display: inline-block;
 	vertical-align: middle;
 }



/*map*/
#map{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*follow button*/
.follow-button-container{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
.follow-button{
	padding: 8px;
	margin: 10px;
	background: #fff;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
}
.follow-button:hover{
	color: #333333;
}
.follow-img{
	height: 20px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 3px;
}
.follow-text{
	vertical-align: middle;
}

