.body-content h2 {
    font-weight: bold;
    font-size: 1.6em;
}

.body-content h3 {
    font-weight: bold;
    font-size: 1.4em;
    margin: 10px 0 30px 0;
}

.body-content h4 {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
}

.body-content h5 {
    font-weight: bold;
    text-decoration: underline;
    margin: 20px 0 10px 0;
}

ul.notesList {
    padding-left: 40px;
    list-style: disc;
}

.notesSection {
    display: flex;
    align-items: center;
    margin-bottom: 3em;
}

.year {
    padding: 1em 3em;
    display: inline-block;
}

table.score {
    border: 1px solid black;
    width: 325px;
    font-size: 1.2em;
}

table.score th {
    text-align: left;
    font-size: .8em;
    padding: .5em .5em 0 .5em;
}

table.score tr:first-child td {
    padding: 1em 1em .5em 1em;
}

table.score tr td {
    padding: .5em 1em;
}

table.score tr:last-child td {
    padding: .5em 1em 1em 1em;
}

table.score tr td:last-child {
    text-align: right;
    white-space: nowrap;
}

table.score .winner {
    font-weight: bold;
}

table.score .coach {
    display: block;
    font-size: .8em;
    font-weight: normal;
}

.series {
    display: inline-block;
    margin: 1em 2em;
}

.series label {
    margin: 1em 0 .5em 0;
    display: inline-block;
}

#RecordsContent {
    margin-top: 3em;
}

#RecordsContent iframe.embeddedPdf {
    width: 100%;
    height: 1125px;
}