#metronome-container {
  margin-top: 4em !important;
}

#metronome {
  display: none;
  margin-top: 1em;
}
#metronome ul {
  list-style: none;
}
#metronome .tempo-change {
  display: inline-block;
}
#metronome #tempo {
  font-size: 4em;
  font-weight: bolder;
  margin: 1em;
}
#metronome #play-button {
  display: none;
}
#metronome .tempo-controls {
  margin-bottom: 1em;
}
#metronome .tempo-change {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin: 0.25em;
  font-size: 1.5em;
  font-weight: bolder;
  color: white;
  background-color: #ccc;
  border: none;
  outline: none;
}

#metronome-toggle {
  background-color: #ccc;
  font-weight: bold;
  border: none;
  outline: none;
  box-shadow: none;
}

#shortcuts h5 {
  display: none;
}

/*# sourceMappingURL=metronome.css.map */
