.about-dropdown-button,
.how-to-dropdown-button,
.roster-dropdown-button,
.teams-dropdown-button {
    -webkit-transition: color 150ms ease;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 10px;
    text-align: left;
    transition: color 150ms ease;
    width: 100%;
}

.about-dropdown-button:hover,
.how-to-dropdown-button:hover,
.roster-dropdown-button:hover,
.teams-dropdown-button:hover {
    color: #808080;
}

.about-dropdown-container,
.how-to-dropdown-container,
.roster-dropdown-container,
.teams-dropdown-container {
    color: #000;
    margin-bottom: 5px;
    position: relative;
    width: 300px;
    /* outline: solid 1px red; */
}

.about-dropdown-container i,
.how-to-dropdown-container i,
.roster-dropdown-container i,
.teams-dropdown-container i {
    -webkit-transition: -webkit-transform 250ms ease;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 12px;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
    transition: transform 250ms ease;
}

/* has to be below the containers above to work */
.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-dropdown-list,
.how-to-dropdown-list,
.roster-dropdown-list,
.teams-dropdown-list {
    -webkit-transition: height 500ms ease, margin-bottom 500ms ease;
    background-color: #fff;
    border-radius: 5px;
    height: 0;
    margin-top: 5px;
    opacity: 1;
    overflow-y: scroll;
    position: relative;
    text-align: left;
    transition: height 500ms ease, margin-bottom 500ms ease;
    width: 100%;
}

.about-dropdown-list a {
    -webkit-transition: opacity 150ms ease;
    color: #1e90ff;
    font-weight: bold;
    opacity: 1;
    position: relative;
    text-decoration: none;
    transition: opacity 150ms ease;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* outline: solid 1px red; */
}

.about-dropdown-list a:hover {
    opacity: 0.5;
}

.about-dropdown-list i {
    -webkit-transform: translateY(-50%);
    -webkit-transition: none;
    font-size: 14px;
    left: calc(100% + 5px);
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: none;
}

.about-dropdown-list li {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* outline: solid 1px red; */
}

.about-dropdown-list p,
.about-dropdown-list ul,
.how-to-dropdown-list p {
    font-size: 16px;
    padding: 0 10px 10px 10px;
}

.about-dropdown-list p:first-of-type,
.how-to-dropdown-list p:first-of-type {
    padding: 10px 10px 10px 10px;
}

.about-dropdown-list span,
.how-to-dropdown-list span {
    border-bottom: solid 1px #000;
    color: #b22222;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    padding-bottom: 2px;
    width: 150px;
    /* outline: solid 1px blue; */
}

.atlantic-button,
.central-button,
.east-button,
.league-button,
.metro-button,
.pacific-button,
.team-stats-button,
.west-button {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 150ms ease;
    background-color: #fff;
    border: none;
    border-radius: 50px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0 2px 2px;
    outline: solid 1px #1e90ff;
    padding: 3px 15px;
    text-decoration: none;
    transition: all 150ms ease;
}

.atlantic-button:hover,
.central-button:hover,
.east-button:hover,
.league-button:hover,
.metro-button:hover,
.pacific-button:hover,
.team-stats-button:hover,
.west-button:hover {
    -webkit-box-shadow: 0 2px 5px #024e98;
    box-shadow: 0 2px 5px #024e98;
}

.active-standings-selection {
    -webkit-box-shadow: none;
    background-color: #1e90ff;
    box-shadow: none;
    color: #000;
}

.active-standings-selection:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    font-family: "Quicksand", sans-serif;
}

.burger-menu {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: 30px;
    justify-content: center;
    position: absolute;
    left: 55px;
    bottom: 10px;
    width: 45px;
    z-index: 2;
    /* outline: solid 1px blue; */
}

.burger-menu:hover {
    cursor: pointer;
}

.burger-bars {
    -webkit-transition: all 150ms ease;
    background-color: #1e90ff;
    border-radius: 5px;
    height: 2px;
    margin: 3px 0;
    opacity: 1;
    transition: all 150ms ease;
    width: 35px;
}

.burger-bars-remove {
    opacity: 0;
}

.burger-bars-rotate-clockwise {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 3px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
}

.burger-bars-rotate-counter-clockwise {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 3px;
    position: absolute;
    top: 12px;
    transform: rotate(-45deg);
}

.burger-overlay {
    -webkit-transition: all 500ms ease;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 500ms ease;
    width: 0;
    z-index: 4;
}

.burger-overlay-dim {
    width: 100%;
}

.conference-button-container,
.division-button-container {
    margin-top: 10px;
}

.current-date-time-container {
    -ms-flex-direction: row;
    -ms-flex-pack: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: end;
    -webkit-transform: translateX(-50%);
    top: 5px;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: bold;
    justify-content: flex-end;
    left: 50%;
    padding: 0 10px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    /* outline: solid 1px blue; */
}

.current-date-time-container p {
    margin: 0 2px;
}

.error-response-container {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
    width: 100%;
}

.error-response-container h2 {
    font-size: 32px;
    padding: 0 25px 10px 25px;
    text-align: center;
    width: 100%;
    /* outline: solid 1px blue; */
}

.error-response-container p {
    border-bottom: solid 1px #1e90ff;
    font-size: 18px;
    padding: 0 25px;
    text-align: center;
    width: auto;
    /* outline: solid 1px blue; */
}

footer {
    background-color: #000;
    color: #fff;
    padding: 25px;
    text-align: center;
}

.footer-logo {
    height: auto;
    margin: 5px auto 0 auto;
    width: 50px;
}

.footer-logo img {
    height: auto;
    width: 100%;
}

