input, label, select{
    display:block;
    font-size: 0.8rem;
}

label{
    margin-bottom: 2px;
}

.results {
    font-weight: bold;
}

.table{
    font-size: 0.8rem;
}

.stats{
    background-color: lightgray;
}

.terms{
    font-size: 0.6rem;
}

a.list-group-item-light{
    font-size: 0.7rem;
}

#error {
    color: red;
    font-weight: bold;
}

#map {
    height: 500px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
  }

  .map{
      padding-right: 30px;
      padding-left: 0;
  }

  @media screen and (max-width: 800px) {
    .map{
        padding-right: 0;
    }
  }


  @media screen and (max-width: 700px) {
    .list{
        display: none;
    }
    
  }

