/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */

 .led-box {
  height: 30px;
  width: 25%;
  margin: 10px 0;
  float: left;
}

.led-box p {
  font-size: 12px;
  text-align: center;
  margin: 1em;
}

.bulb {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #23b1b1;
  border-radius: 50%;
}

 #map {
    height: 100%;
  }
  
  /* 
   * Optional: Makes the sample page fill the window. 
   */
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .button {
    background-color: #04AA6D;
    border: none;
    color: blue;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /* font-size: 16px; */
    margin: 4px 2px;
    cursor: pointer;
    font-size: 200%;
  }
  
.userPicks {
    font-size: 150%;
}