.game-matchup-container,
.league-container,
.player-container,
.team-container {
    height: auto;
    margin: 0 auto;
    min-height: 675px;
    overflow: hidden;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-matchup-heading-container {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: space-evenly;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: space-evenly;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    align-items: center;
    background-color: #dcdcdc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    min-height: 130px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
}

.game-matchup-heading-container h2 {
    color: #000;
    font-size: 26px;
}

.game-matchup-heading-center,
.game-matchup-heading-left,
.game-matchup-heading-right {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* outline: solid 1px blue; */
}

.game-matchup-heading-clock {
    color: #000;
    font-size: 16px;
    text-align: center;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-matchup-heading-date {
    -webkit-transform: translateX(-50%);
    border-bottom: solid 1px #1e90ff;
    font-size: 14px;
    left: 50%;
    padding: 0 10px;
    position: absolute;
    top: 12px;
    transform: translateX(-50%);
}

.game-matchup-heading-goals {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 30px;
    font-weight: bold;
    height: 45px;
    justify-content: center;
    margin: 0 5px;
    text-align: center;
    width: 45px;
    /* outline: solid 1px blue; */
}

.game-matchup-heading-logo {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: 100px;
    /* outline: solid 1px blue; */
}

.game-matchup-heading-logo img {
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    height: auto;
    width: 100%;
}

.game-matchup-heading-period {
    color: #b22222;
    font-size: 24px;
    margin: 10px 10px 0 10px;
}

.game-matchup-heading-live-period {
    color: #b22222;
    display: none;
    font-size: 24px;
    margin: 10px 10px 0 10px;
}

.game-matchup-main-container {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 40px 10px 0 10px;
    position: relative;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-matchup-main-container h3 {
    font-size: 18px;
    text-align: center;
    padding: 5px 15px;
    width: 100%;
}

.game-matchup-main-container-bshots,
.game-matchup-main-container-faceoff,
.game-matchup-main-container-hits,
.game-matchup-main-container-gaways,
.game-matchup-main-container-goals,
.game-matchup-main-container-penalties,
.game-matchup-main-container-pim,
.game-matchup-main-container-pp,
.game-matchup-main-container-scored-by-outer,
.game-matchup-main-container-shots,
.game-matchup-main-container-taways,
.game-matchup-main-container-team-leaders,
.game-matchup-main-last-ten-games {
    margin: 0 auto 15px auto;
    width: 1000px;
    /* outline: solid 1px blue; */
}

.game-matchup-main-container-team-leaders li {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
}

.game-matchup-main-container-bshots li,
.game-matchup-main-container-faceoff li,
.game-matchup-main-container-hits li,
.game-matchup-main-container-gaways li,
.game-matchup-main-container-goals li,
.game-matchup-main-container-pim li,
.game-matchup-main-container-pp li,
.game-matchup-main-container-shots li,
.game-matchup-main-container-taways li,
.game-matchup-main-container-team-leaders li div {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: space-evenly;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: space-evenly;
    align-items: center;
    color: #000;
    cursor: default;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-matchup-main-container-bshots li p,
.game-matchup-main-container-faceoff li p,
.game-matchup-main-container-hits li p,
.game-matchup-main-container-gaways li p,
.game-matchup-main-container-goals li p,
.game-matchup-main-container-pim li p,
.game-matchup-main-container-pp li p,
.game-matchup-main-container-shots li p,
.game-matchup-main-container-taways li p,
.game-matchup-main-container-team-leaders li div p {
    font-size: 16px;
    text-align: center;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-matchup-main-container-bshots li:first-of-type p,
.game-matchup-main-container-faceoff li:first-of-type p,
.game-matchup-main-container-hits li:first-of-type p,
.game-matchup-main-container-gaways li:first-of-type p,
.game-matchup-main-container-goals li:first-of-type p,
.game-matchup-main-container-pim li:first-of-type p,
.game-matchup-main-container-pp li:first-of-type p,
.game-matchup-main-container-shots li:first-of-type p,
.game-matchup-main-container-taways li:first-of-type p,
.game-matchup-main-container-team-leaders li div:first-of-type p {
    -webkit-box-shadow: 0 0 1px #000;
    background-color: #d8d8d8;
    box-shadow: 0 0 1px #000;
    margin-bottom: 5px;
    padding: 2px 0;
}

.game-matchup-main-container-bshots li:first-of-type p:first-of-type,
.game-matchup-main-container-faceoff li:first-of-type p:first-of-type,
.game-matchup-main-container-hits li:first-of-type p:first-of-type,
.game-matchup-main-container-gaways li:first-of-type p:first-of-type,
.game-matchup-main-container-goals li:first-of-type p:first-of-type,
.game-matchup-main-container-pim li:first-of-type p:first-of-type,
.game-matchup-main-container-pp li:first-of-type p:first-of-type,
.game-matchup-main-container-shots li:first-of-type p:first-of-type,
.game-matchup-main-container-taways li:first-of-type p:first-of-type,
.game-matchup-main-container-team-leaders li div:first-of-type p:first-of-type {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.game-matchup-main-container-bshots li:last-of-type p:last-of-type,
.game-matchup-main-container-faceoff li:last-of-type p:last-of-type,
.game-matchup-main-container-hits li:last-of-type p:last-of-type,
.game-matchup-main-container-gaways li:last-of-type p:last-of-type,
.game-matchup-main-container-goals li:first-of-type p:last-of-type,
.game-matchup-main-container-pim li:last-of-type p:last-of-type,
.game-matchup-main-container-pp li:last-of-type p:last-of-type,
.game-matchup-main-container-shots li:first-of-type p:last-of-type,
.game-matchup-main-container-taways li:last-of-type p:last-of-type,
.game-matchup-main-container-team-leaders li div:first-of-type p:last-of-type {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.game-matchup-main-container-bshots li p:nth-of-type(2),
.game-matchup-main-container-faceoff li p:nth-of-type(2),
.game-matchup-main-container-hits li p:nth-of-type(2),
.game-matchup-main-container-gaways li p:nth-of-type(2),
.game-matchup-main-container-goals li:first-of-type p:nth-of-type(2),
.game-matchup-main-container-pim li p:nth-of-type(2),
.game-matchup-main-container-pp li p:nth-of-type(2),
.game-matchup-main-container-shots li:first-of-type p:nth-of-type(2),
.game-matchup-main-container-taways li p:nth-of-type(2),
.game-matchup-main-container-team-leaders
    li
    div:first-of-type
    p:nth-of-type(2) {
    -webkit-box-shadow: none;
    background-color: #024e98;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 0;
    outline: solid 1px #333333;
}
.game-matchup-main-container-goals li p:nth-of-type(2),
.game-matchup-main-container-shots li p:nth-of-type(2),
.game-matchup-main-container-team-leaders
    li
    div:nth-of-type(2)
    p:nth-of-type(2) {
    margin-left: 5px;
    margin-right: 5px;
}

.game-matchup-main-container-penalties li {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    align-items: center;
    color: #000;
    cursor: default;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.game-matchup-main-last-ten-games {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.game-matchup-away-last-ten,
.game-matchup-home-last-ten {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.game-matchup-away-last-ten {
    padding-right: 5px;
}
.game-matchup-home-last-ten {
    padding-left: 5px;
}

.game-matchup-penalty {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin: 5px;
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding: 5px 10px;
}
.game-matchup-penalty span {
    color: #b22222;
}

.game-matchup-main-container-penalties li:nth-of-type(odd) p {
    background-color: #024e98;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin: 5px 0;
    outline: solid 1px #333333;
    padding: 2px 0;
    text-align: center;
    width: 500px;
}

.game-matchup-main-container-scored-by {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    align-items: center;
    cursor: default;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: auto;
    padding: 5px 10px 20px 10px;
    width: 100%;
}
.game-matchup-main-container-scored-by::after,
.game-matchup-main-container-scored-by::before {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    content: "";
    flex: 1;
    /* outline: solid 1px blue; */
}

.game-matchup-main-container-scored-by-info {
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    margin: 0 5px;
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding: 5px 10px;
}

.game-matchup-main-container-scored-by-info p {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
}

.game-matchup-main-container-scored-by-info
    p
    span:first-of-type
    span:first-of-type {
    color: #b22222;
}

.game-matchup-main-container-scored-by-info div {
    height: auto;
    margin-left: 5px;
    width: 40px;
    /* outline: solid 1px blue; */
}

.game-matchup-main-container-scored-by-info div img {
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    height: auto;
    width: 100%;
}

.game-matchup-main-container-three-stars {
    -ms-flex-align: start;
    -ms-flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-around;
    margin: 0 auto;
    width: 1000px;
    /* outline: solid 1px blue; */
}

.game-matchup-main-container-three-stars i {
    color: #ffa500;
    font-size: 16px;
    text-shadow: 0 0 1px #000;
}

.game-matchup-main-container-three-stars p {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    margin: 5px;
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding: 5px 10px;
    text-align: center;
    /* outline: solid 1px #808080; */
}

.game-matchup-main-container-venue {
    -webkit-transform: translateX(-50%);
    border-bottom: solid 1px #1e90ff;
    font-size: 14px;
    left: 50%;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 15px;
    transform: translateX(-50%);
    min-width: 200px;
    /* outline: solid 1px blue; */
}

.game-matchup-team-record {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.game-matchup-team-indicator {
    color: #b22222;
    font-size: 12px;
    font-weight: bold;
}

header {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    align-items: center;
    background-color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    min-height: 100px;
    justify-content: space-between;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 4;
}

header h1 {
    background-color: #000;
    font-size: 30px;
    margin: 0 auto;
    padding: 25px 35px;
    width: 100%;
    /* outline: solid 1px blue; */
}

.header-container {
    height: 0;
    width: 100%;
    position: relative;
    /* outline: solid 1px blue; */
}

.header-nav {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-transition: left 500ms ease, opacity 500ms ease;
    align-items: flex-start;
    background-color: #000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    left: -100%;
    opacity: 0;
    overflow-y: scroll;
    padding: 25px 50px 120px 25px;
    position: absolute;
    top: 0;
    transition: left 500ms ease, opacity 500ms ease;
    width: auto;
    /* outline: solid 1px blue; */
}

.home-link {
    bottom: 10px;
    color: #1e90ff;
    font-size: 22px;
    left: 15px;
    position: absolute;
    text-decoration: none;
}

/* used for stats tables, goals scored by */
.horizontal-scrolling-container {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    margin: 0 auto;
    overflow-x: auto;
    padding: 20px 15px;
    width: 85%;
    /* outline: solid 1px blue; */
}

.league-game-dates-dropdown-button {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: color 150ms ease;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    outline: solid 1px #000;
    padding: 5px 10px;
    text-align: left;
    transition: color 150ms ease;
    width: 100%;
}

.league-game-dates-dropdown-button:hover {
    color: #808080;
}

.league-game-dates-dropdown-container {
    margin: 0 10px 0 0;
    position: relative;
    width: 190px;
    z-index: 3;
    /* outline: solid 1px red; */
}

.league-game-dates-dropdown-container i {
    -webkit-transition: -webkit-transform 250ms ease;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
    transition: transform 250ms ease;
}

.league-game-dates-dropdown-list {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: height 250ms ease, opacity 250ms ease;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    height: 0;
    left: 0;
    opacity: 0;
    outline: solid 1px #000;
    overflow-y: scroll;
    position: absolute;
    text-align: left;
    top: calc(100% + 10px);
    transition: height 250ms ease, opacity 250ms ease;
    width: 100%;
}

.league-game-dates-dropdown-list li button {
    -webkit-transition: background-color 150ms ease;
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    text-align: left;
    transition: background-color 150ms ease;
    width: 100%;
}

.league-game-dates-dropdown-list li button p:first-of-type {
    font-weight: bold;
}

.league-game-dates-dropdown-list li button p:last-of-type {
    color: #b22222;
}

.league-game-dates-dropdown-list li button:hover {
    background-color: #d8d8d8;
}

.league-team-dropdown-list-toggle {
    height: 225px;
    opacity: 1;
}

.league-heading-container,
.league-standings-heading-container,
.player-heading-container,
.team-heading-container {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    align-items: center;
    background-color: #dcdcdc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 130px;
    padding: 15px 0 10px 15px;
}

.league-heading-logo-dropdown-container,
.league-standings-heading-container div:first-of-type,
.player-heading-left,
.team-heading-left {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* outline: solid 1px blue; */
}

.league-standings-heading-container div:last-of-type {
    height: 100%;
    margin-left: 25px;
    width: 90px;
}

.league-standings-heading-container div:last-of-type img {
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    height: auto;
    width: 100%;
}

.league-standings-heading-container p {
    color: #b22222;
    font-size: 18px;
    font-weight: bold;
}

.league-heading-container h2,
.league-standings-heading-container h2,
.team-heading-container h2 {
    color: #000;
    font-size: 26px;
    text-align: left;
}

.league-standings-selection-container {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 0 0 20px;
    /* outline: solid 1px blue; */
}

.league-standings-selection-container p {
    color: #b22222;
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
    text-align: left;
}

.league-standings-table,
.player-last-five,
.player-stats,
.team-last-ten-results,
.team-lineup-defense,
.team-lineup-forwards,
.team-lineup-goalies,
.team-stats {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    cursor: default;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
}
/* has to be after the above in order to work */
.atlantic-table,
.central-table,
.east-table,
.metro-table,
.pacific-table,
.west-table {
    display: none;
}

.league-standings-table h3,
.player-award-dropdown-list h3,
.player-draft-dropdown-list h3,
.player-last-five h3,
.player-stats h3,
.team-last-ten-results h3,
.team-lineup-defense h3,
.team-lineup-forwards h3,
.team-lineup-goalies h3,
.team-stats h3 {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    min-width: 75px;
    padding: 3px;
    text-align: center;
    width: 100%;
}

.league-standings-table h3:first-of-type {
    min-width: 225px;
}

.league-standings-table li,
.player-award-dropdown-list li,
.player-draft-dropdown-list li,
.player-last-five li,
.player-stats li,
.team-last-ten-results li,
.team-lineup-defense li,
.team-lineup-forwards li,
.team-lineup-goalies li,
.team-stats li {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    /* outline: solid 1px blue; */
}

.league-standings-table li:nth-of-type(odd),
.player-award-dropdown-list li:nth-of-type(odd),
.player-last-five li:nth-of-type(odd),
.player-stats li:nth-of-type(odd),
.team-last-ten-results li:nth-of-type(odd),
.team-lineup-defense li:nth-of-type(odd),
.team-lineup-forwards li:nth-of-type(odd),
.team-lineup-goalies li:nth-of-type(odd),
.team-stats li:nth-of-type(odd) {
    background-color: rgba(220, 220, 220, 0.75);
}

.league-standings-table li p:first-of-type {
    font-weight: bold;
    min-width: 225px;
    padding: 3px 5px;
    width: auto;
}

.league-standings-table li p:first-of-type a {
    color: #000;
}

.league-standings-table li span:first-of-type,
.player-last-five li span:first-of-type,
.player-stats li span:first-of-type,
.team-last-ten-results li span {
    -webkit-transform: translateY(-50%);
    color: #b22222;
    font-size: 12px;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: inherit;
}

.league-standings-table li span:last-of-type {
    -webkit-transform: translateY(-50%);
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.league-standings-table li span:last-of-type img {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.75));
    height: auto;
    width: 100%;
}

.league-standings-table p,
.player-award-dropdown-list p,
.player-draft-dropdown-list p,
.player-last-five p,
.player-stats p,
.team-last-ten-results p,
.team-lineup-defense p,
.team-lineup-forwards p,
.team-lineup-goalies p,
.team-stats p {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 14px;
    height: 100%;
    min-width: 75px;
    padding: 3px;
    position: relative;
    text-align: center;
    width: 100%;
}

.league-standings-table p:last-of-type,
.player-award-dropdown-list p:last-of-type,
.player-draft-dropdown-list p:last-of-type,
.player-last-five p:last-of-type,
.player-stats p:last-of-type,
.team-last-ten-results p:last-of-type,
.team-lineup-defense p:last-of-type,
.team-lineup-forwards p:last-of-type,
.team-lineup-goalies p:last-of-type,
.team-stats p:last-of-type {
    border-right: none;
}

.main {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    background-attachment: fixed;
    background-color: #808080;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 185px 20px 100px 20px;
    width: 100%;
}

.main-container {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background-color: #808080;
    background-attachment: fixed;
    border-radius: 15px;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow: hidden;
    outline: solid 1px #000;
    padding: 0 0 20px 0;
    width: 85%;
    /* outline: solid 1px red; */
}

.main-data-container {
    height: auto;
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
}

.navigation-links-toggle {
    opacity: 1;
    left: 0;
}

.nhl-copyright-container {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    border-bottom: solid 1px #1e90ff;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
    margin: 0 auto 10px auto;
    padding: 0 10px 10px 10px;
    text-align: center;
    width: 500px;
    /* outline: solid 1px blue; */
}

.officials-container,
.player-summary,
.team-summary {
    -ms-flex-direction: row;
    -ms-flex-pack: space-evenly;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: space-evenly;
    cursor: default;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
    max-width: 100%;
    min-width: 825px;
    padding: 0 25px;
    /* outline: solid 1px red; */
}

.officials-container li,
.player-summary li,
.team-summary li {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin: 0 15px 0 0;
    overflow: hidden;
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    text-align: center;
    /* outline: solid 1px #000; */
}

.officials-container li:last-of-type,
.player-summary li:last-of-type,
.team-summary li:last-of-type {
    margin: 0 0 0 0;
    /* outline: solid 1px red; */
}

.officials-container li h3,
.player-summary li h3,
.team-summary li h3 {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 3px 20px;
}

.officials-container li p,
.player-summary li p,
.team-summary li p {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 3px 20px;
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
}

.player-awards-container,
.player-draft-container {
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 2;
    /* outline: solid 1px blue; */
}

.player-award-dropdown-button {
    margin-right: 10px;
}

.player-award-dropdown-button,
.player-draft-dropdown-button {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: color 150ms ease;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    outline: solid 1px #000;
    padding: 5px 30px 5px 8px;
    position: relative;
    text-align: left;
    transition: color 150ms ease;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.player-award-dropdown-button:hover,
.player-draft-dropdown-button:hover {
    color: #808080;
}

.player-award-dropdown-button i,
.player-draft-dropdown-button i {
    -webkit-transition: -webkit-transform 250ms ease;
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 8px;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
    transition: transform 250ms ease;
}

.player-award-dropdown-container,
.player-draft-dropdown-container {
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    cursor: default;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    max-width: 100%;
    min-width: 250px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 5px 15px 15px 15px;
    /* width: auto; */
}

.player-award-dropdown-list,
.player-draft-dropdown-list {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    height: auto;
    outline: solid 1px #000;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.player-award-tile,
.player-draft-tile {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #024e98;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    outline: solid 1px #000;
    padding: 3px 15px 3px 10px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.player-button-container {
    margin-top: 5px;
    /* outline: solid 1px blue; */
}

.player-data-container {
    position: relative;
}

.player-data-container h2,
.regular-season-container h2,
.regular-season-container-no-games h2,
.team-stats-container h2 {
    border-bottom: solid 1px #000;
    color: #b22222;
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
    padding: 10px 25px 0 0;
    width: auto;
    /* outline: solid 1px blue; */
}

.player-data-container h2 p,
.regular-season-container h2 p {
    color: #000;
    font-size: 14px;
}

.player-data-container h2 p span,
.regular-season-container h2 p span {
    background-color: #1e90ff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.player-heading-logo,
.team-heading-logo {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: auto;
    justify-content: center;
    margin-left: 20px;
    width: 100px;
    /* outline: solid 1px blue; */
}

.player-heading-logo img,
.team-heading-logo img {
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    height: auto;
    width: 100%;
}

.player-award-dropdown-list li h3:first-of-type,
.player-last-five li h3:first-of-type,
.player-stats li h3:first-of-type,
.team-lineup-defense li h3:first-of-type,
.team-lineup-forwards li h3:first-of-type,
.team-lineup-goalies li h3:first-of-type,
.team-stats li h3:first-of-type {
    min-width: 130px;
}
.player-stats li h3:nth-of-type(2) {
    min-width: 215px;
}

.player-stats li:last-of-type {
    background-color: #024e98;
    color: #fff;
    font-weight: bold;
}

.player-award-dropdown-list li p:first-of-type,
.player-last-five li p:first-of-type,
.player-stats li p:first-of-type,
.team-lineup-defense li p:first-of-type,
.team-lineup-forwards li p:first-of-type,
.team-lineup-goalies li p:first-of-type,
.team-stats li p:first-of-type {
    font-weight: bold;
    min-width: 130px;
    padding: 3px 5px;
}
.player-stats li p:nth-of-type(2) {
    min-width: 215px;
}

.playoff-season-marker {
    -webkit-transform: translateY(-50%);
    background-color: #1e90ff;
    border-radius: 50%;
    height: 8px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.player-team {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding-right: 5px;
    position: relative;
    /* outline: solid 1px red; */
}

.player-team span {
    -webkit-transform: translateY(-50%);
    height: auto;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
}

.player-team span img {
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    height: auto;
    width: 100%;
}

.preseason-scrolling-container {
    padding: 20px 0;
}

.regular-season-container {
    min-height: 525px;
    position: relative;
    /* outline: solid 1px blue; */
}

.regular-season-container-no-games {
    min-height: 300px;
    padding-bottom: 20px;
    position: relative;
}

.roster-dropdown-container {
    margin-right: 0;
}

.roster-dropdown-list li {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -webkit-transition: background-color 150ms ease;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    justify-content: space-between;
    padding: 0 10px 0 0;
    transition: background-color 150ms ease;
    width: 100%;
    /* outline: solid 1px blue; */
}

.roster-dropdown-list li:hover,
.teams-dropdown-list li:hover {
    background-color: #d8d8d8;
}

.roster-dropdown-list li a,
.teams-dropdown-list li a {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -webkit-transition: background-color 150ms ease;
    align-items: center;
    color: #000;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 10px 0 0;
    text-decoration: none;
    transition: background-color 150ms ease;
    width: 100%;
    /* outline: solid 1px blue; */
}

.roster-dropdown-name {
    font-weight: bold;
    padding: 10px 0 10px 10px;
    width: 100%;
    /* outline: solid 1px red; */
}

.roster-dropdown-photo-container {
    -ms-flex-align: baseline;
    -ms-flex-direction: row;
    -ms-flex-pack: end;
    -webkit-box-align: baseline;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: end;
    align-items: baseline;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: flex-end;
    margin-left: 10px;
    width: 55px;
    /* outline: solid 1px red; */
}

.roster-dropdown-photo-container img {
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    height: auto;
    width: 100%;
}

.roster-dropdown-player-type li {
    cursor: default;
    padding: 0 10px;
}

.roster-dropdown-player-type li:hover {
    background-color: #fff;
}

.roster-dropdown-player-type p {
    border-bottom: solid 1px #000;
    color: #b22222;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    text-align: left;
    width: 60%;
}

.roster-dropdown-position {
    color: #b22222;
    font-weight: bold;
}

.shield-logo {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: auto;
    justify-content: center;
    margin-left: 25px;
    width: 75px;
    /* outline: solid 1px red; */
}

.shield-logo img {
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    height: auto;
    width: 100%;
}

.table-column-focus {
    color: #b22222;
    font-weight: bold;
}

.team-data-container {
    border-radius: 5px;
    height: auto;
    margin: 0 auto 0 auto;
    outline: solid 1px #000;
    overflow: hidden;
    padding: 0 0 20px 0;
    position: relative;
    width: 90%;
    z-index: 1;
}

.team-heading-left div {
    margin: 5px 0;
    width: 100%;
    /* outline: solid 1px red; */
}

.team-heading-record {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    /* outline: solid 1px red; */
}

.team-last-ten-record {
    width: 100%;
}

.team-last-ten-record li {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    /* outline: solid 1px red; */
}

.team-lineup-away-button,
.team-lineup-home-button {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: color 150ms ease;
    align-items: center;
    background-color: #fff;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    line-height: 1.25;
    padding: 0 0 20px 0;
    position: relative;
    transition: color 150ms ease;
    width: 28px;
}

.team-lineup-away-button:hover,
.team-lineup-home-button:hover {
    color: #808080;
}

.team-lineup-away-button i,
.team-lineup-home-button i {
    -webkit-transition: transform 150ms ease;
    bottom: 5px;
    position: absolute;
    transition: transform 150ms ease;
}

.team-lineup-away-button span,
.team-lineup-home-button span {
    width: 100%;
    /* outline: solid 1px blue; */
}

.team-lineup-away-button-container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
}

.team-lineup-away-container {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: height 250ms ease, opacity 250ms ease;
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    cursor: default;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: scroll;
    padding: 0 10px 10px 10px;
    position: absolute;
    top: 100%;
    width: calc(50% - 5px);
    transition: height 250ms ease, opacity 250ms ease;
}

.team-lineup-away-container h4,
.team-lineup-home-container h4 {
    color: #b22222;
    font-size: 14px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    /* outline: solid 1px blue; */
}

.team-lineup-away-container h4:first-of-type,
.team-lineup-home-container h4:first-of-type {
    padding: 2px 0 0 5px;
}

.team-lineup-away-container h4:last-of-type,
.team-lineup-home-container h4:last-of-type {
    padding: 0 0 2px 5px;
}

.team-lineup-away-container h4 span,
.team-lineup-home-container h4 span {
    color: #000;
}

.team-lineup-away-container p,
.team-lineup-home-container p {
    font-size: 12px;
}

.team-lineup-defense h3,
.team-lineup-forwards h3,
.team-lineup-goalies h3 {
    font-size: 12px;
}

.team-lineup-defense li p:first-of-type,
.team-lineup-forwards li p:first-of-type,
.team-lineup-goalies li p:first-of-type {
    position: relative;
    text-align: right;
}

.team-lineup-defense li p:first-of-type a,
.team-lineup-forwards li p:first-of-type a,
.team-lineup-goalies li p:first-of-type a {
    color: #000;
}

.team-lineup-defense li p:first-of-type span,
.team-lineup-forwards li p:first-of-type span,
.team-lineup-goalies li p:first-of-type span {
    -webkit-transform: translateY(-50%);
    color: #b22222;
    font-size: 12px;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.team-lineup-home-button-container {
    bottom: 0;
    height: 100%;
    right: 0;
    position: absolute;
}

.team-lineup-home-container {
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: height 250ms ease, opacity 250ms ease;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
    cursor: default;
    height: 0;
    opacity: 0;
    overflow: scroll;
    padding: 0 10px 10px 10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(50% - 5px);
    transition: height 250ms ease, opacity 250ms ease;
}

.team-lineup-scrolling-container {
    padding: 0 15px 10px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* outline: solid 1px blue; */
}

.team-stats-container {
    position: relative;
}
#team-finished,
#team-upcoming {
    left: 0;
    position: absolute;
    top: -150px;
}

.teams-dropdown-name {
    font-weight: bold;
    padding: 10px 0 10px 10px;
    width: 100%;
    /* outline: solid 1px red; */
}

.teams-dropdown-logo {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: 65px;
    /* outline: solid 1px blue; */
}

.teams-dropdown-logo img {
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    height: auto;
    width: 100%;
}

/* container that does the auto height transition */
.transition-height-container {
    -webkit-transition: grid-template-rows 250ms ease, opacity 250ms ease;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 250ms ease, opacity 250ms ease,
        -ms-grid-rows 250ms ease;
    transition: grid-template-rows 250ms ease, opacity 250ms ease;
    width: 100%;
}

/* has to be under the above class to work */
/* toggles player awards and draft info */
.transition-container-toggle {
    -webkit-transition: grid-template-rows 250ms ease, opacity 250ms ease;
    grid-template-rows: 1fr;
    opacity: 1;
    transition: grid-template-rows 250ms ease, opacity 250ms ease,
        -ms-grid-rows 250ms ease;
    transition: grid-template-rows 250ms ease, opacity 250ms ease;
}

.up-arrow {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
    -webkit-transition: all 150ms ease;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    bottom: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    color: #1e90ff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 30px;
    height: 45px;
    justify-content: center;
    position: fixed;
    right: -60px;
    text-decoration: none;
    transition: all 150ms ease;
    width: 50px;
    z-index: 3;
}

/* has to be after containers its added to to work */
.dropdown-list-toggle {
    height: 300px;
    opacity: 1;
}

@media (max-width: 1300px) {
    .game-matchup-main-container-bshots,
    .game-matchup-main-container-faceoff,
    .game-matchup-main-container-hits,
    .game-matchup-main-container-gaways,
    .game-matchup-main-container-goals,
    .game-matchup-main-container-penalties,
    .game-matchup-main-container-pim,
    .game-matchup-main-container-pp,
    .game-matchup-main-container-scored-by-outer,
    .game-matchup-main-container-shots,
    .game-matchup-main-container-taways,
    .game-matchup-main-container-team-leaders,
    .game-matchup-main-container-three-stars,
    .game-matchup-main-last-ten-games {
        width: 700px;
    }

    .horizontal-scrolling-container {
        width: 90%;
    }
}

@media (max-width: 1000px) {
    .game-matchup-heading-container {
        min-height: 125px;
    }

    .game-matchup-heading-container h2,
    .league-heading-container h2,
    .league-standings-heading-container h2,
    .player-heading-container h2,
    .team-stats-season-container h2,
    .team-heading-container h2 {
        font-size: 24px;
    }

    .game-matchup-heading-goals {
        font-size: 24px;
        height: 40px;
        width: 40px;
    }

    .game-matchup-heading-logo {
        width: 85px;
    }

    .game-matchup-heading-period {
        font-size: 22px;
    }

    .game-matchup-main-container-bshots,
    .game-matchup-main-container-faceoff,
    .game-matchup-main-container-hits,
    .game-matchup-main-container-gaways,
    .game-matchup-main-container-goals,
    .game-matchup-main-container-penalties,
    .game-matchup-main-container-pim,
    .game-matchup-main-container-pp,
    .game-matchup-main-container-scored-by-outer,
    .game-matchup-main-container-shots,
    .game-matchup-main-container-taways,
    .game-matchup-main-container-team-leaders,
    .game-matchup-main-container-three-stars,
    .game-matchup-main-last-ten-games {
        width: 80%;
    }

    .horizontal-scrolling-container {
        width: 95%;
    }

    .league-heading-container,
    .league-standings-heading-container,
    .team-heading-container,
    .player-heading-container {
        min-height: 125px;
    }

    .league-standings-heading-container div:last-of-type {
        width: 80px;
    }

    .main {
        padding: 140px 20px 75px 20px;
    }

    .main-container {
        width: 100%;
    }

    .team-lineup-away-container,
    .team-lineup-home-container {
        width: 75%;
    }
}

@media (max-width: 700px) {
    .about-dropdown-button,
    .how-to-dropdown-button,
    .roster-dropdown-button,
    .teams-dropdown-button {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 5px;
        font-size: 16px;
    }

    .about-dropdown-button:hover,
    .how-to-dropdown-button:hover,
    .roster-dropdown-button:hover,
    .teams-dropdown-button:hover {
        color: #000;
    }

    .about-dropdown-list a:hover,
    .team-site a:hover,
    .up-arrow:hover {
        opacity: 1;
    }

    .about-dropdown-container,
    .how-to-dropdown-container,
    .roster-dropdown-container,
    .teams-dropdown-container {
        margin-right: 0;
        width: 275px;
        /* outline: solid 1px red; */
    }

    .about-dropdown-list,
    .how-to-dropdown-list,
    .roster-dropdown-list,
    .teams-dropdown-list {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .atlantic-button,
    .central-button,
    .east-button,
    .league-button,
    .metro-button,
    .pacific-button,
    .team-stats-button,
    .west-button,
    .player-award-dropdown-button,
    .player-draft-dropdown-button {
        font-size: 12px;
    }

    .atlantic-button:hover,
    .central-button:hover,
    .east-button:hover,
    .league-button:hover,
    .metro-button:hover,
    .pacific-button:hover,
    .team-stats-button:hover,
    .west-button:hover {
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    }

    .current-date-time-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .error-response-container h2 {
        font-size: 26px;
    }

    .game-matchup-heading-container,
    .league-heading-container,
    .league-standings-heading-container,
    .team-heading-container,
    .player-heading-container {
        min-height: 120px;
    }

    .game-matchup-heading-container {
        padding: 20px 10px 10px 10px;
        position: fixed;
        top: 85px;
        width: 100%;
    }

    .game-matchup-heading-container h2,
    .league-heading-container h2,
    .league-standings-heading-container h2,
    .player-heading-container h2,
    .team-stats-season-container h2,
    .team-heading-container h2 {
        font-size: 22px;
    }

    .game-matchup-main-container {
        padding: 35px 10px 0 10px;
        /* outline: solid 1px blue; */
    }

    .game-matchup-main-container-bshots,
    .game-matchup-main-container-faceoff,
    .game-matchup-main-container-hits,
    .game-matchup-main-container-gaways,
    .game-matchup-main-container-goals,
    .game-matchup-main-container-penalties,
    .game-matchup-main-container-pim,
    .game-matchup-main-container-pp,
    .game-matchup-main-container-scored-by-outer,
    .game-matchup-main-container-shots,
    .game-matchup-main-container-taways,
    .game-matchup-main-container-team-leaders,
    .game-matchup-main-container-three-stars,
    .game-matchup-main-last-ten-games {
        margin: 0 auto 10px auto;
        width: 90%;
    }

    .game-matchup-main-container-bshots li p,
    .game-matchup-main-container-faceoff li p,
    .game-matchup-main-container-hits li p,
    .game-matchup-main-container-gaways li p,
    .game-matchup-main-container-goals li p,
    .game-matchup-main-container-penalties li p,
    .game-matchup-main-container-pim li p,
    .game-matchup-main-container-pp li p,
    .game-matchup-main-container-shots li p,
    .game-matchup-main-container-taways li p,
    .game-matchup-main-container-team-leaders li div p {
        font-size: 14px;
    }

    .game-matchup-main-container-penalties li:nth-of-type(odd) p {
        width: 300px;
    }

    .game-matchup-main-container-venue {
        top: 10px;
    }

    .game-matchup-team-record {
        font-size: 14px;
    }

    header {
        min-height: 85px;
    }

    header h1 {
        font-size: 26px;
    }

    .header-nav {
        padding: 25px 35px 120px 0;
    }

    .horizontal-scrolling-container {
        width: 100%;
    }

    .league-data-container,
    .team-data-container {
        border-radius: 0;
        border-left: none;
        border-right: none;
        width: 100%;
    }

    .league-date-container {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
    }

    .league-finished-game-dates-dropdown-button:hover,
    .league-game-dates-dropdown-button:hover,
    .team-season-dropdown-button:hover {
        color: #000;
    }

    .league-finished-game-dates-dropdown-container,
    .league-game-dates-dropdown-container,
    .league-standings-heading-container p,
    .team-season-dropdown-container {
        font-size: 16px;
    }

    .league-finished-game-dates-dropdown-list li:hover,
    .league-game-dates-dropdown-list li button:hover,
    .team-season-dropdown-list li:hover {
        background-color: #fff;
    }

    .league-game-dates-dropdown-container {
        margin: 0 0 5px 0;
    }

    .league-standings-selection-container {
        padding: 20px 0 0 10px;
    }

    .main {
        padding: 80px 0 0 0;
    }

    .main-container {
        border-radius: 0;
    }

    .nhl-copyright-container {
        width: 400px;
    }

    .player-awards-container,
    .player-draft-container {
        width: 100%;
    }

    .player-award-dropdown-container,
    .player-draft-dropdown-container {
        border-bottom-right-radius: 0;
        width: 100%;
    }

    .player-heading-logo,
    .team-heading-logo {
        width: 85px;
    }

    .player-team {
        font-size: 14px;
    }

    .player-team span {
        width: 35px;
    }

    .shield-logo {
        width: 60px;
    }

    .team-lineup-away-container,
    .team-lineup-home-container {
        width: 90%;
    }

    /* .team-lineup-away-container h4 span,
    .team-lineup-home-container h4 span {
        display: block;
    } */
}

@media (max-width: 400px) {
    .daily-games-date span {
        font-size: 16px;
    }

    .game-matchup-away-last-ten {
        padding-right: 2px;
    }
    .game-matchup-home-last-ten {
        padding-left: 2px;
    }

    .game-matchup-main-container-bshots,
    .game-matchup-main-container-faceoff,
    .game-matchup-main-container-gaways,
    .game-matchup-main-container-goals,
    .game-matchup-main-container-hits,
    .game-matchup-main-container-penalties,
    .game-matchup-main-container-pim,
    .game-matchup-main-container-pp,
    .game-matchup-main-container-scored-by-outer,
    .game-matchup-main-container-shots,
    .game-matchup-main-container-taways,
    .game-matchup-main-container-team-leaders,
    .game-matchup-main-container-three-stars,
    .game-matchup-main-last-ten-games {
        width: 100%;
    }

    .game-matchup-heading-container {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        position: fixed;
        top: 100px;
        width: 100%;
    }

    .game-matchup-heading-container h2,
    .league-heading-container h2,
    .league-standings-heading-container h2,
    .player-heading-container h2,
    .team-stats-season-container h2,
    .team-heading-container h2 {
        font-size: 18px;
    }

    .game-matchup-heading-goals {
        font-size: 20px;
        height: 30px;
        width: 30px;
    }

    .game-matchup-heading-logo {
        width: 65px;
    }

    .game-matchup-heading-period {
        font-size: 18px;
    }

    .game-matchup-main-container-venue {
        min-width: 75%;
    }

    .game-matchup-main-container-penalties li:nth-of-type(odd) p {
        width: 100%;
    }

    header h1 {
        font-size: 22px;
        padding: 25px 35px 10px 35px;
    }

    .header-nav {
        width: 100%;
    }

    .league-heading-container,
    .league-standings-heading-container,
    .team-heading-container,
    .player-heading-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .league-standings-heading-container div:last-of-type {
        margin-left: 0;
        margin-right: 15px;
    }

    .league-standings-selection-container {
        padding: 20px 0 0 5px;
    }

    .main {
        padding: 100px 0 0 0;
    }

    .nhl-copyright-container {
        width: 100%;
    }

    .player-heading-logo,
    .team-heading-logo {
        margin-right: 15px;
    }

    .shield-logo {
        margin-left: 0;
        margin-right: 15px;
    }

    .team-lineup-away-button,
    .team-lineup-home-button {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 0 30px 0;
        width: 22px;
    }

    .team-lineup-away-container h4 span,
    .team-lineup-home-container h4 span {
        display: block;
    }
}
