@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:wght@300;400;700');

body,
td,
th {
    font-family: Helvetica;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
}

body {
    margin: 0 8px;
}

.lowdown {
    line-height: 12px;
}

h1 {
    text-transform: uppercase;
}

.heading {
    color: #ff7928;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Oswald';
    line-height: normal;
}

.headingcell {
    padding: 0;
}

.subheading {
    color: black;
    font-size: 22px;
    font-weight: bold;
    margin-left: 20px;
}

.introText {
    width: 300px;
    font-size: 12px;
}

.introText ul {
    padding: 0 10px;
}

.goalieImgContainer {
    width: 300px;
    margin-top: 40px;
}

.goalieImgContainer img {
    width: 100%;
}

.fearlessRow {
    height: 35px;
}

.fearless {
    line-height: 28px;
    font-size: 28px;
}

.author {
    text-align: right;
}

.team span {
    font-weight: bold;
}

.name {
    font-weight: bold;
    text-align: left;
    background: #aaaaaa;
}

.conference {
    font-weight: bold;
    text-align: left;
    background: #cccccc;
}

.division {
    font-weight: bold;
    text-align: left;
    background: #eeeeee;
}

.award {
    font-weight: bold;
}

.footnote {
    background: #cccccc;
}

.footnote span {
    margin-left: 15px;
}