/* ChordPro Render Styles */
#chordPro p { 
    margin-bottom: 1.5em; 
}

#chordPro p.title { 
    font-weight: bold; 
    color: #979797; 
    margin-bottom: 0.5em; 
}

#chordPro .content { 
    color: #fff; 
    font-size: 0.75em; 
    line-height: 1.5em; 
    padding: 10px 10px 1px; 
}

div.chord-pro-disp {
    margin: 5px 5px 15px 5px;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
}

div.chord-pro-line {
    margin: 0;
    display: inline-block;
    width: 100%;
}

div.chord-pro-segment {
    float: left;
    margin: 0;
}

div.chord-pro-note {
    height: 15px;
    margin: 0;
}

div.chord-pro-lyric {
    height: 15px;
    margin: 0;
    white-space: pre;
}

div.chord-pro-br {
    height: 15px;
    margin: 0;
}

/* Responsive overrides for song details */
.t-song-details__chords .chordProContainer .chord-pro-line .chord-pro-note {
    height: 18px;
}

.t-song-details__chords .chordProContainer .chord-pro-line .chord-pro-lyric {
    color: #919191;
    line-height: 18px;
}
