/* Login Box */
.lyrics {
  background: url(bgx.jpg);
  font-family:'Open Sans', sans-serif;
  width:auto;
  height:600px;
  color:#000;
}

/* Lyrics shortcode */
.lyrics p {
  margin-right:3px;
}

.song_title, .song_author {
  line-height:24px;
}

.song_title {
  line-height:24px;
  font-size:20px;
  font-weight:bold;
  color:#550000;
}

.song_author {
  line-height:24px;
  font-size:16px;
  font-style:italic;
}
