/* 
 * for region on https://download.bbbike.org/osm/region/ only
 *
*/

html,body {
  background-color:#FFF;
  color:#000;
  height:100%;
  margin:0;
  padding:0;
}

div#container {
  display:flex;
  height:100vh;
  width:100vw;
}

div#sidebar {
  width:45%;
  box-sizing:border-box;
  overflow-y:auto;
  height:calc(100vh-3.0em);
  top:0;
  padding:1em;
}

div#map {
  width:100%;
  height:calc(100vh-3.0em);
  top:0;
}

div#footer {
  height:4em;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  padding-top:1px;
  padding-left:.5em;
  padding-bottom:0;
  font-size:small;
  text-align:left;
}

a {
  text-decoration:none;
  color:green;
}

a:hover {
  text-decoration:underline;
}

a.small {
  font-size:small;
}

a.download_link {
  border:1px solid #ddd;
  display:inline-block;
  margin:0 3px 3px 0;
  padding:1px 4px;
}

span.size {
  color:#000;
  font-size:small;
}

div#copyright {
  text-align:center;
  font-size:small;
  margin-top:0;
}

