html {
  width: 100%;
  height: 100%;
}
body {
  width:100%;
  height:100%;
  font-size:10pt;
  margin:0px;
  font-family:arial;
  overflow:hidden;
}
#layerHeader {
  font-weight:bold;
  margin-bottom:5px;
  font-size:11pt;
  padding-left:10px;
  padding-top:10px;
}
#header {
  font-size:12pt;
  height:3%;
  padding-top:10px;
  padding-bottom:10px;
  font-weight:bold;
  text-align:center;
  margin-top:-1px;
}
#sidebar {
  overflow:auto;
  float:left;
  padding-top:1px;
  padding-bottom:1px;
  min-height:86%;
  height:87%;
  max-height:89%;
  width:250px;
  border:solid;
  border-width:1px;
  background-color:#efefef;
}
#sidebar img {
  height:20px;
  display:none;
}
#sidebar input {
  margin-left:10px;
  margin-top:10px;
}
#map {
  border-width:1px;
  padding:1px;
  border-style:solid;
  margin-left:250px;
  min-width:40%;
  width:70%;
  max-width:80%;
  min-height:86%;
  height:87%;
  max-height:89%;
 
}
#more {
  position:absolute;
  bottom:9px;
  height:10px;
  width:100%;
  text-align:center;
}
#kml-link {
  margin-left:4px;
  font-size:smaller;
}
