div.song {
          float: left; width: 376px;
          border: 1px solid #0000cd;
          margin-right: 32px;
          margin-bottom: 32px;'
          }

a.title {
         color: white;
         }

div.song-title {
                padding: 2px;
                text-align: center;
                background: #0000cd;
                color: white;
                font-weight: bold;
                font-size: larger;
                }

div.song-content {
                  background: #f5f5f5;
                  }

div.song-score-pdf {
                    border-top: 1px solid #0000cd;
                    padding: 4px;
                       }

div.song-audio {
                padding: 4px;
                }

div.song-video {
                border-top: 1px solid #0000cd;
                text-align: center;
                padding: 4px;
                }

div.song-notes {
                font-style: italic;
                font-size: smaller;
                padding: 4px;
                }

div.listen-watch {
                  border-top: 1px solid #0000cd;
                  font-weight: bold;
                  padding: 0px 0px 0px 4px;
                  }

img.pdf {
         height: 1em;
         width: 1em;
         }
