@CHARSET "UTF-8";

#DTE_Field_lyrics-tonalita {
 width: 5em;
}

#DTE_Field_lyrics-testo {
 height: 40em;
}

.tempo, #DTE_Field_lyrics-tempo {
 width: 5em;
 text-align: right;
}

#DTE_Field_lyrics_lists-sort{
 width: 5em;  
}

div.alphabet {
    /*display: table;*/
    width: 100%;
    margin-bottom: 1em;
}
 
div.alphabet button {
    /*display: table-cell;*/
    /*color: #3174c7;*/
    /*cursor: pointer;*/
    text-align: center;
    /*width: 3.5%*/
}
#lyricModalContent {
  font-size: 150%;
}
#lyricModalContent {
  white-space: pre-line;
  
}
#lyricModal small {
  margin: 10px;
}

#lyrics .sort {
  cursor: move;
}
#metronome {
  display: none;
  position: absolute;
  left: 0;
  top: 5rem;
  width: 100%;
  height: 1rem;
  background-color: #666666;
}