.sheet-header {
    width: 100%;
    float: left;
    clear: both;
}

.sheet-body {
    width: 100%;
    float: left;
    clear: both;
}

.sheet h1 {
    margin-top: 0;
    float: left;
    clear: left;
}

.sheet h2 {
    margin-top: 0;
    float: right;
    clear: right;
    text-align: right;
    font-size: 1em;
    font-weight: normal;
}

.sheet div {
    float: left;
    clear: both;
    padding-top: 2.4em;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.sheet p {
    margin: 0;
    line-height: 1.6em;
}

.sheet p:first-child {
    margin-top: 0;
}

.sheet p:last-child {
    margin-bottom: 0 !important; /* "!important" overrides "p.first" rule */
}

.sheet div::before {
    position: relative;
    bottom: 0.4em;
    font-weight: bold;
    font-size: 1.4em;
    color: #666;
}

.sheet .chorus::before {
    content: "Chorus";
}

.sheet .intro::before {
    content: "Intro";
}

.sheet .bridge::before {
    content: "Bridge";
}

.sheet .outro::before {
    content: "Outro";
}

.sheet .tabs p {
    font-family: Courier New, Courier, monospace;
    font-size: 0.8em;
    white-space: pre;
}

.sheet .instructions {
    width: 100%;
    border: 0.2em #666 solid;
    padding: 0.4em;
    box-sizing: border-box;
}

.sheet .chord {
    display: inline-block;
    position: relative;
    width: 0;
    font-weight: bold;
    overflow: visible;
    font-size: 1em;
}

.sheet .chord.detached {
    width: auto;
    margin-left: 0.2em;
    margin-right: 0.2em;
    /* color: blue; */
}

.sheet .chord.start {
    margin-left: 0;
    /* color: green; */
}

.sheet .chord.end {
    margin-right: 0;
    /* color: red; */
}

.sheet .chord.wrap {
    /* margin-right: 0; */
    color: red;
}