@import "ol.css";


html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
}

h1 {
   text-align: center;
}

.map {
    width: 600px;
    height: 600px;
  }

#info {
    position: absolute;
    height: 1px;
    width: 1px;
    z-index: 100;
  }

.tooltip.in {
    opacity: 1;
  }

.tooltip.top .tooltip-arrow {
    border-top-color: white;
  }

.tooltip-inner {
    border: 1px solid black;
    background-color: white;
    padding: 2px;
  }

  #features {
    font-size:small;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #features td, #features th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #features tr:nth-child(even){background-color: #f2f2f2;}
  
  #features tr:hover {background-color: #ddd;}
  
  #features th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #04AA6D;
    color: white;
  }
}