html, body {
	height: 100%;
	margin: 0;
}

a {
	text-decoration: none;
}

p {
	margin: 5px;
}

.leaflet-container {
	height: 93%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

#map {
	border: 1px solid green;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%); /* Firefox */
  -ms-transform: translate(-50%, -50%);  /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari and Chrome*/
  -o-transform: translate(-50%, -50%); /* Opera */
  transform: translate(-50%, -50%);

  /* optional size in px or %: */
  width: 99%;
  height: 99%;
}	


.button {
	display: block;
	width: 110px;
	height: 20px;
	background: #4E9CAF;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	line-height: 20px;
	}