.panel-default>.panel-heading {
  color: #fff;
  background-color: #1a28b0;
  border-color: #ddd;
}
#custom-draw {
  position: absolute;
  top: 170px;
  right: 10px;
  width: 200px;
  float: right;
  background-color: #fff;
  z-index: 1000;
}
.panel-body {
  width: 100%;
  padding: 15px;
}
.energy-button{
  color: #fff;
}

#custom-legend {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}