/*body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 40px;
    display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     min-height: 100vh;
      position: absolute;
}*/
.header{
    text-align: center;
    color: black;
  }
/*#map.svg{
    background: #ececec;
  }
*/
legend{
    position: absolute;
    top: 30px;
    left: 50px;
    right: 20px;
  }
  .legendLinear text {
      font-size: 12px;
  }
  .d3-tip-map {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
  }
  
  /* Creates a small triangle extender for the tooltip */
  .d3-tip-map:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
  }
  
  /* Style northward tooltips differently */
  .d3-tip-map.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
  }

  /*label{
    position: absolute;
    font-size: 18px;
    top: 150px;
    left: 145px;
    right: 20px;
    text-transform: uppercase;
    color: #000000;
  }*/
  #zoom-in{
      position: relative;
      top: -310px;
      left: 0px;
      z-index: 600;
      font-size: 12px;
      color:gray;
      background: #eeeeee;
      height:40px;
      width:60px;
      display: table-cell;
      vertical-align: middle;
      margin: 0 auto;
      padding: 0px;
  }
  #zoom-out {
      position: relative;
      top: -310px;
      left: 0px;
      font-size: 12px;
      z-index: 600;
      color: gray;
      background: #eeeeee;
      height:40px;
      width:60px;
      display: table-cell;
      vertical-align: middle;
      margin: 0 auto;
      padding: 0px;
      
  }

  #resetMap {
    position: relative;
    top: -310px;
    left: 0px;
    font-size: 12px;
    z-index: 600;
    color: gray;
    background: #eeeeee;
    height:40px;
    width:60px;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0px;
  }
  /* Tooltip CSS */
    /*  .d3-tip {
      line-height: 1.5;
      font-weight: 400;
      font-family:"avenir next", Arial, sans-serif;
      padding: 6px;
      background: rgba(0, 0, 0, 0.6);
      color: #FFA500;
      border-radius: 1px;
      pointer-events: none;
      }
  
      /* Creates a small triangle extender for the tooltip */
    /*  .d3-tip:after {      
        box-sizing: border-box;
        display: inline;
        font-size: 8px;
        width: 100%;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.6);
        position: absolute;
        pointer-events: none;
        
      }
  
      /* Northward tooltips */
     /* .d3-tip.n:after {
        content: "\25BC";
        margin: -1px 0 0 0;
        top: 100%;
        left: 0;
        text-align: center;
      }
  
      /* Eastward tooltips */
   /*   .d3-tip.e:after {
        content: "\25C0";
        margin: -4px 0 0 0;
        top: 50%;
        left: -8px;
      }
  
      /* Southward tooltips */
   /*   .d3-tip.s:after {
        content: "\25B2";
        margin: 0 0 1px 0;
        top: -8px;
        left: 0;
        text-align: center;
      }
  
      /* Westward tooltips */
    /*  .d3-tip.w:after {
        content: "\25B6";
        margin: -4px 0 0 -1px;
        top: 50%;
        left: 100%;
      }
  */