.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 .verse::before {
    content: "";
}

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

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

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

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

.sheet .solo::before {
    content: "Solo";
}

.sheet .instrumental::before {
    content: "Instrumental";
}

.sheet .tabs p {
    font-family: Courier New, Courier, monospace;
    font-size: 115%;
	font-weight:bold;
    white-space: pre;
}

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

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

.sheet .chord{
    width: 0;
}
