@charset "utf-8";
#pg-songs h2 {
  color: #989898;
}
#pg-songs .post-row p {
  padding: 0;
  margin: 0;
}
#pg-songs .content {
  padding-bottom: 4em;
}
#pg-songs .lyric-content .post-row-multi .lyric-col-title {
  padding-right: 2em;
}
#pg-songs .lyric-content .post-row-multi .lyric-col-title a {
  text-decoration: none;
}
#pg-songs .lyric-content .post-row-multi .lyric-col-title a:hover {
  text-decoration: underline;
}
#pg-songs .lyric-content .post-row-multi .lyric-col-lyric {
  font-style: italic;
  font-size: smaller;
}
#pg-songs .lyric-content .post-row-multi .lyric-col-pic img {
  height: 75px;
}
#pg-songs .lyric-content .post-row-multi .lyric-col-pic a.cd-title {
  display: none;
}
#pg-songs .lyric-content .post-row-single h4 {
  font-size: 1.5em;
  padding-bottom: 0;
  margin-bottom: 0;
}
#pg-songs .lyric-content .post-row-single h5 {
  margin-bottom: 0;
}
#pg-songs .lyric-content .post-row-single .post-row-hdr {
  padding-bottom: 2em;
}
#pg-songs .lyric-content .post-row-single .post-row-img-div {
  float: right;
}
#pg-songs .lyric-content .post-row-single .post-row-img-div .cd-title {
  display: block;
  text-align: center;
  font-style: italic;
}
#pg-songs .lyric-content .post-row-single .author {
  display: block;
}
#pg-songs .lyric-content .post-row-single .appears-on {
  display: block;
  font-size: smaller;
}
#pg-songs .lyric-content .post-row-single .periodical,
#pg-songs .lyric-content .post-row-single .author {
  font-style: italic;
  font-size: 0.85em;
}
@media print {
  #pg-songs #hdr-sm {
    display: none;
  }
  #pg-songs .title-wrapper h2 {
    display: none;
  }
  #pg-songs p,
  #pg-songs .post-row p {
    color: black;
  }
}
/*# sourceMappingURL=songs.css.map */