/* song chordsheets and lyrics formatting styles  */

.chordsheet {
  font-size: 18px;
  color: #000;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.chordsheet div.chorus {
  font-style: italic;
  color: #335;
  display: inline;
}

.chordsheet div.bridge {
  font-style: italic;
  color: #333;
  display: inline;
}

.chordsheet span.chordline {
  position: relative;
  line-height: 1.8em;
  /*   top: -.5em;  top: .5em;  this is so that lines comming after a text line aren't crowded on top, it could cause problems with a font change though */
}

.chordsheet span.textline {
  position: relative;
  line-height: 1.1em;
}

.chordsheet span strong {
  position: absolute;
  top: -1.33em;
  left: 0;
  font-size: .8em;
  color: #333;
  font-style: normal;
}

.chordsheet span strong span {
  opacity: 0;
  font-size: 0;
}
