
.na-notes li {
  margin-bottom: .5em;
}
/* To add an img to a note add '<br><img src="[IMAGE URL]" width="[desired width]"/>' to end of the string; include an additional '<br>' if inserting the image mid-note */

blockquote.lyrics {
  font-style: italic;
}

/* Songs */
.credit-copyright-info {
  font-style: italic;
}

.song-version-title {
  margin-top: 1.5em;
  margin-bottom: -.5em;
  text-transform: uppercase;
}


/* MEDIA QUERIES */
/*small*/
@media (max-width: 740px) {

}

@media (min-width: 740px) {

}

@media (min-width: 960px) {

}

@media (min-width: 1200px) {

}
