#annotationsPanel {
  position: absolute;
  top: 60px;
  left: 4px;
  width: auto;
  height: auto;
  color: white;
  font-family: monospace;
}

#annotationsPanel ul {
  padding: 0;
  list-style-type: none;
}

.annotationLabel {
  color: #ffffff;
  font-family: monospace;
  pointer-events: none;
  font-size: 17px;
}

.annotationDescription {
  color: #ffffff;
  font-family: monospace;
  pointer-events: none;
  font-size: 14px;
  position: absolute;        
  left: 25px;
  padding: 1em;
  width: 200px;            
  background: rgba(0, 0, 0, 0.66);
  border-radius: .5em;            
  transition: opacity .5s;
  display: none;
}

.annotationButton {
  width: 160px;
  height: 70px;
  font-family: monospace;
  background-color: rgba(.25, .25, .25, .5);
  color: white;
  text-align: left;
  padding-left: 20px;
  cursor: pointer;
}
