#vp-bottom-menu{
  position:sticky; 
  bottom:0; 
  margin:12px 0 0 0; 
  padding:6px 6px 3px 6px; 
  background-color: #06c; 
  text-align:right; 
  z-index:9;
}

/* Song View Controls */
#view-controls {
  float: left;
  margin-right:18px;
}

/* Song Chord Transposer */
#semitone-controls {
  background-color: #06c;
  margin-right:18px;
  color: white;
}

#plus, #minus {
  font-size: 16pt;
  margin:0;
  color: black;
}

#semitones {
  text-align: center;
  font-weight:bold;
  color: white;
  max-width: 2em;
  margin:0; 
  padding:0;
  border:none; 
  background-color: #06c;
}

