pre {
    font-family: 'Courier New', Courier, monospace;
    line-height: 103%;
    font-weight: bold;
}
p {
    font-family: 'Courier New', Courier, monospace;
}

.Add_to_list {
    font-weight: bold;
    float:left;
}

.chords {
    Color: Black;
    font-weight: bold;
    font-family: monospace;
    font-weight: bold;
    float:right;
    text-align: left;
    border-style: solid;
    padding: 10px;
}

.letter {
    float:right;
}
@media print {
    .page_break, .pagebreak {
        page-break-after: always;
    }

    .no_print, .noprint, .video, .Add_to_list, audio, source  {
        display: none !important;
    }
    pre {
        line-height: 90%;
        font-size: 150%;
        font-weight: bold;
        
    }

  }