div.color-picker {
  z-index: 10000; }

input.form-control, select.form-control, textarea.form-control {
  border-radius: initial;
  font-size: 14px; }
  input.form-control.error, select.form-control.error, textarea.form-control.error {
    border-color: #e95144; }
    input.form-control.error:focus, select.form-control.error:focus, textarea.form-control.error:focus {
      box-shadow: 0 0 0 0.2rem rgba(233, 81, 68, 0.35); }

span.input-group-text {
  border-radius: initial;
  font-size: 14px; }

label {
  text-transform: uppercase; }

a {
  color: rgba(0, 0, 0, 0.9); }
  a:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: underline; }

button.btn, a.btn {
  border-radius: var(--button-border-radius);
  font-size: var(--button-font-size);
  text-transform: uppercase; }
  button.btn.disabled, a.btn.disabled {
    opacity: 0.25; }
  button.btn.btn-primary, a.btn.btn-primary {
    background-color: var(--button-primary-background-color);
    background-image: var(--button-primary-background-image);
    border-color: var(--button-primary-border-color);
    color: var(--button-primary-color);
    /*&:not(.disable):hover {
                    background-color: var(--button-primary-background-color);
                    background-image: var(--button-primary-background-image);
                    border-color: var(--button-primary-border-color);
                    color: var(--button-primary-color);
                }*/ }
    button.btn.btn-primary:active, a.btn.btn-primary:active {
      background-color: var(--button-primary-background-color) !important;
      background-image: var(--button-primary-background-image) !important;
      border-color: var(--button-primary-border-color) !important;
      color: var(--button-primary-color) !important; }
    button.btn.btn-primary:hover, a.btn.btn-primary:hover {
      background-color: var(--button-primary-background-color-hover);
      background-image: var(--button-primary-background-image-hover);
      border-color: var(--button-primary-border-color-hover);
      color: var(--button-primary-color-hover); }
  button.btn.btn-light, a.btn.btn-light {
    background-color: #ffffff; }
    button.btn.btn-light:hover, a.btn.btn-light:hover {
      cursor: pointer;
      border-color: #f8f9fa; }

.card {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: initial; }

.dropdown-menu {
  border-radius: initial; }

.form-check-label:hover {
  cursor: pointer; }

.form-check-input {
  margin-top: 3.2px; }

.navbar > .container {
  justify-content: initial; }

.navbar-brand {
  font-family: var(--font-family);
  color: var(--toolbar-mobile-hamburger-color) !important; }

.nav-pills .nav-link {
  text-transform: uppercase;
  border-radius: 0; }

.pagination {
  border-radius: initial; }
  .pagination .page-item:first-child .page-link {
    border-top-left-radius: initial;
    border-bottom-left-radius: initial; }
  .pagination .page-item:last-child .page-link {
    border-top-right-radius: initial;
    border-bottom-right-radius: initial; }

div.modal div.modal-dialog div.modal-content {
  border-radius: initial; }

div.modal div.modal-dialog div.modal-footer button.btn {
  text-transform: uppercase; }

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important; } }

@media (max-width: 991px) {
  .container {
    max-width: none; } }

@media (max-width: 767px) {
  ul.nav-pills li.nav-item a.nav-link {
    padding: 6px 12px;
    font-size: 12px; } }

.hamburger {
  outline: none !important;
  padding: 5px;
  font-size: 14px; }
  .hamburger .hamburger-box {
    width: 30px;
    height: 10px; }
    .hamburger .hamburger-box .hamburger-inner {
      width: 30px;
      background-color: var(--toolbar-mobile-hamburger-color); }
      .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
        width: 30px;
        background-color: var(--toolbar-mobile-hamburger-color); }

body {
  background-color: var(--background-color);
  background-image: var(--background-image);
  background-attachment: var(--background-image-fixed);
  background-repeat: no-repeat;
  background-size: var(--background-image-size);
  font-family: var(--font-family);
  font-size: var(--font-size); }

span.ng-invalid {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }
  span.ng-invalid.error {
    color: #e95144; }

table.table .thead-custom th {
  background-image: var(--toolbar-background-image);
  color: #ffffff;
  border-bottom-color: var(--toolbar-menu-item-active-background-color);
  border-bottom-width: 3px; }

h2.title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

div.legend {
  margin-bottom: 16px; }
  div.legend h1.title {
    font-size: 14px;
    text-transform: uppercase; }
  div.legend ul.statistics {
    list-style: none;
    margin: 0;
    padding: 0; }
    div.legend ul.statistics li.statistic {
      display: inline;
      margin: 4px 8px 0 0; }

.overflow-x-auto {
  overflow-x: auto; }

@media screen and (max-width: 1200px) {
  .no-padding-mobile {
    padding: 0px; } }

@media screen and (max-width: 360px) {
  .no-padding-mobile-small {
    padding: 0px; } }

::-webkit-input-placeholder {
  text-transform: uppercase; }

:-ms-input-placeholder {
  text-transform: uppercase; }

::placeholder {
  text-transform: uppercase; }

.remove-row-padding {
  margin-left: -15px !important;
  margin-right: -15px !important; }

@media (max-width: 575px) {
  h2.title {
    font-size: 14px; }
  div.legend h1.title {
    font-size: 12px; }
  div.legend ul.statistics li.statistic {
    font-size: 12px; } }

section div._404 {
  min-height: 400px; }

section div.ads-app {
  position: relative;
  display: none;
  background-color: #ffffff;
  height: 100px;
  padding: 12px;
  text-align: center;
  opacity: 0.8;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2); }
  section div.ads-app.closing {
    transition: all .2s linear; }
  section div.ads-app.closed, section div.ads-app.closing {
    padding: 0;
    height: 0; }
    section div.ads-app.closed *, section div.ads-app.closing * {
      display: none; }
  section div.ads-app img.logo {
    height: 70px; }
  section div.ads-app button.close {
    float: initial;
    position: relative;
    top: -25px; }
  section div.ads-app div.download {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    section div.ads-app div.download img {
      width: 22%; }

@media (max-width: 991px) {
  section div.ads-app {
    display: flex;
    justify-content: space-between; } }

@media (max-width: 575px) {
  section div.ads-app {
    display: flex;
    justify-content: space-between;
    height: 90px; }
    section div.ads-app img.logo {
      height: 60px; }
    section div.ads-app div.download img {
      width: 40%; } }

.ads-box {
  margin-bottom: 24px; }

section div.app {
  text-transform: uppercase; }
  section div.app span.app-available {
    color: #143c96;
    font-size: 36px;
    font-weight: 700; }
  section div.app span.be-notified, section div.app span.synchronize-calendar {
    font-size: 22px;
    font-weight: 700; }
  section div.app span.black {
    color: #000000;
    font-size: 16px; }
  section div.app span.blue {
    color: #143c96;
    font-size: 16px; }
  section div.app div.download {
    font-size: 16px; }
    section div.app div.download a {
      color: #143c96;
      font-weight: 700; }
  section div.app div.install-button {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    height: 75px;
    line-height: 75px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3); }
    section div.app div.install-button a {
      font-size: 22px;
      font-weight: 700;
      letter-spacing: -2.0px; }
      section div.app div.install-button a img {
        width: 48px;
        height: 48px;
        margin-right: 4px; }
      section div.app div.install-button a:hover {
        text-decoration: none; }
  section div.app div.mobile-application-demo a {
    position: relative;
    width: 600px;
    display: block;
    height: 491px;
    margin-left: auto;
    margin-right: auto; }
    section div.app div.mobile-application-demo a img.application-download {
      max-width: 600px; }
    section div.app div.mobile-application-demo a img.logo {
      position: absolute;
      left: 114px;
      top: 60px;
      width: 48px;
      height: 48px; }

@media (max-width: 575px) {
  section div.app span.app-available {
    font-size: 24px; }
  section div.app span.be-notified, section div.app span.synchronize-calendar {
    font-size: 16px; }
  section div.app div.mobile-application-demo a {
    width: initial;
    height: initial; }
    section div.app div.mobile-application-demo a img.application-download {
      max-width: 100%; }
    section div.app div.mobile-application-demo a img.logo {
      top: 11%;
      left: 18%;
      width: 32px;
      height: 32px; } }

section div.bracket-seed share-button {
  position: absolute;
  top: 5px;
  right: 10px; }

ul.games {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.games li {
    line-height: 24px;
    margin-left: -1px;
    border: solid 1px #cccccc; }
    ul.games li.game {
      width: 24px;
      height: 24px;
      text-align: center; }
      ul.games li.game.win {
        color: var(--toolbar-color);
        background-color: var(--toolbar-background-color);
        border-color: var(--toolbar-menu-item-active-background-color);
        background-image: var(--toolbar-background-image);
        font-weight: 700; }

section div.bracket-seed-matchup {
  height: 200px;
  z-index: 1; }
  section div.bracket-seed-matchup div.teams {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div.bracket-seed-matchup div.teams div.team-box {
      position: relative;
      display: block;
      border-radius: 2px;
      background-color: #fdfdfd;
      box-sizing: border-box;
      text-decoration: none;
      padding: 0;
      z-index: 2; }

section div.bracket-seed-matchup-action {
  position: relative;
  padding: 8px 0 12px 0;
  text-align: right;
  z-index: 1; }
  section div.bracket-seed-matchup-action a {
    height: 36px; }

section div.bracket-seed-matchup-information {
  background-color: white;
  height: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  border: 1px solid #1d1d1d;
  border-radius: 2px; }

section {
  height: 100%; }
  @media screen and (min-width: 1024px) {
    section div.bracket-seed-round-horizontal header {
      padding: 12px 0 6px 0;
      text-align: center;
      background-image: var(--toolbar-background-image);
      background-color: var(--toolbar-background-color);
      color: var(--toolbar-color);
      border-bottom: solid 3px var(--toolbar-menu-item-active-background-color);
      margin-bottom: 20px; }
      section div.bracket-seed-round-horizontal header h3.title {
        margin: initial;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 10px; }
      section div.bracket-seed-round-horizontal header span.subtitle {
        font-size: 12px; }
    section div.bracket-seed-round-horizontal ul.matchups {
      list-style: none;
      margin: 0;
      padding: 0; }
      section div.bracket-seed-round-horizontal ul.matchups li.matchup div.margin-100px {
        height: 100px; }
      section div.bracket-seed-round-horizontal ul.matchups li.matchup div.margin-200px {
        height: 200px; }
      section div.bracket-seed-round-horizontal ul.matchups li.matchup div.margin-400px {
        height: 400px; }
      section div.bracket-seed-round-horizontal ul.matchups li.matchup div.bracketline {
        position: relative;
        top: 71px;
        right: 140px;
        border-top: 2px solid;
        border-right: 2px solid; }
      section div.bracket-seed-round-horizontal ul.matchups li.matchup div.bracketline-reverse {
        position: relative;
        bottom: 128px;
        right: 140px;
        border-bottom: 2px solid;
        border-right: 2px solid; } }
  @media screen and (max-width: 1024px) {
    section div.bracket-seed-round-horizontal header {
      padding: 12px 0 6px 0;
      text-align: center;
      background-image: var(--toolbar-background-image);
      background-color: var(--toolbar-background-color);
      color: var(--toolbar-color);
      margin: 40px 0px 20px; }
    section div.bracket-seed-round-horizontal h3.title {
      margin: initial;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 10px; }
    section div.bracket-seed-round-horizontal span.subtitle {
      font-size: 12px; } }
  section div.bracket-seed-round-horizontal ul.matchups {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div.bracket-seed-round-horizontal ul.matchups li.matchup.bracketline {
      position: relative;
      top: 71px;
      right: 140px;
      border-top: 2px solid;
      border-right: 2px solid; }
    section div.bracket-seed-round-horizontal ul.matchups li.matchup.bracketline-reverse {
      position: relative;
      bottom: 128px;
      right: 140px;
      border-bottom: 2px solid;
      border-right: 2px solid; }

@media screen and (min-width: 1024px) {
  section div ul.divisions {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div ul.divisions li.division h3.title-division {
      padding: 2px 0px;
      color: var(--toolbar-color);
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      font-weight: bold;
      background-image: var(--toolbar-background-image);
      background-color: var(--toolbar-background-color); }
  section div ul.rounds-horizontal {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    section div ul.rounds-horizontal li.round-horizontal {
      margin-right: 15px;
      width: 25%; }
      section div ul.rounds-horizontal li.round-horizontal:last-of-type {
        margin-right: initial; }
    section div ul.rounds-horizontal li.round-five {
      margin-right: 15px;
      width: 20%; }
      section div ul.rounds-horizontal li.round-five:last-of-type {
        margin-right: initial; }
  section div ul.rounds-vertical {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div ul.rounds-vertical li.round-vertical {
      margin-right: 15px;
      width: 100%; }
      section div ul.rounds-vertical li.round-vertical:last-of-type {
        margin-right: initial; }
    section div ul.rounds-vertical li.round-five {
      margin-right: 15px;
      width: 100%; }
      section div ul.rounds-vertical li.round-five:last-of-type {
        margin-right: initial; } }

@media screen and (max-width: 1200px) {
  section div ul.divisions {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div ul.divisions li.division h3.title-division {
      color: var(--toolbar-color);
      text-align: center;
      font-size: 20px;
      padding: 2px 0px;
      font-weight: 700;
      text-transform: uppercase;
      font-weight: bold;
      border: 2px solid black;
      background-image: var(--toolbar-background-image);
      background-color: var(--toolbar-background-color); }
  section div ul.rounds-vertical {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div ul.rounds-vertical li.round-horizontal {
      margin-right: 15px;
      width: 100%; }
      section div ul.rounds-vertical li.round-horizontal:last-of-type {
        margin-right: initial; }
    section div ul.rounds-vertical li.round-vertical {
      margin-right: 15px;
      width: 100%; }
      section div ul.rounds-vertical li.round-vertical:last-of-type {
        margin-right: initial; }
    section div ul.rounds-vertical li.round-five {
      margin-right: 15px;
      width: 100%; }
      section div ul.rounds-vertical li.round-five:last-of-type {
        margin-right: initial; }
  section div ul.rounds-horizontal {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div ul.rounds-horizontal li.round-horizontal {
      margin-right: 15px;
      width: 100%; }
      section div ul.rounds-horizontal li.round-horizontal:last-of-type {
        margin-right: initial; }
    section div ul.rounds-horizontal li.round-vertical {
      margin-right: 15px;
      width: 100%; }
      section div ul.rounds-horizontal li.round-vertical:last-of-type {
        margin-right: initial; }
    section div ul.rounds-horizontal li.round-five {
      margin-right: 15px;
      width: 100%; }
      section div ul.rounds-horizontal li.round-five:last-of-type {
        margin-right: initial; } }

section {
  height: 100%; }
  @media screen and (min-width: 1200px) {
    section div.bracket-seed-round-vertical {
      display: flex; }
      section div.bracket-seed-round-vertical header {
        padding: 12px 0 6px 0;
        text-align: center;
        background-image: var(--toolbar-background-image);
        background-color: var(--toolbar-background-color);
        color: var(--toolbar-color);
        border-bottom: solid 3px var(--toolbar-menu-item-active-background-color);
        margin-bottom: 20px;
        width: 100px;
        margin-right: 15px; }
        section div.bracket-seed-round-vertical header h3.title {
          margin: initial;
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
          padding-bottom: 10px; }
        section div.bracket-seed-round-vertical header span.subtitle {
          font-size: 12px; }
      section div.bracket-seed-round-vertical ul.matchups {
        display: flex;
        width: 100%;
        flex-flow: row wrap;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: center; }
        section div.bracket-seed-round-vertical ul.matchups li.matchup {
          margin-right: 15px;
          width: 23%; }
          section div.bracket-seed-round-vertical ul.matchups li.matchup div.bracketline-reverse {
            display: none; } }
  @media screen and (max-width: 1200px) {
    section div.bracket-seed-round-vertical header {
      padding: 12px 0 6px 0;
      text-align: center;
      background-image: var(--toolbar-background-image);
      background-color: var(--toolbar-background-color);
      color: var(--toolbar-color);
      margin: 40px 0px 20px; }
    section div.bracket-seed-round-vertical h3.title {
      margin: initial;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 10px; }
    section div.bracket-seed-round-vertical span.subtitle {
      font-size: 12px; } }
  section div.bracket-seed-round-vertical ul.matchups {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div.bracket-seed-round-vertical ul.matchups li.matchup.bracketline {
      position: relative;
      top: 71px;
      right: 140px;
      border-top: 2px solid;
      border-right: 2px solid; }
    section div.bracket-seed-round-vertical ul.matchups li.matchup.bracketline-reverse {
      position: relative;
      bottom: 128px;
      right: 140px;
      border-bottom: 2px solid;
      border-right: 2px solid; }

div.team-bracket {
  display: flex;
  border: 1px solid #1d1d1d;
  border-radius: 2px;
  background-color: white;
  min-height: 52px; }
  div.team-bracket div.logo {
    margin-right: 8px;
    width: 48px;
    border: solid 1px #cccccc;
    border-radius: 50%; }
    div.team-bracket div.logo a img {
      width: 48px;
      height: 48px; }
  div.team-bracket div.information {
    width: 100%;
    min-width: 100px; }
    div.team-bracket div.information.display-inline {
      display: flex;
      justify-content: space-between; }
      div.team-bracket div.information.display-inline a {
        display: block;
        line-height: 48px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80%;
        background-image: var(--toolbar-background-image);
        background-color: var(--toolbar-background-color);
        color: var(--toolbar-color); }
        div.team-bracket div.information.display-inline a span.team-name {
          padding-left: 5px; }
      div.team-bracket div.information.display-inline bracket-seed-game {
        display: block;
        padding-top: 12px; }
    div.team-bracket div.information a {
      line-height: 24px;
      text-transform: uppercase; }

ckeditor.single-line {
  background-color: red; }

ckeditor.single-line ~ .cke {
  background-color: orange; }
  ckeditor.single-line ~ .cke.ck.ck-editor {
    height: 10px; }

div.ck.ck-editor {
  height: 440px; }
  div.ck.ck-editor div.ck-editor__main {
    height: 100%; }
    div.ck.ck-editor div.ck-editor__main div.ck-editor__editable_inline {
      height: 100%; }

section div.custom-page {
  min-height: 80vh; }
  section div.custom-page div.content {
    padding: 16px; }
    section div.custom-page div.content form {
      text-align: left; }
      section div.custom-page div.content form div.payment-container .clear-options {
        display: inline-block;
        text-align: center;
        margin-left: 20px;
        font-size: 12px;
        border: 1px solid #ced4da;
        color: #555;
        border-radius: 5px;
        padding: 2px 8px;
        cursor: pointer;
        transition: background-color linear 0.1s; }
        section div.custom-page div.content form div.payment-container .clear-options:hover {
          background-color: #f5f5f5; }
      section div.custom-page div.content form div.payment-container ul.payment-options, section div.custom-page div.content form div.payment-container ul.payment-choices, section div.custom-page div.content form div.payment-container ul.payment-modes {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 1rem; }
      section div.custom-page div.content form div.payment-container .products-container {
        overflow-x: auto;
        margin-bottom: 16px; }
        section div.custom-page div.content form div.payment-container .products-container table {
          margin-bottom: 0; }
          section div.custom-page div.content form div.payment-container .products-container table.payment-products thead tr th.quantity, section div.custom-page div.content form div.payment-container .products-container table.payment-products thead tr th.price, section div.custom-page div.content form div.payment-container .products-container table.payment-products thead tr th.subtotal {
            width: 15%; }
          section div.custom-page div.content form div.payment-container .products-container table.payment-products tbody tr td.quantity {
            display: flex;
            line-height: 32px;
            padding: 6px 12px 6px 12px;
            min-width: 130px; }
            section div.custom-page div.content form div.payment-container .products-container table.payment-products tbody tr td.quantity input {
              text-align: center; }
            section div.custom-page div.content form div.payment-container .products-container table.payment-products tbody tr td.quantity span.mdi.mdi-close {
              padding: 8px;
              font-size: 16px;
              vertical-align: sub; }
  section div.custom-page div.modal {
    padding-right: 0 !important; }
    section div.custom-page div.modal div.modal-dialog {
      max-width: 500px; }
      section div.custom-page div.modal div.modal-dialog h4.modal-title {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase; }
      section div.custom-page div.modal div.modal-dialog div.modal-body {
        line-height: 24px; }
        section div.custom-page div.modal div.modal-dialog div.modal-body .confirmationBoxMessage {
          margin-top: 10px; }
        section div.custom-page div.modal div.modal-dialog div.modal-body .confirmationNumber {
          margin-bottom: 10px; }
        section div.custom-page div.modal div.modal-dialog div.modal-body .confirmationTitle {
          margin-top: 10px;
          margin-bottom: 10px;
          font-weight: bold; }
        section div.custom-page div.modal div.modal-dialog div.modal-body span.mdi.mdi-checkbox-marked-circle-outline, section div.custom-page div.modal div.modal-dialog div.modal-body span.mdi.mdi-alert-circle-outline {
          margin-right: 8px;
          font-size: 24px; }
        section div.custom-page div.modal div.modal-dialog div.modal-body span.message {
          text-transform: uppercase; }

section div.help-button span.mdi {
  color: #f4b401;
  cursor: pointer; }

table.datatable {
  /*table-layout: fixed;*/ }
  table.datatable td.sticky-col, table.datatable th.sticky-col {
    position: sticky;
    left: 0px;
    width: 100px; }
    table.datatable td.sticky-col.unset-background, table.datatable th.sticky-col.unset-background {
      background-color: inherit; }
  table.datatable td.sticky-col {
    background-color: white; }
  table.datatable thead tr th {
    padding: 12px 12px;
    text-transform: uppercase;
    background-color: var(--grid-header-background-color);
    background-image: var(--grid-header-background-image);
    color: var(--grid-header-color);
    border-bottom: solid 3px var(--grid-header-border-bottom-color); }
    table.datatable thead tr th:last-child {
      padding-right: 12px; }
    table.datatable thead tr th.position {
      width: 60px; }
    table.datatable thead tr th.sortable {
      padding: 7px 0;
      width: 65px; }
      table.datatable thead tr th.sortable:hover {
        cursor: pointer; }
      table.datatable thead tr th.sortable div.header {
        display: flex;
        justify-content: center;
        line-height: 24px; }
        table.datatable thead tr th.sortable div.header div.sort-order {
          line-height: 12px;
          margin-left: 4px;
          width: 14px; }
          table.datatable thead tr th.sortable div.header div.sort-order span {
            color: rgba(255, 255, 255, 0.5); }
            table.datatable thead tr th.sortable div.header div.sort-order span.ascending, table.datatable thead tr th.sortable div.header div.sort-order span.descending {
              color: #ffffff; }
  table.datatable tbody tr {
    line-height: 24px; }
    table.datatable tbody tr:hover {
      background-color: var(--grid-row-hover-background-color);
      border-bottom: solid 1px var(--grid-row-hover-background-color);
      color: var(--grid-row-hover-color); }
      table.datatable tbody tr:hover a {
        color: var(--grid-row-hover-color) !important; }
    table.datatable tbody tr td {
      text-transform: uppercase; }
      table.datatable tbody tr td.position {
        width: 60px; }
      table.datatable tbody tr td.name, table.datatable tbody tr td.team-name {
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 250px; }
        table.datatable tbody tr td.name img, table.datatable tbody tr td.team-name img {
          margin-right: 8px;
          width: 24px;
          height: 24px; }
      table.datatable tbody tr td.sort {
        background-color: var(--grid-column-sort-background-color);
        border-bottom: var(--grid-column-sort-background-color);
        color: var(--grid-column-sort-color);
        font-weight: 700; }
  table.datatable tfoot tr {
    line-height: 24px;
    font-weight: 700; }
    table.datatable tfoot tr td {
      text-transform: uppercase; }

@media (max-width: 991px) {
  table.datatable thead tr th {
    padding: 8px 8px;
    font-size: 12px;
    line-height: 22px; }
    table.datatable thead tr th.sortable {
      padding: 3px 0; }
  table.datatable tbody tr {
    line-height: 24px; }
    table.datatable tbody tr td {
      padding: 8px 8px;
      font-size: 12px; }
  table.datatable tfoot tr {
    line-height: 24px; }
    table.datatable tfoot tr td {
      padding: 8px 8px;
      font-size: 12px; } }

@media (max-width: 575px) {
  table.datatable thead tr th {
    padding: 8px 8px; }
    table.datatable thead tr th.sortable {
      padding: 3px 0; }
  table.datatable tbody tr td {
    font-size: 11px; }
    table.datatable tbody tr td.name {
      max-width: 200px; } }

div.dateselect .form-control:hover {
  text-decoration: underline;
  cursor: pointer; }

div.dateselect .datetimepicker .active {
  background-image: unset;
  background-color: var(--button-primary-background-color); }

div.dateselect .dropdown-menu {
  background-color: white;
  background-image: unset; }

div.dropdown {
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); }
  div.dropdown:hover {
    cursor: pointer; }
  div.dropdown div.dropdown-container {
    padding: 10px 8px;
    height: 62px; }
    div.dropdown div.dropdown-container div.dropdown-title span {
      color: #a8a8a8;
      font-weight: 700;
      font-size: 10px;
      text-transform: uppercase; }
    div.dropdown div.dropdown-container div.dropdown-value-selected {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: calc(100% - 12px); }
      div.dropdown div.dropdown-container div.dropdown-value-selected span {
        font-weight: 600;
        text-transform: uppercase; }
    div.dropdown div.dropdown-container div.dropdown-toggle {
      position: absolute;
      top: 22px;
      right: 8px; }
  div.dropdown div.dropdown-menu {
    width: 100%;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto; }
    div.dropdown div.dropdown-menu a.dropdown-item {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 4px 8px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }

@media (max-width: 767px) {
  div.dropdown {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); } }

ul.dropdown-menu {
  background-image: var(--toolbar-background-image);
  background-color: var(--toolbar-background-color);
  border-radius: initial; }
  ul.dropdown-menu.right {
    top: 0;
    left: 100%;
    margin-top: -9px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  ul.dropdown-menu li.dropdown {
    position: relative; }
    ul.dropdown-menu li.dropdown a.dropdown-item {
      color: var(--toolbar-color);
      font-family: var(--toolbar-font-family);
      font-size: var(--toolbar-font-size) !important;
      font-weight: var(--toolbar-font-weight); }
      ul.dropdown-menu li.dropdown a.dropdown-item:hover, ul.dropdown-menu li.dropdown a.dropdown-item:focus {
        color: var(--toolbar-menu-item-active-color);
        background-color: var(--toolbar-menu-item-active-background-color); }
  ul.dropdown-menu li.dropdown-submenu {
    position: relative; }
    ul.dropdown-menu li.dropdown-submenu > a.dropdown-item:hover:after, ul.dropdown-menu li.dropdown-submenu > a.dropdown-item:focus:after {
      color: var(--toolbar-menu-item-active-color); }
    ul.dropdown-menu li.dropdown-submenu > a.dropdown-item:after {
      display: block;
      content: " ";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-left-color: #ffffff;
      margin-top: 10px;
      margin-right: -10px; }

@media (max-width: 991px) {
  ul.dropdown-menu.right {
    margin-top: initial;
    margin-left: initial; } }

section div.filters select {
  text-transform: uppercase; }

@media (max-width: 575px) {
  section div.filters select {
    font-size: 12px; } }

section div.form-v1 div.content-form form {
  text-align: left; }
  section div.form-v1 div.content-form form div.payment-container .clear-options {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    font-size: 12px;
    border: 1px solid #ced4da;
    color: #555;
    border-radius: 5px;
    padding: 2px 8px;
    cursor: pointer;
    transition: background-color linear 0.1s; }
    section div.form-v1 div.content-form form div.payment-container .clear-options:hover {
      background-color: #f5f5f5; }
  section div.form-v1 div.content-form form div.payment-container ul.payment-options, section div.form-v1 div.content-form form div.payment-container ul.payment-choices, section div.form-v1 div.content-form form div.payment-container ul.payment-modes {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem; }
  section div.form-v1 div.content-form form div.payment-container .products-container {
    overflow-x: auto;
    margin-bottom: 16px; }
    section div.form-v1 div.content-form form div.payment-container .products-container table {
      margin-bottom: 0; }
      section div.form-v1 div.content-form form div.payment-container .products-container table.payment-products thead tr th.quantity, section div.form-v1 div.content-form form div.payment-container .products-container table.payment-products thead tr th.price, section div.form-v1 div.content-form form div.payment-container .products-container table.payment-products thead tr th.subtotal {
        width: 15%; }
      section div.form-v1 div.content-form form div.payment-container .products-container table.payment-products tbody tr td.quantity {
        display: flex;
        line-height: 32px;
        padding: 6px 12px 6px 12px;
        min-width: 130px; }
        section div.form-v1 div.content-form form div.payment-container .products-container table.payment-products tbody tr td.quantity input {
          text-align: center; }
        section div.form-v1 div.content-form form div.payment-container .products-container table.payment-products tbody tr td.quantity span.mdi.mdi-close {
          padding: 8px;
          font-size: 16px;
          vertical-align: sub; }

section div.form-v1 div.modal {
  padding-right: 0 !important; }
  section div.form-v1 div.modal div.modal-dialog {
    max-width: 500px; }
    section div.form-v1 div.modal div.modal-dialog h4.modal-title {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
    section div.form-v1 div.modal div.modal-dialog div.modal-body {
      line-height: 24px; }
      section div.form-v1 div.modal div.modal-dialog div.modal-body .confirmationBoxMessage {
        margin-top: 10px; }
      section div.form-v1 div.modal div.modal-dialog div.modal-body .confirmationNumber {
        margin-bottom: 10px; }
      section div.form-v1 div.modal div.modal-dialog div.modal-body .confirmationTitle {
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold; }
      section div.form-v1 div.modal div.modal-dialog div.modal-body span.mdi.mdi-checkbox-marked-circle-outline, section div.form-v1 div.modal div.modal-dialog div.modal-body span.mdi.mdi-alert-circle-outline {
        margin-right: 8px;
        font-size: 24px; }
      section div.form-v1 div.modal div.modal-dialog div.modal-body span.message {
        text-transform: uppercase; }

div.language-selector > ul.languages {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  div.language-selector > ul.languages li {
    padding: initial;
    color: #ffffff; }
    div.language-selector > ul.languages li.language:not(:first-child):before {
      margin: 0 4px;
      content: "/"; }
    div.language-selector > ul.languages li.language a, div.language-selector > ul.languages li.language span {
      text-transform: uppercase; }
    div.language-selector > ul.languages li.language span {
      font-weight: 700;
      color: #0864ae; }

section ul.pagination {
  text-transform: uppercase;
  justify-content: center; }
  section ul.pagination li.page-item.active a.page-link {
    background-color: var(--button-primary-background-color);
    background-image: var(--button-primary-background-image);
    border-color: var(--button-primary-border-color);
    color: var(--button-primary-color); }
  section ul.pagination li.page-item.active a:focus {
    /*background-color: #7266ba;
                                    border-color: #7266ba;*/ }
  section ul.pagination li.page-item a {
    color: #000000; }
    section ul.pagination li.page-item a.disabled {
      cursor: not-allowed;
      pointer-events: none; }

@media (max-width: 575px) {
  section ul.pagination {
    font-size: 12px; } }

div.form-inline {
  flex-flow: row; }
  div.form-inline input.search-input {
    width: 100%; }
  div.form-inline i.mdi {
    font-size: 24px; }

div.share-button .modal .modal-dialog {
  width: 400px; }
  div.share-button .modal .modal-dialog .destination > div:not(:first-child) {
    margin-left: 15px; }
  div.share-button .modal .modal-dialog .share-item {
    font-size: 24px;
    background-color: #F2F2F2;
    border: 1px solid #808080;
    color: #808080;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px; }
    div.share-button .modal .modal-dialog .share-item.twitter {
      color: white;
      background-color: #1da1f2;
      border: 1px solid #1da1f2; }
    div.share-button .modal .modal-dialog .share-item.facebook {
      color: white;
      background-color: #3b5998;
      border: 1px solid #3b5998; }
  div.share-button .modal .modal-dialog .code-block {
    background-color: #F2F2F2;
    border: 1px dashed #808080;
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: left; }
  div.share-button .modal .modal-dialog .share-block {
    margin-top: 20px; }
  div.share-button .modal .modal-dialog .copy-button {
    width: 24px;
    height: 24px;
    transition: background-color ease-in-out .15s;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 4px; }
    div.share-button .modal .modal-dialog .copy-button:hover {
      background-color: #f6f6f6;
      cursor: pointer; }

div.share-button > button {
  border-radius: 5px;
  padding: 0 10px;
  transition: background-color ease-in-out .15s; }
  div.share-button > button .label {
    text-transform: uppercase;
    color: #808080;
    vertical-align: middle;
    font-size: 16px; }
  div.share-button > button .mdi {
    font-size: 24px;
    color: #808080;
    vertical-align: middle;
    font-size: 24px;
    margin-right: 5px;
    transform: scale(-1, 1);
    display: inline-block; }
  div.share-button > button:hover {
    background-color: #f6f6f6;
    cursor: pointer; }

div.stripe-elements {
  display: none; }
  div.stripe-elements.show {
    display: block; }
  div.stripe-elements label {
    font-size: 14px;
    font-weight: 700; }
  div.stripe-elements div.expiry-cvc-elements {
    display: flex; }
    div.stripe-elements div.expiry-cvc-elements .card-expiry-element, div.stripe-elements div.expiry-cvc-elements .card-cvc-element {
      width: 50%; }
    div.stripe-elements div.expiry-cvc-elements .card-expiry-element {
      margin-right: 15px; }
  div.stripe-elements #card-number-element.form-control, div.stripe-elements #card-expiry-element.form-control, div.stripe-elements #card-cvc-element.form-control {
    padding: 8px 12px 6px 12px;
    border-radius: 0; }
    div.stripe-elements #card-number-element.form-control.StripeElement--focus, div.stripe-elements #card-expiry-element.form-control.StripeElement--focus, div.stripe-elements #card-cvc-element.form-control.StripeElement--focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

section div.section-header h3.title {
  width: 100%;
  padding: 16px;
  border-bottom: 3px solid #ccc;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.9px; }

@media (max-width: 575px) {
  section div.section-header h3.title {
    padding: 12px;
    font-size: 14px; } }

section div.facility-list {
  min-height: 80vh; }
  section div.facility-list table thead tr th {
    text-transform: uppercase; }
    section div.facility-list table thead tr th.name, section div.facility-list table thead tr th.address {
      width: 40%; }
    section div.facility-list table thead tr th.state-note {
      width: 20%; }
  section div.facility-list table tbody tr.facility {
    cursor: pointer; }
    section div.facility-list table tbody tr.facility td div.address a {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 400px; }
    section div.facility-list table tbody tr.facility td div.phone-data {
      min-width: 115px; }
    section div.facility-list table tbody tr.facility td div.city-data {
      min-width: 130px; }
    section div.facility-list table tbody tr.facility td div.status-closed {
      border-radius: 4px;
      padding: 0px 6px;
      max-width: 135px;
      background: red;
      color: white;
      text-align: center; }
    section div.facility-list table tbody tr.facility td div.status-undetermined {
      border-radius: 4px;
      padding: 0px 6px;
      max-width: 135px;
      background: orange;
      color: white;
      text-align: center; }
    section div.facility-list table tbody tr.facility td div.status-open {
      border-radius: 4px;
      padding: 0px 6px;
      max-width: 135px;
      background: green;
      color: white;
      text-align: center; }
    section div.facility-list table tbody tr.facility td div.status-none {
      border-radius: 4px;
      padding: 0px 6px;
      max-width: 135px;
      color: black;
      text-align: center; }

section div.facility-widget {
  overflow: auto;
  font-size: 12px !important; }
  section div.facility-widget table tr.facility {
    cursor: pointer; }
    section div.facility-widget table tr.facility td {
      padding: 0.75rem 0.35rem; }
      section div.facility-widget table tr.facility td.no-border-top {
        border-top: none; }
  section div.facility-widget table th {
    border-top: unset; }
  section div.facility-widget table div.status-closed {
    border-radius: 4px;
    padding: 0px 6px;
    max-width: 100px;
    background: red;
    color: white;
    text-align: center; }
  section div.facility-widget table div.status-undetermined {
    border-radius: 4px;
    padding: 0px 6px;
    max-width: 100px;
    background: orange;
    color: white;
    text-align: center; }
  section div.facility-widget table div.status-open {
    border-radius: 4px;
    padding: 0px 6px;
    max-width: 100px;
    background: green;
    color: white;
    text-align: center; }
  section div.facility-widget table div.status-none {
    border-radius: 4px;
    padding: 0px 6px;
    max-width: 100px;
    color: black;
    text-align: center; }
  section div.facility-widget div.allfacilities {
    margin-bottom: 12px;
    font-size: 14px;
    text-align: right; }
    section div.facility-widget div.allfacilities i.mdi-arrow-right {
      vertical-align: middle; }
  section div.facility-widget div.updated-at {
    padding-bottom: 12px; }

section div.form-widget {
  overflow-x: auto; }
  section div.form-widget div.products-container {
    overflow-x: auto; }
  section div.form-widget span.clear-options {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    font-size: 12px;
    border: 1px solid #ced4da;
    color: #555;
    border-radius: 5px;
    padding: 2px 8px;
    cursor: pointer;
    transition: background-color linear 0.1s; }
    section div.form-widget span.clear-options:hover {
      background-color: #f5f5f5; }

section div.play-by-play {
  margin-bottom: 24px; }
  section div.play-by-play div.periods ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    section div.play-by-play div.periods ul li {
      margin-right: 4px; }
      section div.play-by-play div.periods ul li button {
        width: 60px;
        text-transform: uppercase; }
  section div.play-by-play div.period div.play {
    position: relative;
    width: 100%; }
    section div.play-by-play div.period div.play div.play-type-penalty, section div.play-by-play div.period div.play div.play-type-goal {
      position: relative; }
      section div.play-by-play div.period div.play div.play-type-penalty div.play-time, section div.play-by-play div.period div.play div.play-type-goal div.play-time {
        position: absolute;
        top: 24px;
        left: 10px;
        font-size: 10px;
        color: #bfbfbf;
        text-align: right; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-time span.time, section div.play-by-play div.period div.play div.play-type-goal div.play-time span.time {
          font-size: 12px; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-time div.play-content-icon, section div.play-by-play div.period div.play div.play-type-goal div.play-time div.play-content-icon {
          text-align: center;
          font-size: 18px;
          color: #bfbfbf;
          z-index: 10; }
          section div.play-by-play div.period div.play div.play-type-penalty div.play-time div.play-content-icon span.mdi.mdi-alarm-light, section div.play-by-play div.period div.play div.play-type-goal div.play-time div.play-content-icon span.mdi.mdi-alarm-light {
            color: #ee1b24; }
          section div.play-by-play div.period div.play div.play-type-penalty div.play-time div.play-content-icon span.mdi.mdi-whistle, section div.play-by-play div.period div.play div.play-type-goal div.play-time div.play-content-icon span.mdi.mdi-whistle {
            color: rgba(0, 0, 0, 0.9); }
          section div.play-by-play div.period div.play div.play-type-penalty div.play-time div.play-content-icon span.goal-light, section div.play-by-play div.period div.play div.play-type-goal div.play-time div.play-content-icon span.goal-light {
            position: absolute;
            top: 28px;
            left: 13px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            box-shadow: 0 0 0 rgba(255, 0, 0, 0.4);
            animation: pulse 2s infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 0, 0, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9); }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(255, 0, 0, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); } }
      section div.play-by-play div.period div.play div.play-type-penalty div.play-content, section div.play-by-play div.period div.play div.play-type-goal div.play-content {
        position: relative;
        margin-left: 84px;
        padding: 16px 8px 16px 48px; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team svg line.outer-stroke, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team svg line.outer-stroke {
          stroke: #000000; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team svg line.inner-stroke, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team svg line.inner-stroke {
          stroke: initial; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team span.play-type-tag, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team span.play-type-tag {
          background-color: #000000 !important;
          border-color: #000000 !important;
          color: #ffffff !important; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team svg line.outer-stroke, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team svg line.outer-stroke {
          stroke: #a2a2a2; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team svg line.inner-stroke, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team svg line.inner-stroke {
          stroke: #fff; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team span.play-type-tag, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team span.play-type-tag {
          color: #a2a2a2 !important; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team svg, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team svg, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team svg, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team svg {
          position: absolute;
          top: 0;
          left: -3px;
          width: 10px;
          height: 100%; }
          section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team svg line, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team svg line, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team svg line, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team svg line {
            stroke: #bfbfbf;
            stroke-width: 5px;
            stroke-linecap: round; }
            section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team svg line.inner-stroke, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team svg line.inner-stroke, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team svg line.inner-stroke, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team svg line.inner-stroke {
              stroke-width: 2px; }
            section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team svg line.dash, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team svg line.dash, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team svg line.dash, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team svg line.dash {
              stroke-dasharray: 0,8; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team span.play-type-tag, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team span.play-type-tag, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team span.play-type-tag, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team span.play-type-tag {
          display: inline-block;
          position: absolute;
          width: 72px;
          top: 24px;
          left: -34px;
          white-space: normal;
          background-color: #fff;
          border-color: #bfbfbf;
          color: #bfbfbf;
          line-height: 13px;
          text-transform: uppercase;
          border: 1px solid;
          text-align: center;
          font-size: 11px;
          vertical-align: middle;
          border-radius: 4px;
          margin-bottom: 2px;
          padding: 1px 4px 1px; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.team a.logo:hover, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.team a.logo:hover, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.team a.logo:hover, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.team a.logo:hover {
          text-decoration: none; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.team a.logo img, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.team a.logo img, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.team a.logo img, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.team a.logo img {
          width: 32px;
          height: 32px; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.team a.abbreviation, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.team a.abbreviation, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.team a.abbreviation, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.team a.abbreviation {
          font-weight: 600;
          margin-left: 8px; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.penalty-type, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.penalty-type, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.penalty-type, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.penalty-type {
          text-transform: uppercase;
          margin-top: 6px;
          font-weight: 600;
          font-size: 12px;
          padding: 3px; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.penalty, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.penalty, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.penalty, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.penalty {
          color: #777777;
          font-size: 12px;
          text-transform: uppercase;
          display: flex; }
          section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.penalty a.avatar img, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.penalty a.avatar img, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.penalty a.avatar img, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.penalty a.avatar img {
            width: 48px;
            height: 48px;
            border-radius: 50%; }
          section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.penalty .player-information, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.penalty .player-information, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.penalty .player-information, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.penalty .player-information {
            line-height: 16px;
            padding: 8px; }
            section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.penalty .player-information a.name, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.penalty .player-information a.name, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.penalty .player-information a.name, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.penalty .player-information a.name {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              text-transform: uppercase;
              width: 150px;
              display: inline-block;
              font-weight: 600; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.goal div.scorer, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.goal div.scorer, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.goal div.scorer, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.goal div.scorer {
          color: #777777;
          font-size: 12px;
          text-transform: uppercase;
          display: flex;
          width: 50%; }
          section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.goal div.scorer a.avatar img, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.goal div.scorer a.avatar img, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.goal div.scorer a.avatar img, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.goal div.scorer a.avatar img {
            width: 48px;
            height: 48px;
            border-radius: 50%; }
          section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.goal div.scorer .player-information, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.goal div.scorer .player-information, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.goal div.scorer .player-information, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.goal div.scorer .player-information {
            line-height: 16px;
            padding: 8px; }
            section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.goal div.scorer .player-information a.name, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.goal div.scorer .player-information a.name, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.goal div.scorer .player-information a.name, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.goal div.scorer .player-information a.name {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              text-transform: uppercase;
              width: 150px;
              display: inline-block;
              font-weight: 600; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.goal div.assists, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.goal div.assists, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.goal div.assists, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.goal div.assists {
          color: #777777;
          font-size: 12px; }
          section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.goal div.assists ul, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.goal div.assists ul, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.goal div.assists ul, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.goal div.assists ul {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0; }
            section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.goal div.assists ul li.assist, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.goal div.assists ul li.assist, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.goal div.assists ul li.assist, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.goal div.assists ul li.assist {
              display: flex;
              width: 50%; }
              section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.goal div.assists ul li.assist:not(:first-child), section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.goal div.assists ul li.assist:not(:first-child), section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.goal div.assists ul li.assist:not(:first-child), section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.goal div.assists ul li.assist:not(:first-child) {
                margin-left: 16px; }
              section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.goal div.assists ul li.assist a.avatar img, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.goal div.assists ul li.assist a.avatar img, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.goal div.assists ul li.assist a.avatar img, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.goal div.assists ul li.assist a.avatar img {
                width: 48px;
                height: 48px;
                border-radius: 50%; }
              section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.goal div.assists ul li.assist .player-information, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.goal div.assists ul li.assist .player-information, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.goal div.assists ul li.assist .player-information, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.goal div.assists ul li.assist .player-information {
                line-height: 16px;
                padding: 8px; }
                section div.play-by-play div.period div.play div.play-type-penalty div.play-content.home-team div.play-content-description div.goal div.assists ul li.assist .player-information a.name, section div.play-by-play div.period div.play div.play-type-penalty div.play-content.away-team div.play-content-description div.goal div.assists ul li.assist .player-information a.name, section div.play-by-play div.period div.play div.play-type-goal div.play-content.home-team div.play-content-description div.goal div.assists ul li.assist .player-information a.name, section div.play-by-play div.period div.play div.play-type-goal div.play-content.away-team div.play-content-description div.goal div.assists ul li.assist .player-information a.name {
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  text-transform: uppercase;
                  width: 150px;
                  display: inline-block;
                  font-weight: 600; }

@media (max-width: 575px) {
  section div.play-by-play div.periods ul li button {
    width: 50px;
    font-size: 12px; }
  section div.play-by-play div.period div.play div.play-type-penalty, section div.play-by-play div.period div.play div.play-type-goal {
    position: relative; }
    section div.play-by-play div.period div.play div.play-type-penalty div.play-time, section div.play-by-play div.period div.play div.play-type-goal div.play-time {
      left: 0; }
    section div.play-by-play div.period div.play div.play-type-penalty div.play-content, section div.play-by-play div.period div.play div.play-type-goal div.play-content {
      margin-left: 78px; }
      section div.play-by-play div.period div.play div.play-type-penalty div.play-content div.play-content-description div.team a.abbreviation, section div.play-by-play div.period div.play div.play-type-goal div.play-content div.play-content-description div.team a.abbreviation {
        font-size: 12px; }
      section div.play-by-play div.period div.play div.play-type-penalty div.play-content div.play-content-description div.goal div.scorer a, section div.play-by-play div.period div.play div.play-type-goal div.play-content div.play-content-description div.goal div.scorer a {
        font-size: 12px; }
      section div.play-by-play div.period div.play div.play-type-penalty div.play-content div.play-content-description div.goal div.assists ul li.assist:not(:first-child), section div.play-by-play div.period div.play div.play-type-goal div.play-content div.play-content-description div.goal div.assists ul li.assist:not(:first-child) {
        margin-left: 8px; }
      section div.play-by-play div.period div.play div.play-type-penalty div.play-content div.play-content-description div.goal div.assists ul li.assist a.avatar, section div.play-by-play div.period div.play div.play-type-goal div.play-content div.play-content-description div.goal div.assists ul li.assist a.avatar {
        display: none; }
      section div.play-by-play div.period div.play div.play-type-penalty div.play-content div.play-content-description div.goal div.assists ul li.assist .player-information, section div.play-by-play div.period div.play div.play-type-goal div.play-content div.play-content-description div.goal div.assists ul li.assist .player-information {
        padding: 4px 0 !important; }
        section div.play-by-play div.period div.play div.play-type-penalty div.play-content div.play-content-description div.goal div.assists ul li.assist .player-information a.name, section div.play-by-play div.period div.play div.play-type-goal div.play-content div.play-content-description div.goal div.assists ul li.assist .player-information a.name {
          width: 90px !important; }
      section div.play-by-play div.period div.play div.play-type-penalty div.play-content div.play-content-description a.name, section div.play-by-play div.period div.play div.play-type-goal div.play-content div.play-content-description a.name {
        font-size: 12px; } }

section ul.lineups, section .ul.lineups {
  list-style: none;
  margin: 0;
  padding: 0; }
  section ul.lineups li.team-header img.avatar, section ul.lineups .li.team-header img.avatar, section .ul.lineups li.team-header img.avatar, section .ul.lineups .li.team-header img.avatar {
    width: 64px;
    height: 64px; }
  section ul.lineups li.team-header div.team-name, section ul.lineups .li.team-header div.team-name, section .ul.lineups li.team-header div.team-name, section .ul.lineups .li.team-header div.team-name {
    padding: 8px 0px; }
  section ul.lineups li.team-header span.name, section ul.lineups .li.team-header span.name, section .ul.lineups li.team-header span.name, section .ul.lineups .li.team-header span.name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    text-transform: uppercase; }
  section ul.lineups li.team-header a.print-game-sheet, section ul.lineups .li.team-header a.print-game-sheet, section .ul.lineups li.team-header a.print-game-sheet, section .ul.lineups .li.team-header a.print-game-sheet {
    float: right;
    margin-top: 12px; }
    section ul.lineups li.team-header a.print-game-sheet span.mdi.mdi-printer, section ul.lineups .li.team-header a.print-game-sheet span.mdi.mdi-printer, section .ul.lineups li.team-header a.print-game-sheet span.mdi.mdi-printer, section .ul.lineups .li.team-header a.print-game-sheet span.mdi.mdi-printer {
      font-size: 18px; }
  section ul.lineups li.team-header ul.lineup, section ul.lineups li.team-header .ul.lineup, section ul.lineups .li.team-header ul.lineup, section ul.lineups .li.team-header .ul.lineup, section .ul.lineups li.team-header ul.lineup, section .ul.lineups li.team-header .ul.lineup, section .ul.lineups .li.team-header ul.lineup, section .ul.lineups .li.team-header .ul.lineup {
    list-style: none;
    margin: 0;
    padding: 0; }
    section ul.lineups li.team-header ul.lineup li.player .title, section ul.lineups li.team-header ul.lineup .li.player .title, section ul.lineups li.team-header .ul.lineup li.player .title, section ul.lineups li.team-header .ul.lineup .li.player .title, section ul.lineups .li.team-header ul.lineup li.player .title, section ul.lineups .li.team-header ul.lineup .li.player .title, section ul.lineups .li.team-header .ul.lineup li.player .title, section ul.lineups .li.team-header .ul.lineup .li.player .title, section .ul.lineups li.team-header ul.lineup li.player .title, section .ul.lineups li.team-header ul.lineup .li.player .title, section .ul.lineups li.team-header .ul.lineup li.player .title, section .ul.lineups li.team-header .ul.lineup .li.player .title, section .ul.lineups .li.team-header ul.lineup li.player .title, section .ul.lineups .li.team-header ul.lineup .li.player .title, section .ul.lineups .li.team-header .ul.lineup li.player .title, section .ul.lineups .li.team-header .ul.lineup .li.player .title {
      font-size: 16px;
      margin-bottom: 3px; }
    section ul.lineups li.team-header ul.lineup li.player table thead tr th, section ul.lineups li.team-header ul.lineup .li.player table thead tr th, section ul.lineups li.team-header .ul.lineup li.player table thead tr th, section ul.lineups li.team-header .ul.lineup .li.player table thead tr th, section ul.lineups .li.team-header ul.lineup li.player table thead tr th, section ul.lineups .li.team-header ul.lineup .li.player table thead tr th, section ul.lineups .li.team-header .ul.lineup li.player table thead tr th, section ul.lineups .li.team-header .ul.lineup .li.player table thead tr th, section .ul.lineups li.team-header ul.lineup li.player table thead tr th, section .ul.lineups li.team-header ul.lineup .li.player table thead tr th, section .ul.lineups li.team-header .ul.lineup li.player table thead tr th, section .ul.lineups li.team-header .ul.lineup .li.player table thead tr th, section .ul.lineups .li.team-header ul.lineup li.player table thead tr th, section .ul.lineups .li.team-header ul.lineup .li.player table thead tr th, section .ul.lineups .li.team-header .ul.lineup li.player table thead tr th, section .ul.lineups .li.team-header .ul.lineup .li.player table thead tr th {
      padding: 12px 12px;
      text-transform: uppercase; }
      section ul.lineups li.team-header ul.lineup li.player table thead tr th:last-child, section ul.lineups li.team-header ul.lineup .li.player table thead tr th:last-child, section ul.lineups li.team-header .ul.lineup li.player table thead tr th:last-child, section ul.lineups li.team-header .ul.lineup .li.player table thead tr th:last-child, section ul.lineups .li.team-header ul.lineup li.player table thead tr th:last-child, section ul.lineups .li.team-header ul.lineup .li.player table thead tr th:last-child, section ul.lineups .li.team-header .ul.lineup li.player table thead tr th:last-child, section ul.lineups .li.team-header .ul.lineup .li.player table thead tr th:last-child, section .ul.lineups li.team-header ul.lineup li.player table thead tr th:last-child, section .ul.lineups li.team-header ul.lineup .li.player table thead tr th:last-child, section .ul.lineups li.team-header .ul.lineup li.player table thead tr th:last-child, section .ul.lineups li.team-header .ul.lineup .li.player table thead tr th:last-child, section .ul.lineups .li.team-header ul.lineup li.player table thead tr th:last-child, section .ul.lineups .li.team-header ul.lineup .li.player table thead tr th:last-child, section .ul.lineups .li.team-header .ul.lineup li.player table thead tr th:last-child, section .ul.lineups .li.team-header .ul.lineup .li.player table thead tr th:last-child {
        padding-right: 12px; }
    section ul.lineups li.team-header ul.lineup li.player table tbody tr.player, section ul.lineups li.team-header ul.lineup .li.player table tbody tr.player, section ul.lineups li.team-header .ul.lineup li.player table tbody tr.player, section ul.lineups li.team-header .ul.lineup .li.player table tbody tr.player, section ul.lineups .li.team-header ul.lineup li.player table tbody tr.player, section ul.lineups .li.team-header ul.lineup .li.player table tbody tr.player, section ul.lineups .li.team-header .ul.lineup li.player table tbody tr.player, section ul.lineups .li.team-header .ul.lineup .li.player table tbody tr.player, section .ul.lineups li.team-header ul.lineup li.player table tbody tr.player, section .ul.lineups li.team-header ul.lineup .li.player table tbody tr.player, section .ul.lineups li.team-header .ul.lineup li.player table tbody tr.player, section .ul.lineups li.team-header .ul.lineup .li.player table tbody tr.player, section .ul.lineups .li.team-header ul.lineup li.player table tbody tr.player, section .ul.lineups .li.team-header ul.lineup .li.player table tbody tr.player, section .ul.lineups .li.team-header .ul.lineup li.player table tbody tr.player, section .ul.lineups .li.team-header .ul.lineup .li.player table tbody tr.player {
      line-height: 24px; }
      section ul.lineups li.team-header ul.lineup li.player table tbody tr.player:hover, section ul.lineups li.team-header ul.lineup .li.player table tbody tr.player:hover, section ul.lineups li.team-header .ul.lineup li.player table tbody tr.player:hover, section ul.lineups li.team-header .ul.lineup .li.player table tbody tr.player:hover, section ul.lineups .li.team-header ul.lineup li.player table tbody tr.player:hover, section ul.lineups .li.team-header ul.lineup .li.player table tbody tr.player:hover, section ul.lineups .li.team-header .ul.lineup li.player table tbody tr.player:hover, section ul.lineups .li.team-header .ul.lineup .li.player table tbody tr.player:hover, section .ul.lineups li.team-header ul.lineup li.player table tbody tr.player:hover, section .ul.lineups li.team-header ul.lineup .li.player table tbody tr.player:hover, section .ul.lineups li.team-header .ul.lineup li.player table tbody tr.player:hover, section .ul.lineups li.team-header .ul.lineup .li.player table tbody tr.player:hover, section .ul.lineups .li.team-header ul.lineup li.player table tbody tr.player:hover, section .ul.lineups .li.team-header ul.lineup .li.player table tbody tr.player:hover, section .ul.lineups .li.team-header .ul.lineup li.player table tbody tr.player:hover, section .ul.lineups .li.team-header .ul.lineup .li.player table tbody tr.player:hover {
        background-color: var(--grid-row-hover-background-color);
        border-bottom: solid 1px var(--grid-row-hover-background-color);
        color: var(--grid-row-hover-color); }
      section ul.lineups li.team-header ul.lineup li.player table tbody tr.player td, section ul.lineups li.team-header ul.lineup .li.player table tbody tr.player td, section ul.lineups li.team-header .ul.lineup li.player table tbody tr.player td, section ul.lineups li.team-header .ul.lineup .li.player table tbody tr.player td, section ul.lineups .li.team-header ul.lineup li.player table tbody tr.player td, section ul.lineups .li.team-header ul.lineup .li.player table tbody tr.player td, section ul.lineups .li.team-header .ul.lineup li.player table tbody tr.player td, section ul.lineups .li.team-header .ul.lineup .li.player table tbody tr.player td, section .ul.lineups li.team-header ul.lineup li.player table tbody tr.player td, section .ul.lineups li.team-header ul.lineup .li.player table tbody tr.player td, section .ul.lineups li.team-header .ul.lineup li.player table tbody tr.player td, section .ul.lineups li.team-header .ul.lineup .li.player table tbody tr.player td, section .ul.lineups .li.team-header ul.lineup li.player table tbody tr.player td, section .ul.lineups .li.team-header ul.lineup .li.player table tbody tr.player td, section .ul.lineups .li.team-header .ul.lineup li.player table tbody tr.player td, section .ul.lineups .li.team-header .ul.lineup .li.player table tbody tr.player td {
        text-transform: uppercase; }
        section ul.lineups li.team-header ul.lineup li.player table tbody tr.player td.name, section ul.lineups li.team-header ul.lineup .li.player table tbody tr.player td.name, section ul.lineups li.team-header .ul.lineup li.player table tbody tr.player td.name, section ul.lineups li.team-header .ul.lineup .li.player table tbody tr.player td.name, section ul.lineups .li.team-header ul.lineup li.player table tbody tr.player td.name, section ul.lineups .li.team-header ul.lineup .li.player table tbody tr.player td.name, section ul.lineups .li.team-header .ul.lineup li.player table tbody tr.player td.name, section ul.lineups .li.team-header .ul.lineup .li.player table tbody tr.player td.name, section .ul.lineups li.team-header ul.lineup li.player table tbody tr.player td.name, section .ul.lineups li.team-header ul.lineup .li.player table tbody tr.player td.name, section .ul.lineups li.team-header .ul.lineup li.player table tbody tr.player td.name, section .ul.lineups li.team-header .ul.lineup .li.player table tbody tr.player td.name, section .ul.lineups .li.team-header ul.lineup li.player table tbody tr.player td.name, section .ul.lineups .li.team-header ul.lineup .li.player table tbody tr.player td.name, section .ul.lineups .li.team-header .ul.lineup li.player table tbody tr.player td.name, section .ul.lineups .li.team-header .ul.lineup .li.player table tbody tr.player td.name {
          text-transform: uppercase;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 200px;
          max-width: 200px; }

@media (max-width: 575px) {
  section ul.lineups li.team-header img.avatar, section ul.lineups .li.team-header img.avatar, section .ul.lineups li.team-header img.avatar, section .ul.lineups .li.team-header img.avatar {
    width: 48px;
    height: 48px; }
  section ul.lineups li.team-header span.name, section ul.lineups .li.team-header span.name, section .ul.lineups li.team-header span.name, section .ul.lineups .li.team-header span.name {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    font-size: 16px; }
  section ul.lineups li.team-header a.print-game-sheet, section ul.lineups .li.team-header a.print-game-sheet, section .ul.lineups li.team-header a.print-game-sheet, section .ul.lineups .li.team-header a.print-game-sheet {
    float: right;
    margin-top: 4px; }
    section ul.lineups li.team-header a.print-game-sheet span.mdi.mdi-printer, section ul.lineups .li.team-header a.print-game-sheet span.mdi.mdi-printer, section .ul.lineups li.team-header a.print-game-sheet span.mdi.mdi-printer, section .ul.lineups .li.team-header a.print-game-sheet span.mdi.mdi-printer {
      font-size: 18px; } }

section div.game-details.statistics ul.teams {
  list-style: none;
  margin: 0;
  padding: 0; }
  section div.game-details.statistics ul.teams li.team-header header {
    display: flex;
    line-height: 64px;
    justify-content: space-between; }
    section div.game-details.statistics ul.teams li.team-header header img.logo {
      width: 64px;
      height: 64px;
      margin-right: 8px; }
    section div.game-details.statistics ul.teams li.team-header header span.name {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: uppercase;
      width: 100%;
      margin-right: 8px;
      font-size: 18px;
      text-transform: uppercase; }
    section div.game-details.statistics ul.teams li.team-header header a.print-game-sheet {
      width: 48px;
      margin: 12px 0; }
      section div.game-details.statistics ul.teams li.team-header header a.print-game-sheet span.mdi.mdi-printer {
        font-size: 18px; }
  section div.game-details.statistics ul.teams li.team-header ul.players {
    list-style: none;
    margin: 0;
    padding: 0; }

@media (max-width: 575px) {
  section div.game-details.statistics ul.teams li.team-header header {
    line-height: 48px; }
    section div.game-details.statistics ul.teams li.team-header header img.logo {
      width: 48px;
      height: 48px;
      margin-right: 6px; }
    section div.game-details.statistics ul.teams li.team-header header span.name {
      margin-right: 6px;
      font-size: 16px; }
    section div.game-details.statistics ul.teams li.team-header header a.print-game-sheet {
      float: right;
      margin: 4px 0; }
      section div.game-details.statistics ul.teams li.team-header header a.print-game-sheet span.mdi.mdi-printer {
        font-size: 16px; } }

section div.game-details.summary ul.periods, section div.game-details.summary ul.staff-types {
  list-style: none;
  margin: 0;
  padding: 0; }
  section div.game-details.summary ul.periods li.period, section div.game-details.summary ul.periods li.staff-type, section div.game-details.summary ul.staff-types li.period, section div.game-details.summary ul.staff-types li.staff-type {
    width: 100%;
    text-transform: uppercase; }
    section div.game-details.summary ul.periods li.period div.period, section div.game-details.summary ul.periods li.staff-type div.period, section div.game-details.summary ul.staff-types li.period div.period, section div.game-details.summary ul.staff-types li.staff-type div.period {
      padding: 6px 6px;
      font-size: 12px;
      background-color: #f1f1f1; }
    section div.game-details.summary ul.periods li.period ul.goals, section div.game-details.summary ul.periods li.period ul.shootout, section div.game-details.summary ul.periods li.period ul.penalties, section div.game-details.summary ul.periods li.period ul.staff-list, section div.game-details.summary ul.periods li.staff-type ul.goals, section div.game-details.summary ul.periods li.staff-type ul.shootout, section div.game-details.summary ul.periods li.staff-type ul.penalties, section div.game-details.summary ul.periods li.staff-type ul.staff-list, section div.game-details.summary ul.staff-types li.period ul.goals, section div.game-details.summary ul.staff-types li.period ul.shootout, section div.game-details.summary ul.staff-types li.period ul.penalties, section div.game-details.summary ul.staff-types li.period ul.staff-list, section div.game-details.summary ul.staff-types li.staff-type ul.goals, section div.game-details.summary ul.staff-types li.staff-type ul.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.penalties, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      section div.game-details.summary ul.periods li.period ul.goals li.period, section div.game-details.summary ul.periods li.period ul.goals li.goal, section div.game-details.summary ul.periods li.period ul.goals li.shot, section div.game-details.summary ul.periods li.period ul.goals li.penalty, section div.game-details.summary ul.periods li.period ul.shootout li.period, section div.game-details.summary ul.periods li.period ul.shootout li.goal, section div.game-details.summary ul.periods li.period ul.shootout li.shot, section div.game-details.summary ul.periods li.period ul.shootout li.penalty, section div.game-details.summary ul.periods li.period ul.penalties li.period, section div.game-details.summary ul.periods li.period ul.penalties li.goal, section div.game-details.summary ul.periods li.period ul.penalties li.shot, section div.game-details.summary ul.periods li.period ul.penalties li.penalty, section div.game-details.summary ul.periods li.period ul.staff-list li.period, section div.game-details.summary ul.periods li.period ul.staff-list li.goal, section div.game-details.summary ul.periods li.period ul.staff-list li.shot, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty, section div.game-details.summary ul.periods li.staff-type ul.goals li.period, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty, section div.game-details.summary ul.staff-types li.period ul.goals li.period, section div.game-details.summary ul.staff-types li.period ul.goals li.goal, section div.game-details.summary ul.staff-types li.period ul.goals li.shot, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty, section div.game-details.summary ul.staff-types li.period ul.shootout li.period, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty, section div.game-details.summary ul.staff-types li.period ul.penalties li.period, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty {
        display: flex;
        padding: 12px 0; }
        section div.game-details.summary ul.periods li.period ul.goals li.period.no-goal, section div.game-details.summary ul.periods li.period ul.goals li.period.no-penalty, section div.game-details.summary ul.periods li.period ul.goals li.goal.no-goal, section div.game-details.summary ul.periods li.period ul.goals li.goal.no-penalty, section div.game-details.summary ul.periods li.period ul.goals li.shot.no-goal, section div.game-details.summary ul.periods li.period ul.goals li.shot.no-penalty, section div.game-details.summary ul.periods li.period ul.goals li.penalty.no-goal, section div.game-details.summary ul.periods li.period ul.goals li.penalty.no-penalty, section div.game-details.summary ul.periods li.period ul.shootout li.period.no-goal, section div.game-details.summary ul.periods li.period ul.shootout li.period.no-penalty, section div.game-details.summary ul.periods li.period ul.shootout li.goal.no-goal, section div.game-details.summary ul.periods li.period ul.shootout li.goal.no-penalty, section div.game-details.summary ul.periods li.period ul.shootout li.shot.no-goal, section div.game-details.summary ul.periods li.period ul.shootout li.shot.no-penalty, section div.game-details.summary ul.periods li.period ul.shootout li.penalty.no-goal, section div.game-details.summary ul.periods li.period ul.shootout li.penalty.no-penalty, section div.game-details.summary ul.periods li.period ul.penalties li.period.no-goal, section div.game-details.summary ul.periods li.period ul.penalties li.period.no-penalty, section div.game-details.summary ul.periods li.period ul.penalties li.goal.no-goal, section div.game-details.summary ul.periods li.period ul.penalties li.goal.no-penalty, section div.game-details.summary ul.periods li.period ul.penalties li.shot.no-goal, section div.game-details.summary ul.periods li.period ul.penalties li.shot.no-penalty, section div.game-details.summary ul.periods li.period ul.penalties li.penalty.no-goal, section div.game-details.summary ul.periods li.period ul.penalties li.penalty.no-penalty, section div.game-details.summary ul.periods li.period ul.staff-list li.period.no-goal, section div.game-details.summary ul.periods li.period ul.staff-list li.period.no-penalty, section div.game-details.summary ul.periods li.period ul.staff-list li.goal.no-goal, section div.game-details.summary ul.periods li.period ul.staff-list li.goal.no-penalty, section div.game-details.summary ul.periods li.period ul.staff-list li.shot.no-goal, section div.game-details.summary ul.periods li.period ul.staff-list li.shot.no-penalty, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty.no-goal, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.goals li.period.no-goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.period.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal.no-goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot.no-goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty.no-goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period.no-goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal.no-goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot.no-goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty.no-goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period.no-goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal.no-goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot.no-goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty.no-goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period.no-goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal.no-goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot.no-goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot.no-penalty, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty.no-goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty.no-penalty, section div.game-details.summary ul.staff-types li.period ul.goals li.period.no-goal, section div.game-details.summary ul.staff-types li.period ul.goals li.period.no-penalty, section div.game-details.summary ul.staff-types li.period ul.goals li.goal.no-goal, section div.game-details.summary ul.staff-types li.period ul.goals li.goal.no-penalty, section div.game-details.summary ul.staff-types li.period ul.goals li.shot.no-goal, section div.game-details.summary ul.staff-types li.period ul.goals li.shot.no-penalty, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty.no-goal, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty.no-penalty, section div.game-details.summary ul.staff-types li.period ul.shootout li.period.no-goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.period.no-penalty, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal.no-goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal.no-penalty, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot.no-goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot.no-penalty, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty.no-goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty.no-penalty, section div.game-details.summary ul.staff-types li.period ul.penalties li.period.no-goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.period.no-penalty, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal.no-goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal.no-penalty, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot.no-goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot.no-penalty, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty.no-goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty.no-penalty, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period.no-goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period.no-penalty, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal.no-goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal.no-penalty, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot.no-goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot.no-penalty, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty.no-goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot.no-penalty, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty.no-goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty.no-penalty {
          justify-content: center; }
        section div.game-details.summary ul.periods li.period ul.goals li.period a.avatar, section div.game-details.summary ul.periods li.period ul.goals li.goal a.avatar, section div.game-details.summary ul.periods li.period ul.goals li.shot a.avatar, section div.game-details.summary ul.periods li.period ul.goals li.penalty a.avatar, section div.game-details.summary ul.periods li.period ul.shootout li.period a.avatar, section div.game-details.summary ul.periods li.period ul.shootout li.goal a.avatar, section div.game-details.summary ul.periods li.period ul.shootout li.shot a.avatar, section div.game-details.summary ul.periods li.period ul.shootout li.penalty a.avatar, section div.game-details.summary ul.periods li.period ul.penalties li.period a.avatar, section div.game-details.summary ul.periods li.period ul.penalties li.goal a.avatar, section div.game-details.summary ul.periods li.period ul.penalties li.shot a.avatar, section div.game-details.summary ul.periods li.period ul.penalties li.penalty a.avatar, section div.game-details.summary ul.periods li.period ul.staff-list li.period a.avatar, section div.game-details.summary ul.periods li.period ul.staff-list li.goal a.avatar, section div.game-details.summary ul.periods li.period ul.staff-list li.shot a.avatar, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty a.avatar, section div.game-details.summary ul.periods li.staff-type ul.goals li.period a.avatar, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal a.avatar, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot a.avatar, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty a.avatar, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period a.avatar, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal a.avatar, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot a.avatar, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty a.avatar, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period a.avatar, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal a.avatar, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot a.avatar, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty a.avatar, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period a.avatar, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal a.avatar, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot a.avatar, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty a.avatar, section div.game-details.summary ul.staff-types li.period ul.goals li.period a.avatar, section div.game-details.summary ul.staff-types li.period ul.goals li.goal a.avatar, section div.game-details.summary ul.staff-types li.period ul.goals li.shot a.avatar, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty a.avatar, section div.game-details.summary ul.staff-types li.period ul.shootout li.period a.avatar, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal a.avatar, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot a.avatar, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty a.avatar, section div.game-details.summary ul.staff-types li.period ul.penalties li.period a.avatar, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal a.avatar, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot a.avatar, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty a.avatar, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period a.avatar, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal a.avatar, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot a.avatar, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot a.avatar, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty a.avatar {
          margin-right: 8px; }
          section div.game-details.summary ul.periods li.period ul.goals li.period a.avatar img, section div.game-details.summary ul.periods li.period ul.goals li.goal a.avatar img, section div.game-details.summary ul.periods li.period ul.goals li.shot a.avatar img, section div.game-details.summary ul.periods li.period ul.goals li.penalty a.avatar img, section div.game-details.summary ul.periods li.period ul.shootout li.period a.avatar img, section div.game-details.summary ul.periods li.period ul.shootout li.goal a.avatar img, section div.game-details.summary ul.periods li.period ul.shootout li.shot a.avatar img, section div.game-details.summary ul.periods li.period ul.shootout li.penalty a.avatar img, section div.game-details.summary ul.periods li.period ul.penalties li.period a.avatar img, section div.game-details.summary ul.periods li.period ul.penalties li.goal a.avatar img, section div.game-details.summary ul.periods li.period ul.penalties li.shot a.avatar img, section div.game-details.summary ul.periods li.period ul.penalties li.penalty a.avatar img, section div.game-details.summary ul.periods li.period ul.staff-list li.period a.avatar img, section div.game-details.summary ul.periods li.period ul.staff-list li.goal a.avatar img, section div.game-details.summary ul.periods li.period ul.staff-list li.shot a.avatar img, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.goals li.period a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot a.avatar img, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty a.avatar img, section div.game-details.summary ul.staff-types li.period ul.goals li.period a.avatar img, section div.game-details.summary ul.staff-types li.period ul.goals li.goal a.avatar img, section div.game-details.summary ul.staff-types li.period ul.goals li.shot a.avatar img, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty a.avatar img, section div.game-details.summary ul.staff-types li.period ul.shootout li.period a.avatar img, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal a.avatar img, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot a.avatar img, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty a.avatar img, section div.game-details.summary ul.staff-types li.period ul.penalties li.period a.avatar img, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal a.avatar img, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot a.avatar img, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty a.avatar img, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period a.avatar img, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal a.avatar img, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot a.avatar img, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot a.avatar img, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty a.avatar img {
            margin-top: 8px;
            width: 48px;
            height: 48px;
            border: solid 1px #a8a8a8;
            border-radius: 50%; }
        section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.player, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.player, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.player, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.player, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.player, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.player, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.player, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.player, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.player, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.player, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.player, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.player, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.player, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.player, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.player, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.player, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.player, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.player, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.player, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.player, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.player, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.player, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.player, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.player, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.player, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.player, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.player, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.player {
          margin-top: 8px; }
        section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.scorer, section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.player, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.scorer, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.player, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.scorer, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.player, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.scorer, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.player, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.scorer, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.player, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.scorer, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.player, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.scorer, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.player, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.scorer, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.player, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.scorer, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.player, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.scorer, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.player, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.scorer, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.player, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.scorer, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.player, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.scorer, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.player, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.scorer, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.player, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.scorer, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.player, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.scorer, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.player, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.scorer, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.player, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.player, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.player, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.player, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.player, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.player, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.player, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.player, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.player, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.player, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.player, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.player, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.scorer, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.player, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.scorer, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.player {
          line-height: 20px; }
          section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.player a, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.player a, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.player a, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.player a, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.player a, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.player a, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.player a, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.player a, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.player a, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.player a, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.player a, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.player a, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.player a, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.player a, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.player a, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.scorer a, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.player a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.scorer a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.player a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.scorer a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.player a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.scorer a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.player a {
            font-size: 14px;
            font-weight: 700; }
        section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.assists, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.assists, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.assists, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.assists, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.assists, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.assists, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.assists, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.assists, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.assists, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.assists, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.assists, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.assists, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.assists, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.assists, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.assists, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.assists, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.assists, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.assists, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.assists {
          line-height: 20px; }
          section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.assists ul.assists, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.assists ul.assists, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.assists ul.assists, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.assists ul.assists {
            list-style: none;
            margin: 0;
            padding: 0; }
            section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.assists ul.assists li.assist, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.assists ul.assists li.assist {
              display: inline;
              font-size: 12px; }
              section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.assists ul.assists li.assist a, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.assists ul.assists li.assist a {
                display: table-cell; }
        section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status {
          display: inline-flex;
          line-height: 20px;
          min-width: 160px;
          border: solid 1px;
          border-radius: 4px;
          font-size: 12px;
          text-align: center; }
          section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.shootout, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.shootout, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.shootout, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.shootout, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.shootout {
            display: block;
            width: 50px;
            min-width: initial; }
          section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.home-team {
            border-color: #000000; }
            section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.home-team div, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.home-team div, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.home-team div, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.home-team div {
              color: #000000 !important; }
              section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.home-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.length {
                background-color: #000000 !important;
                border-color: #000000 !important;
                color: #ffffff !important; }
                section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.home-team div.length span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.score span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.goal span.home-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.home-team div.length span.home-team {
                  font-weight: 700; }
          section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.away-team {
            border-color: #a2a2a2; }
            section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.away-team div, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.away-team div, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.away-team div, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.away-team div {
              color: #a2a2a2; }
              section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.away-team div.length, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.goal, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.length {
                background-color: #a2a2a2 !important;
                border-color: #a2a2a2 !important;
                color: #ffffff !important; }
                section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status.away-team div.length span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.score span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.goal span.away-team, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status.away-team div.length span.away-team {
                  font-weight: 700; }
          section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status div.time, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status div.time, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status div.time, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status div.time, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status div.time {
            border-right: none;
            min-width: 60px;
            width: 60px; }
          section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status div.score, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status div.score, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status div.score, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status div.score, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status div.score {
            min-width: 100px;
            width: 100px; }
          section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status div.special, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status div.special, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status div.special, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status div.special, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status div.special {
            border-left: solid 1px #000000;
            min-width: 40px;
            padding: 0 4px; }
            section div.game-details.summary ul.periods li.period ul.goals li.period div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.goals li.goal div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.goals li.shot div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.shootout li.period div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.shootout li.goal div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.shootout li.shot div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.penalties li.period div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.penalties li.goal div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.penalties li.shot div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.staff-list li.period div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.staff-list li.goal div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.staff-list li.shot div.description div.status div.special span, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.goals li.period div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.goals li.goal div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.goals li.shot div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.shootout li.period div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.shootout li.goal div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.shootout li.shot div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.penalties li.period div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.penalties li.goal div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.penalties li.shot div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.period div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.goal div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.shot div.description div.status div.special span, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.goals li.period div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.goals li.goal div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.goals li.shot div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.shootout li.period div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.shootout li.goal div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.shootout li.shot div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.penalties li.period div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.penalties li.goal div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.penalties li.shot div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.staff-list li.period div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.staff-list li.goal div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.staff-list li.shot div.description div.status div.special span, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.period div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.goal div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.shot div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.period div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.goal div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.shot div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.period div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.goal div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.shot div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.period div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.goal div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.shot div.description div.status div.special span, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status div.special span {
              font-weight: 700; }
      section div.game-details.summary ul.periods li.period ul.goals li.penalty, section div.game-details.summary ul.periods li.period ul.shootout li.penalty, section div.game-details.summary ul.periods li.period ul.penalties li.penalty, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty {
        line-height: 22px; }
        section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description div.status div.length, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description div.status div.length, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description div.status div.length, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description div.status div.length, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description div.status div.length, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description div.status div.length, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description div.status div.length, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description div.status div.length, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description div.status div.length, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description div.status div.length, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description div.status div.length, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description div.status div.length, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description div.status div.length, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description div.status div.length, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description div.status div.length, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description div.status div.length {
          padding: 0 8px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 190px; }
        section div.game-details.summary ul.periods li.period ul.goals li.penalty div.description span.qualifier, section div.game-details.summary ul.periods li.period ul.shootout li.penalty div.description span.qualifier, section div.game-details.summary ul.periods li.period ul.penalties li.penalty div.description span.qualifier, section div.game-details.summary ul.periods li.period ul.staff-list li.penalty div.description span.qualifier, section div.game-details.summary ul.periods li.staff-type ul.goals li.penalty div.description span.qualifier, section div.game-details.summary ul.periods li.staff-type ul.shootout li.penalty div.description span.qualifier, section div.game-details.summary ul.periods li.staff-type ul.penalties li.penalty div.description span.qualifier, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.penalty div.description span.qualifier, section div.game-details.summary ul.staff-types li.period ul.goals li.penalty div.description span.qualifier, section div.game-details.summary ul.staff-types li.period ul.shootout li.penalty div.description span.qualifier, section div.game-details.summary ul.staff-types li.period ul.penalties li.penalty div.description span.qualifier, section div.game-details.summary ul.staff-types li.period ul.staff-list li.penalty div.description span.qualifier, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.penalty div.description span.qualifier, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.penalty div.description span.qualifier, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.penalty div.description span.qualifier, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.penalty div.description span.qualifier {
          display: block;
          font-size: 12px;
          text-transform: initial;
          line-height: 20px; }
      section div.game-details.summary ul.periods li.period ul.goals li.staff, section div.game-details.summary ul.periods li.period ul.shootout li.staff, section div.game-details.summary ul.periods li.period ul.penalties li.staff, section div.game-details.summary ul.periods li.period ul.staff-list li.staff, section div.game-details.summary ul.periods li.staff-type ul.goals li.staff, section div.game-details.summary ul.periods li.staff-type ul.shootout li.staff, section div.game-details.summary ul.periods li.staff-type ul.penalties li.staff, section div.game-details.summary ul.periods li.staff-type ul.staff-list li.staff, section div.game-details.summary ul.staff-types li.period ul.goals li.staff, section div.game-details.summary ul.staff-types li.period ul.shootout li.staff, section div.game-details.summary ul.staff-types li.period ul.penalties li.staff, section div.game-details.summary ul.staff-types li.period ul.staff-list li.staff, section div.game-details.summary ul.staff-types li.staff-type ul.goals li.staff, section div.game-details.summary ul.staff-types li.staff-type ul.shootout li.staff, section div.game-details.summary ul.staff-types li.staff-type ul.penalties li.staff, section div.game-details.summary ul.staff-types li.staff-type ul.staff-list li.staff {
        display: flex;
        padding: 0; }
  section div.game-details.summary ul.periods li.staff-type, section div.game-details.summary ul.staff-types li.staff-type {
    padding: 12px 0; }
    section div.game-details.summary ul.periods li.staff-type span.type, section div.game-details.summary ul.staff-types li.staff-type span.type {
      font-weight: 700; }

@media (max-width: 575px) {
  section div.game-details.summary ul.periods li.period ul.goals li.period.no-goal, section div.game-details.summary ul.periods li.period ul.goals li.period.no-penalty, section div.game-details.summary ul.periods li.period ul.goals li.goal.no-goal, section div.game-details.summary ul.periods li.period ul.goals li.goal.no-penalty, section div.game-details.summary ul.periods li.period ul.goals li.penalty.no-goal, section div.game-details.summary ul.periods li.period ul.goals li.penalty.no-penalty, section div.game-details.summary ul.periods li.period ul.penalties li.period.no-goal, section div.game-details.summary ul.periods li.period ul.penalties li.period.no-penalty, section div.game-details.summary ul.periods li.period ul.penalties li.goal.no-goal, section div.game-details.summary ul.periods li.period ul.penalties li.goal.no-penalty, section div.game-details.summary ul.periods li.period ul.penalties li.penalty.no-goal, section div.game-details.summary ul.periods li.period ul.penalties li.penalty.no-penalty {
    font-size: 12px; } }

section div.shots-on-goal div.summary table {
  width: 100%;
  overflow: scroll;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  section div.shots-on-goal div.summary table thead tr {
    border-bottom: 3px solid #ccc; }
    section div.shots-on-goal div.summary table thead tr th {
      padding: 16px 8px;
      font-size: 12px; }
      section div.shots-on-goal div.summary table thead tr th.title {
        text-align: center !important;
        min-width: 100px; }
      section div.shots-on-goal div.summary table thead tr th.period, section div.shots-on-goal div.summary table thead tr th.total {
        font-weight: 400; }
  section div.shots-on-goal div.summary table tbody tr td.team {
    line-height: 48px;
    padding: 4px 8px; }
    section div.shots-on-goal div.summary table tbody tr td.team img.logo {
      margin-right: 6px;
      width: 32px;
      height: 32px; }
  section div.shots-on-goal div.summary table tbody tr td.shots-on-goal {
    font-weight: 400;
    font-size: 12px; }

section div.shots-on-goal div.action-buttons {
  display: flex;
  justify-content: space-evenly;
  padding: 16px 8px;
  /*border: solid 1px #cccccc;*/ }
  section div.shots-on-goal div.action-buttons a span {
    text-transform: uppercase; }
    section div.shots-on-goal div.action-buttons a span.mdi {
      font-size: 24px; }

@media (max-width: 1199px) {
  section div.shots-on-goal div.summary table thead tr th {
    padding: 16px 4px; }
    section div.shots-on-goal div.summary table thead tr th.title {
      min-width: 90px; } }

section div.stars-of-the-game section-header h3.title {
  font-size: 12px; }

section div.stars-of-the-game ul.stars {
  list-style: none;
  margin: 0;
  padding: 5px 15px 15px 15px; }
  section div.stars-of-the-game ul.stars li.star {
    display: flex;
    line-height: 24px;
    margin: 10px 0 20px 0;
    text-transform: uppercase; }
    section div.stars-of-the-game ul.stars li.star div.star-icons {
      line-height: 48px;
      width: 50px;
      margin-right: 8px;
      text-align: center;
      letter-spacing: -0.5px;
      text-indent: -0.5px; }
      section div.stars-of-the-game ul.stars li.star div.star-icons span.mdi.mdi-star {
        font-size: 16px; }
    section div.stars-of-the-game ul.stars li.star div.description div.team-name {
      width: 200px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    section div.stars-of-the-game ul.stars li.star a.avatar {
      margin-right: 8px; }
      section div.stars-of-the-game ul.stars li.star a.avatar img {
        width: 48px;
        height: 48px;
        border: solid 1px #a8a8a8;
        border-radius: 50%; }

@media (max-width: 1199px) {
  section div.team-matchup div.summary table thead tr th {
    padding: 16px 4px; }
    section div.team-matchup div.summary table thead tr th.title {
      min-width: 90px; } }

section div.team-matchup div.summary table {
  width: 100%;
  overflow: scroll;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  section div.team-matchup div.summary table thead tr {
    border-bottom: 3px solid #ccc; }
    section div.team-matchup div.summary table thead tr th {
      padding: 16px 8px;
      font-size: 12px; }
      section div.team-matchup div.summary table thead tr th.status {
        text-align: center !important;
        min-width: 100px; }
      section div.team-matchup div.summary table thead tr th.period, section div.team-matchup div.summary table thead tr th.total {
        font-weight: 400;
        font-size: 12px; }
  section div.team-matchup div.summary table tbody tr td.team {
    line-height: 48px;
    padding: 4px 8px; }
    section div.team-matchup div.summary table tbody tr td.team img.logo {
      margin-right: 6px;
      width: 32px;
      height: 32px; }
  section div.team-matchup div.summary table tbody tr td.goals {
    font-weight: 400;
    font-size: 12px; }

section div.team-matchup div.action-buttons {
  display: flex;
  justify-content: space-evenly;
  padding: 16px 8px;
  /*border: solid 1px #cccccc;*/ }
  section div.team-matchup div.action-buttons a span {
    text-transform: uppercase; }
    section div.team-matchup div.action-buttons a span.mdi {
      font-size: 24px; }

@media (max-width: 1199px) {
  section div.team-matchup div.summary table thead tr th {
    padding: 16px 4px; }
    section div.team-matchup div.summary table thead tr th.title {
      min-width: 90px; } }

section div.game-score div.summary table {
  width: 100%;
  text-transform: uppercase; }
  section div.game-score div.summary table thead tr {
    border-bottom: 3px solid #ccc; }
    section div.game-score div.summary table thead tr th {
      padding: 16px 8px;
      font-size: 12px; }
      section div.game-score div.summary table thead tr th.status {
        padding: 16px 16px;
        min-width: 100px; }
      section div.game-score div.summary table thead tr th.period, section div.game-score div.summary table thead tr th.total {
        font-weight: 400;
        font-size: 12px; }
  section div.game-score div.summary table tbody tr:first-child td.team {
    padding-top: 10px; }
  section div.game-score div.summary table tbody tr:last-child td.team {
    padding-bottom: 10px; }
  section div.game-score div.summary table tbody tr td.team {
    padding: 4px 8px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    section div.game-score div.summary table tbody tr td.team img.logo {
      margin: 0 15px 0 6px;
      width: 32px;
      height: 32px; }
    section div.game-score div.summary table tbody tr td.team img.name {
      flex: 1; }
  section div.game-score div.summary table tbody tr td.goals {
    font-weight: 700;
    font-size: 16px; }

section div.game-score div.action-buttons {
  display: flex;
  justify-content: space-evenly;
  padding: 16px 8px;
  /*border: solid 1px #cccccc;*/ }
  section div.game-score div.action-buttons a span {
    text-transform: uppercase; }
    section div.game-score div.action-buttons a span.mdi {
      font-size: 24px; }

@media (max-width: 1199px) {
  section div.game-score div.summary table thead tr th {
    padding: 16px 4px; }
    section div.game-score div.summary table thead tr th.title {
      min-width: 90px; } }

section div.game-note .text-container {
  padding: 0 16px 16px 16px;
  font-size: 16px; }

section div.game-note .empty-note {
  color: #888888; }

section div.game-broadcast .broadcast-background-image {
  object-fit: contain;
  width: inherit; }

section div.game-broadcast .youtube-link {
  width: 100%;
  height: auto; }

section div.game-broadcast .no-link {
  display: flex;
  align-self: center;
  justify-content: center; }

section div.game-details div.game-information {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-transform: uppercase; }
  section div.game-details div.game-information div.game-number, section div.game-details div.game-information div.game-date, section div.game-details div.game-information div.game-attendance {
    margin: 12px 0; }
  section div.game-details div.game-information div.game-location {
    margin: 12px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.541); }
  section div.game-details div.game-information div.game-location:hover {
    cursor: pointer; }

section div.game-details div.print {
  position: absolute;
  top: 14px;
  right: 16px; }
  section div.game-details div.print a {
    margin: -4px 0px; }
  section div.game-details div.print .icon-printer {
    height: 24px;
    margin-top: -6px;
    font-size: 21px; }

section div.game-details ul.nav-pills {
  border-bottom: solid 1px #d7d7d7; }
  section div.game-details ul.nav-pills li.nav-item a.nav-link.active {
    background-color: initial;
    background-image: initial;
    color: initial;
    border-bottom: solid 3px var(--button-primary-background-color); }

section div.game-details ul.lineups {
  list-style: none;
  margin: 0;
  padding: 0; }
  section div.game-details ul.lineups li.team-header img.avatar {
    width: 64px;
    height: 64px; }
  section div.game-details ul.lineups li.team-header span.name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    text-transform: uppercase; }
  section div.game-details ul.lineups li.team-header a.print-game-sheet {
    float: right;
    margin-top: 12px; }
    section div.game-details ul.lineups li.team-header a.print-game-sheet span.mdi.mdi-printer {
      font-size: 18px; }
  section div.game-details ul.lineups li.team-header ul.lineup {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div.game-details ul.lineups li.team-header ul.lineup li.player table thead tr th {
      padding: 12px 12px;
      text-transform: uppercase; }
      section div.game-details ul.lineups li.team-header ul.lineup li.player table thead tr th:last-child {
        padding-right: 12px; }
    section div.game-details ul.lineups li.team-header ul.lineup li.player table tbody tr.player {
      line-height: 24px; }
      section div.game-details ul.lineups li.team-header ul.lineup li.player table tbody tr.player:hover {
        background-color: var(--grid-row-hover-background-color);
        border-bottom: solid 1px var(--grid-row-hover-background-color);
        color: var(--grid-row-hover-color); }
      section div.game-details ul.lineups li.team-header ul.lineup li.player table tbody tr.player td {
        text-transform: uppercase; }
        section div.game-details ul.lineups li.team-header ul.lineup li.player table tbody tr.player td.name {
          text-transform: uppercase;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 200px;
          max-width: 200px; }

@media (max-width: 575px) {
  section div.game-details div.game-information {
    font-size: 12px; }
    section div.game-details div.game-information div.game-number, section div.game-details div.game-information div.game-date, section div.game-details div.game-information div.game-location, section div.game-details div.game-information div.game-attendance {
      margin: 6px 0; }
  section div.game-details ul.lineups li.team-header img.avatar {
    width: 48px;
    height: 48px; }
  section div.game-details ul.lineups li.team-header span.name {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    font-size: 16px; }
  section div.game-details ul.lineups li.team-header a.print-game-sheet {
    float: right;
    margin-top: 4px; }
    section div.game-details ul.lineups li.team-header a.print-game-sheet span.mdi.mdi-printer {
      font-size: 18px; } }

section div.game-hitters-stats .substitute {
  padding-left: 35px !important; }

section div.game-hitters-stats header {
  display: flex;
  line-height: 64px;
  justify-content: space-between;
  padding: 15px 30px; }
  section div.game-hitters-stats header .logo {
    width: 64px;
    height: 64px;
    margin-right: 8px; }
  section div.game-hitters-stats header .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-right: 8px;
    font-size: 18px;
    text-transform: uppercase; }

section div.box-score-summary header {
  display: flex;
  line-height: 64px;
  justify-content: space-between;
  padding: 15px 30px 20px 30px; }
  section div.box-score-summary header .logo {
    width: 64px;
    height: 64px;
    margin-right: 8px; }
  section div.box-score-summary header .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-right: 8px;
    font-size: 18px;
    text-transform: uppercase; }

section div.box-score-summary .stat {
  font-weight: bold;
  display: inline-block;
  width: 42px;
  margin-right: 5px; }

section div.box-score-summary .player-name {
  display: inline-block;
  flex: 1; }

section div.box-score-summary .column {
  display: flex;
  margin-bottom: 4px; }

section div.box-score-summary .players {
  padding-bottom: 30px; }

section div.game-pitchers-stats header {
  display: flex;
  line-height: 64px;
  justify-content: space-between;
  padding: 15px 30px; }
  section div.game-pitchers-stats header .logo {
    width: 64px;
    height: 64px;
    margin-right: 8px; }
  section div.game-pitchers-stats header .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-right: 8px;
    font-size: 18px;
    text-transform: uppercase; }

section div.game-status div.summary {
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  @media only screen and (min-width: 900px) {
    section div.game-status div.summary {
      padding: 0px 5px; } }
  section div.game-status div.summary span.location {
    align-self: flex-end;
    margin-top: 5px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.541); }
  section div.game-status div.summary span.location:hover {
    cursor: pointer; }
  section div.game-status div.summary div.results-container {
    position: sticky;
    padding: 15px 10px 0px 0px;
    margin-bottom: 1rem;
    justify-content: space-between;
    display: flex; }
    @media only screen and (max-width: 900px) {
      section div.game-status div.summary div.results-container {
        display: block; } }
    section div.game-status div.summary div.results-container div.result {
      display: flex;
      align-items: center;
      font-size: 24px;
      letter-spacing: 0.5px;
      padding: 0px 15px; }
      @media only screen and (max-width: 900px) {
        section div.game-status div.summary div.results-container div.result {
          justify-content: center; } }
      section div.game-status div.summary div.results-container div.result span img.logo {
        width: 100px;
        height: 100px; }
  section div.game-status div.summary div.results-container-mobile {
    position: sticky;
    padding-top: 15px;
    margin-bottom: 1rem;
    justify-content: space-between;
    display: block; }
    section div.game-status div.summary div.results-container-mobile div.result {
      display: flex;
      align-items: center;
      font-size: 24px;
      letter-spacing: 0.5px;
      padding: 0px 40px 0px 20px;
      justify-content: space-between; }
      section div.game-status div.summary div.results-container-mobile div.result span img.logo {
        width: 100px;
        height: 100px; }
  @media only screen and (min-width: 900px) {
    section div.game-status div.summary div.table-container {
      margin: 0% 7% 1% 7%; } }
  section div.game-status div.summary div.header-info {
    padding-left: 15px; }
    section div.game-status div.summary div.header-info span {
      display: block;
      font-size: 18px; }
      section div.game-status div.summary div.header-info span.header-info-date {
        font-weight: bold; }
  section div.game-status div.summary table {
    width: 100%;
    text-transform: uppercase;
    background-color: #fff; }
    section div.game-status div.summary table thead tr {
      border-bottom: 2px solid lightgrey !important;
      border-top: 2px solid lightgrey !important; }
      section div.game-status div.summary table thead tr th {
        padding: 16px 8px;
        font-size: 16px;
        font-weight: bold; }
        section div.game-status div.summary table thead tr th.teamResult-border-left {
          border-left: 1px solid lightgrey !important; }
        section div.game-status div.summary table thead tr th.max-width-col {
          max-width: 60px; }
        section div.game-status div.summary table thead tr th.title {
          text-align: center !important;
          min-width: 100px;
          letter-spacing: 0.5px; }
          section div.game-status div.summary table thead tr th.title.date {
            padding-top: 0; }
        section div.game-status div.summary table thead tr th.status {
          min-width: 100px;
          padding-left: 0px; }
    section div.game-status div.summary table tbody tr td {
      font-size: 16px; }
      section div.game-status div.summary table tbody tr td.teamResult-border-left {
        border-left: 1px solid lightgrey !important; }
      section div.game-status div.summary table tbody tr td.max-width-col {
        max-width: 60px; }
      section div.game-status div.summary table tbody tr td.team {
        line-height: 32px;
        padding: 0px 8px;
        display: flex;
        align-items: center;
        font-weight: 500;
        padding-left: 0px; }
        @media only screen and (max-width: 900px) {
          section div.game-status div.summary table tbody tr td.team span {
            display: none; } }
        section div.game-status div.summary table tbody tr td.team img.logo {
          display: none; }
          @media only screen and (max-width: 900px) {
            section div.game-status div.summary table tbody tr td.team img.logo {
              display: block;
              width: 50px;
              height: 50px; } }

section div.game-status-basketball div.summary {
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  @media only screen and (min-width: 900px) {
    section div.game-status-basketball div.summary {
      padding: 0px 5px; } }
  section div.game-status-basketball div.summary .print-button {
    border: 0;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.541); }
  section div.game-status-basketball div.summary span.location {
    align-self: flex-end;
    margin-top: 5px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.541); }
  section div.game-status-basketball div.summary span.location:hover {
    cursor: pointer; }
  section div.game-status-basketball div.summary div.results-container {
    position: sticky;
    padding: 15px 0px 0px 0px;
    margin-bottom: 1rem;
    justify-content: space-between;
    display: flex; }
    @media only screen and (max-width: 900px) {
      section div.game-status-basketball div.summary div.results-container {
        display: block; } }
    section div.game-status-basketball div.summary div.results-container div.result {
      display: flex;
      align-items: center;
      font-size: 24px;
      letter-spacing: 0.5px;
      padding: 0px 15px; }
      @media only screen and (max-width: 900px) {
        section div.game-status-basketball div.summary div.results-container div.result {
          justify-content: center; } }
      section div.game-status-basketball div.summary div.results-container div.result span.result-score {
        font-weight: bold; }
      section div.game-status-basketball div.summary div.results-container div.result span img.logo {
        width: 100px;
        height: 100px; }
  section div.game-status-basketball div.summary div.results-container-mobile {
    position: sticky;
    padding-top: 15px;
    margin-bottom: 1rem;
    justify-content: space-between;
    display: block; }
    section div.game-status-basketball div.summary div.results-container-mobile div.result {
      display: flex;
      align-items: center;
      font-size: 24px;
      letter-spacing: 0.5px;
      padding: 0px 40px 0px 20px;
      justify-content: space-between; }
      section div.game-status-basketball div.summary div.results-container-mobile div.result span.result-score {
        font-weight: bold; }
      section div.game-status-basketball div.summary div.results-container-mobile div.result span img.logo {
        width: 100px;
        height: 100px; }
  @media only screen and (min-width: 900px) {
    section div.game-status-basketball div.summary div.table-container {
      margin: 0% 2% 1% 2%; } }
  section div.game-status-basketball div.summary div.header-info {
    padding-left: 15px; }
    section div.game-status-basketball div.summary div.header-info span {
      display: block;
      font-size: 18px; }
      section div.game-status-basketball div.summary div.header-info span.header-info-date {
        font-weight: bold; }
  section div.game-status-basketball div.summary div.header-info-basketball {
    padding-left: 15px;
    width: 100%;
    display: inline-flex; }
    section div.game-status-basketball div.summary div.header-info-basketball div {
      /*
                                    &.header-info-status-container {
                                       
                                    }*/ }
      section div.game-status-basketball div.summary div.header-info-basketball div.header-info-date-container {
        display: flex;
        padding-right: 15%; }
        section div.game-status-basketball div.summary div.header-info-basketball div.header-info-date-container span {
          font-weight: bold; }
  section div.game-status-basketball div.summary table {
    width: 100%;
    text-transform: uppercase;
    background-color: #fff; }
    section div.game-status-basketball div.summary table thead tr {
      border-bottom: 2px solid lightgrey !important;
      border-top: 2px solid lightgrey !important; }
      section div.game-status-basketball div.summary table thead tr th {
        padding: 16px 8px;
        font-size: 16px;
        font-weight: bold; }
        section div.game-status-basketball div.summary table thead tr th.period {
          width: 70px; }
        section div.game-status-basketball div.summary table thead tr th.teamResult-border-left {
          border-left: 1px solid lightgrey !important; }
        section div.game-status-basketball div.summary table thead tr th.max-width-col {
          max-width: 60px; }
        section div.game-status-basketball div.summary table thead tr th.title {
          text-align: center !important;
          min-width: 100px;
          letter-spacing: 0.5px; }
          section div.game-status-basketball div.summary table thead tr th.title.date {
            padding-top: 0; }
        section div.game-status-basketball div.summary table thead tr th.status {
          min-width: 100px;
          /*padding-left: 0px;*/ }
    section div.game-status-basketball div.summary table tbody tr td {
      font-size: 16px; }
      section div.game-status-basketball div.summary table tbody tr td.teamResult-border-left {
        border-left: 1px solid lightgrey !important; }
      section div.game-status-basketball div.summary table tbody tr td.max-width-col {
        max-width: 60px; }
      section div.game-status-basketball div.summary table tbody tr td.team {
        line-height: 32px;
        padding: 0px 8px;
        display: flex;
        align-items: center;
        font-weight: 500;
        /*padding-left: 0px;*/ }
        @media only screen and (max-width: 900px) {
          section div.game-status-basketball div.summary table tbody tr td.team span {
            display: none; } }
        section div.game-status-basketball div.summary table tbody tr td.team img.logo {
          display: none; }
          @media only screen and (max-width: 900px) {
            section div.game-status-basketball div.summary table tbody tr td.team img.logo {
              display: block;
              width: 50px;
              height: 50px; } }

section div.game-status-generic div.summary {
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  @media only screen and (min-width: 900px) {
    section div.game-status-generic div.summary {
      padding: 0px 5px; } }
  section div.game-status-generic div.summary .print-button {
    border: 0;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.541); }
  section div.game-status-generic div.summary span.location {
    align-self: flex-end;
    margin-top: 5px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.541); }
  section div.game-status-generic div.summary span.location:hover {
    cursor: pointer; }
  section div.game-status-generic div.summary div.results-container {
    position: sticky;
    padding: 15px 0px 0px 0px;
    margin-bottom: 1rem;
    justify-content: space-between;
    display: flex; }
    @media only screen and (max-width: 900px) {
      section div.game-status-generic div.summary div.results-container {
        display: block; } }
    section div.game-status-generic div.summary div.results-container div.result {
      display: flex;
      align-items: center;
      font-size: 24px;
      letter-spacing: 0.5px;
      padding: 0px 15px; }
      @media only screen and (max-width: 900px) {
        section div.game-status-generic div.summary div.results-container div.result {
          justify-content: center; } }
      section div.game-status-generic div.summary div.results-container div.result span.result-score {
        font-weight: bold; }
      section div.game-status-generic div.summary div.results-container div.result span img.logo {
        width: 100px;
        height: 100px; }
  section div.game-status-generic div.summary div.results-container-mobile {
    position: sticky;
    padding-top: 15px;
    margin-bottom: 1rem;
    justify-content: space-between;
    display: block; }
    section div.game-status-generic div.summary div.results-container-mobile div.result {
      display: flex;
      align-items: center;
      font-size: 24px;
      letter-spacing: 0.5px;
      padding: 0px 40px 0px 20px;
      justify-content: space-between; }
      section div.game-status-generic div.summary div.results-container-mobile div.result span.result-score {
        font-weight: bold; }
      section div.game-status-generic div.summary div.results-container-mobile div.result span img.logo {
        width: 100px;
        height: 100px; }
  @media only screen and (min-width: 900px) {
    section div.game-status-generic div.summary div.table-container {
      margin: 0% 2% 1% 2%; } }
  section div.game-status-generic div.summary div.header-info {
    padding-left: 15px; }
    section div.game-status-generic div.summary div.header-info span {
      display: block;
      font-size: 18px; }
      section div.game-status-generic div.summary div.header-info span.header-info-date {
        font-weight: bold; }
  section div.game-status-generic div.summary div.header-info-basketball {
    padding-left: 15px;
    width: 100%;
    display: inline-flex; }
    section div.game-status-generic div.summary div.header-info-basketball div {
      /*
                                    &.header-info-status-container {
                                       
                                    }*/ }
      section div.game-status-generic div.summary div.header-info-basketball div.header-info-date-container {
        display: flex;
        padding-right: 15%; }
        section div.game-status-generic div.summary div.header-info-basketball div.header-info-date-container span {
          font-weight: bold; }
  section div.game-status-generic div.summary table {
    width: 100%;
    text-transform: uppercase;
    background-color: #fff; }
    section div.game-status-generic div.summary table thead tr {
      border-bottom: 2px solid lightgrey !important;
      border-top: 2px solid lightgrey !important; }
      section div.game-status-generic div.summary table thead tr th {
        padding: 16px 8px;
        font-size: 16px;
        font-weight: bold; }
        section div.game-status-generic div.summary table thead tr th.period {
          width: 70px; }
        section div.game-status-generic div.summary table thead tr th.teamResult-border-left {
          border-left: 1px solid lightgrey !important; }
        section div.game-status-generic div.summary table thead tr th.max-width-col {
          max-width: 60px; }
        section div.game-status-generic div.summary table thead tr th.title {
          text-align: center !important;
          min-width: 100px;
          letter-spacing: 0.5px; }
          section div.game-status-generic div.summary table thead tr th.title.date {
            padding-top: 0; }
        section div.game-status-generic div.summary table thead tr th.status {
          min-width: 100px;
          /*padding-left: 0px;*/ }
    section div.game-status-generic div.summary table tbody tr td {
      font-size: 16px; }
      section div.game-status-generic div.summary table tbody tr td.teamResult-border-left {
        border-left: 1px solid lightgrey !important; }
      section div.game-status-generic div.summary table tbody tr td.max-width-col {
        max-width: 60px; }
      section div.game-status-generic div.summary table tbody tr td.team {
        line-height: 32px;
        padding: 0px 8px;
        display: flex;
        align-items: center;
        font-weight: 500;
        /*padding-left: 0px;*/ }
        @media only screen and (max-width: 900px) {
          section div.game-status-generic div.summary table tbody tr td.team span {
            display: none; } }
        section div.game-status-generic div.summary table tbody tr td.team img.logo {
          display: none; }
          @media only screen and (max-width: 900px) {
            section div.game-status-generic div.summary table tbody tr td.team img.logo {
              display: block;
              width: 50px;
              height: 50px; } }

section div.field-view {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  overflow: hidden; }

section div.playerCard {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  max-width: 400px;
  max-height: 350px;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  section div.playerCard span {
    font-size: 2em; }
  section div.playerCard button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    outline: none; }
  section div.playerCard img {
    width: 100px;
    border-radius: 50%; }
  section div.playerCard.badge-container {
    display: flex;
    justify-content: center;
    align-items: center; }
  section div.playerCard.badge-container {
    display: flex;
    justify-content: center;
    align-items: center; }

section div.playerCard::-webkit-scrollbar {
  display: none;
  /* Chrome and Safari */ }

.scoreboard-basketball-select-player-popup .player-number {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: #21C800;
  margin: 0 5px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DADADA;
  cursor: pointer; }
  .scoreboard-basketball-select-player-popup .player-number.on-field .inner-circle {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #000000; }
  .scoreboard-basketball-select-player-popup .player-number .inner-circle {
    border: 1px solid #DADADA;
    background-color: white;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 100%; }
  .scoreboard-basketball-select-player-popup .player-number.small {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin: 0 7px 7px 7px; }
    .scoreboard-basketball-select-player-popup .player-number.small .inner-circle {
      line-height: 42px;
      height: 42px;
      width: 42px; }

.scoreboard-basketball-select-player-popup .team:not(last-child) {
  border-right: 1px solid #DADADA; }

.scoreboard-basketball-select-player-popup .team:last-child {
  border-right: none; }

.scoreboard-basketball-select-player-popup .flex-row-reverse .team:last-child {
  border-right: 1px solid #DADADA; }

.scoreboard-basketball-select-player-popup .flex-row-reverse .team:not(last-child) {
  border-right: none; }

section div.scoreboard-basketball .player-number {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: #21C800;
  margin: 0 5px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DADADA;
  cursor: pointer; }
  section div.scoreboard-basketball .player-number.on-field .inner-circle {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #000000; }
  section div.scoreboard-basketball .player-number .inner-circle {
    border: 1px solid #DADADA;
    background-color: white;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 100%; }
  section div.scoreboard-basketball .player-number.small {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin: 0 7px 7px 7px; }
    section div.scoreboard-basketball .player-number.small .inner-circle {
      line-height: 42px;
      height: 42px;
      width: 42px; }

section div.scoreboard-basketball .print-button {
  border: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.541); }

section div.scoreboard-basketball input, section div.scoreboard-basketball .input-style {
  text-align: center;
  border: 1px solid #DADADA;
  padding: 0;
  width: 50px; }

section div.scoreboard-basketball .input-style {
  width: 48px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px; }

section div.scoreboard-baseball ul.nav-pills {
  border-bottom: solid 1px #d7d7d7; }
  section div.scoreboard-baseball ul.nav-pills li.nav-item a.nav-link.active {
    background-color: initial;
    background-image: initial;
    color: initial;
    border-bottom: solid 3px var(--button-primary-background-color); }

section div.scoreboard-baseball-save-button {
  height: 60px; }
  section div.scoreboard-baseball-save-button div.save-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    background: white; }

.sticky-save-button {
  position: fixed;
  width: calc(100vw - 36px);
  max-width: 1106px;
  top: 0px;
  z-index: 1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

section div.scoreboard-baseball-tab-lineup img.logo {
  width: 30px;
  height: 30px;
  margin-right: 4px; }

section div.scoreboard-baseball-tab-lineup-batters div.player-container {
  padding: 4px 0px; }
  section div.scoreboard-baseball-tab-lineup-batters div.player-container div.player-details {
    background: #efefef;
    padding-left: 16px;
    border-radius: 4px;
    flex: 1;
    min-width: 0; }
  section div.scoreboard-baseball-tab-lineup-batters div.player-container div.order {
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px; }
  section div.scoreboard-baseball-tab-lineup-batters div.player-container div.player-name {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  section div.scoreboard-baseball-tab-lineup-batters div.player-container div.arrow-container {
    width: 70px;
    height: 32px; }
    section div.scoreboard-baseball-tab-lineup-batters div.player-container div.arrow-container div.arrow-container-2 {
      margin-top: 4px; }
      section div.scoreboard-baseball-tab-lineup-batters div.player-container div.arrow-container div.arrow-container-2 > div {
        width: 45px; }
        section div.scoreboard-baseball-tab-lineup-batters div.player-container div.arrow-container div.arrow-container-2 > div > span {
          display: inline-block;
          height: 30px; }
  section div.scoreboard-baseball-tab-lineup-batters div.player-container span.arrow-move {
    font-size: 30px;
    vertical-align: middle;
    cursor: pointer; }

section div.scoreboard-baseball-tab-lineup-players table thead th.header {
  width: 10%; }

section div.scoreboard-baseball-tab-lineup-players table thead th.checkbox {
  font-size: 1.25rem;
  margin: 0;
  padding-bottom: 5px; }

section div.scoreboard-baseball-tab-lineup-players table tbody tr.player-row td {
  vertical-align: middle; }
  section div.scoreboard-baseball-tab-lineup-players table tbody tr.player-row td.player-checked {
    width: 30px; }
  section div.scoreboard-baseball-tab-lineup-players table tbody tr.player-row td.player-position {
    width: 150px; }
  section div.scoreboard-baseball-tab-lineup-players table tbody tr.player-row td.player-number {
    width: 30px; }

section div.scoreboard-baseball-score div.row-score {
  display: flex;
  align-items: center; }
  section div.scoreboard-baseball-score div.row-score div img.logo {
    width: 30px;
    height: 30px;
    margin-right: 8px; }
  section div.scoreboard-baseball-score div.row-score div div.team-name {
    font-size: 14px; }
  section div.scoreboard-baseball-score div.row-score div table.table-score {
    border: 1px solid #dee2e6;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
    section div.scoreboard-baseball-score div.row-score div table.table-score th {
      border-bottom: 3px solid #dee2e6; }
    section div.scoreboard-baseball-score div.row-score div table.table-score td {
      vertical-align: middle;
      padding: 10px 4px; }
      section div.scoreboard-baseball-score div.row-score div table.table-score td > div {
        padding: 2px 8px; }
        section div.scoreboard-baseball-score div.row-score div table.table-score td > div.active {
          background-color: black;
          color: white; }
      section div.scoreboard-baseball-score div.row-score div table.table-score td.team-total {
        font-weight: bold;
        font-size: 16px; }

section div.scoreboard-baseball-lineup {
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
  section div.scoreboard-baseball-lineup img.logo {
    width: 30px;
    height: 30px;
    margin-right: 8px; }
  section div.scoreboard-baseball-lineup img.logo-player {
    width: 22px;
    height: 22px;
    margin-right: 6px; }
  section div.scoreboard-baseball-lineup span.mdi-plus-box-outline {
    font-size: 20px;
    cursor: pointer; }
  section div.scoreboard-baseball-lineup span.mdi-minus-box-outline {
    font-size: 20px;
    cursor: pointer; }
  section div.scoreboard-baseball-lineup span.mdi-swap-vertical-bold {
    font-size: 20px; }
  section div.scoreboard-baseball-lineup div.substitution-icon {
    color: var(--button-primary-background-color);
    height: 10px;
    margin-top: -4px; }
  section div.scoreboard-baseball-lineup tbody {
    border-top: unset; }
    section div.scoreboard-baseball-lineup tbody tr.border-top-none > td {
      border-top: unset; }
    section div.scoreboard-baseball-lineup tbody tr.conflicted {
      background-color: #dd22357e; }

body .substitution-modal table {
  font-size: 16px; }
  body .substitution-modal table thead tr:hover {
    cursor: default;
    background-color: white; }
  body .substitution-modal table thead th:hover {
    cursor: pointer; }
  body .substitution-modal table tr:hover {
    cursor: pointer;
    background-color: #F7F7F7; }
  body .substitution-modal table tr:first-child td {
    border-top: none; }

body .substitution-modal img.logo-player {
  width: 30px;
  height: 30px;
  margin-right: 6px; }

body .substitution-modal .modal-content {
  max-height: calc(100vh - 56px);
  width: 600px;
  position: absolute;
  left: 50%;
  transform: translate(-50%); }

body .substitution-modal .modal-body {
  overflow-y: scroll; }

section div.scoreboard-baseball-history div.sequence:not(:first-child) {
  padding-top: 16px;
  padding-bottom: 16px; }

section div.scoreboard-baseball-history div.sequence {
  padding-bottom: 16px; }
  section div.scoreboard-baseball-history div.sequence div.title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px; }
  section div.scoreboard-baseball-history div.sequence div.players div.hitter {
    padding: 7px 0px;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7; }
    section div.scoreboard-baseball-history div.sequence div.players div.hitter div.icon-pos {
      font-size: 20px;
      margin-right: 12px; }
    section div.scoreboard-baseball-history div.sequence div.players div.hitter div.hitter-name {
      font-size: 15px; }
    section div.scoreboard-baseball-history div.sequence div.players div.hitter img.logo {
      width: 30px;
      height: 30px; }
  section div.scoreboard-baseball-history div.sequence div.players div.pitcher {
    padding: 7px 0px; }
    section div.scoreboard-baseball-history div.sequence div.players div.pitcher div.icon-pos {
      font-size: 20px;
      margin-right: 12px; }
    section div.scoreboard-baseball-history div.sequence div.players div.pitcher div.pitcher-name {
      font-size: 15px; }
    section div.scoreboard-baseball-history div.sequence div.players div.pitcher img.logo {
      width: 30px;
      height: 30px; }
  section div.scoreboard-baseball-history div.sequence div.details {
    cursor: pointer; }
    section div.scoreboard-baseball-history div.sequence div.details div.card {
      box-shadow: unset; }
      section div.scoreboard-baseball-history div.sequence div.details div.card div.card-header {
        padding: .35rem 1.25rem; }

section div.scoreboard-baseball-actions h3.text-end-baseballAction {
  position: absolute;
  top: 36%;
  left: 18%;
  z-index: 3;
  font-size: 28px;
  font-weight: lighter; }

section div.scoreboard-baseball-actions .pitcher-stats {
  margin-left: 30px; }
  section div.scoreboard-baseball-actions .pitcher-stats div {
    margin-right: 20px; }

section div.scoreboard-baseball-actions label {
  text-transform: none; }

section div.scoreboard-baseball-actions .action-box {
  border: 1px solid #b1b0b0;
  margin-top: 20px; }

section div.scoreboard-baseball-actions .action-box .header-bar {
  border-bottom: 1px solid #b1b0b0;
  background-color: #F5F5F5;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }

section div.scoreboard-baseball-actions .current-actions .action-box .content {
  padding: 10px; }

section div.scoreboard-baseball-actions .switch-designated-hitter {
  position: absolute;
  right: 20px;
  top: 20px; }
  section div.scoreboard-baseball-actions .switch-designated-hitter button {
    max-width: 200px; }

section div.scoreboard-baseball-actions .card-body {
  position: relative; }

section div.scoreboard-baseball-actions .remove {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 18px;
  cursor: pointer; }

section div.scoreboard-baseball-actions .add {
  display: inline-block;
  vertical-align: middle; }
  section div.scoreboard-baseball-actions .add > button {
    font-size: 12px;
    padding: 5px 10px; }

section div.scoreboard-baseball-actions .defense {
  width: 24px;
  height: 24px;
  border: 1px solid #FFFFFF;
  background-color: #C70000;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle; }

section div.scoreboard-baseball-actions .offense {
  width: 24px;
  height: 24px;
  border: 1px solid #FFFFFF;
  background-color: #0864AE;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle; }

section div.scoreboard-baseball-actions .popup {
  position: absolute;
  display: inline-block;
  background-color: white;
  width: 280px;
  z-index: 1100; }
  section div.scoreboard-baseball-actions .popup .card-header img {
    height: 40px;
    margin-right: 10px; }
  section div.scoreboard-baseball-actions .popup .card-body {
    position: relative; }
  section div.scoreboard-baseball-actions .popup .image-container {
    display: inline-block;
    border: 1px solid #b1b0b0;
    margin: 0 5px 5px 5px;
    padding: 4px 10px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer; }
    section div.scoreboard-baseball-actions .popup .image-container img {
      width: 26px;
      height: 26px; }

section div.scoreboard-baseball-actions table {
  font-size: 14px; }
  section div.scoreboard-baseball-actions table tr:hover {
    cursor: pointer;
    background-color: #F7F7F7; }
  section div.scoreboard-baseball-actions table tr:first-child td {
    border-top: none; }

section div.scoreboard-baseball-actions img.logo-player {
  width: 30px;
  height: 30px;
  margin-right: 6px; }

section div.scoreboard-baseball-pitch-count {
  padding: 20px;
  position: relative;
  margin-right: 20px; }
  section div.scoreboard-baseball-pitch-count .info {
    font-size: 18px; }
  section div.scoreboard-baseball-pitch-count div.actions {
    margin: 6px 0; }
    section div.scoreboard-baseball-pitch-count div.actions .pressable {
      cursor: pointer;
      background-color: green;
      display: flex;
      width: 86px;
      height: 86px;
      border-radius: 86px;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      border: 1px solid #000000;
      color: white;
      font-size: 18px;
      padding: 10px 15px;
      text-align: center;
      margin: 2px 10px; }
    section div.scoreboard-baseball-pitch-count div.actions .strike {
      background-color: #92d050; }
    section div.scoreboard-baseball-pitch-count div.actions .ball {
      background-color: #FF0000; }
    section div.scoreboard-baseball-pitch-count div.actions .smaller {
      width: 70px;
      height: 70px; }
  section div.scoreboard-baseball-pitch-count.disabled .pressable {
    cursor: default;
    position: relative;
    overflow: hidden; }
    section div.scoreboard-baseball-pitch-count.disabled .pressable:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.25); }

.scoreboard-baseball-edit-pitch .modal-dialog {
  max-width: 700px !important; }
  .scoreboard-baseball-edit-pitch .modal-dialog .backdrop {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }

section div.scoreboard-baseball-log .card-title {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 40px;
  border-bottom: 1px solid #DADADA; }

section div.scoreboard-baseball-log .card-header {
  font-size: 18px; }
  section div.scoreboard-baseball-log .card-header .mdi-chevron-right {
    display: block; }
  section div.scoreboard-baseball-log .card-header .mdi-chevron-down {
    display: none; }
  section div.scoreboard-baseball-log .card-header.collapsed .mdi-chevron-right {
    display: none; }
  section div.scoreboard-baseball-log .card-header.collapsed .mdi-chevron-down {
    display: block; }

section div.scoreboard-baseball-log select.is-error {
  border-color: #dc3545; }

section div.scoreboard-baseball-log .event-container {
  overflow-y: auto; }

section div.scoreboard-baseball-log .event {
  height: 50px;
  display: flex;
  align-items: center; }
  section div.scoreboard-baseball-log .event select, section div.scoreboard-baseball-log .event span, section div.scoreboard-baseball-log .event input {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
    white-space: nowrap; }
  section div.scoreboard-baseball-log .event input {
    width: 70px; }

section div.scoreboard-basketball-summary {
  padding: 20px 40px;
  color: #8A8A8A;
  font-size: 16px; }
  section div.scoreboard-basketball-summary table {
    margin-top: 20px; }
    section div.scoreboard-basketball-summary table thead {
      border-bottom: 1px solid #8A8A8A;
      font-weight: normal; }
    section div.scoreboard-basketball-summary table tbody tr:first-child td {
      padding-top: 15px;
      padding-bottom: 0; }
    section div.scoreboard-basketball-summary table tbody tr:not(:first-child) {
      padding-top: 0;
      padding-bottom: 0; }
    section div.scoreboard-basketball-summary table th, section div.scoreboard-basketball-summary table td {
      padding: 5px 8px;
      font-weight: normal; }
      section div.scoreboard-basketball-summary table th:first-child, section div.scoreboard-basketball-summary table td:first-child {
        min-width: 120px;
        padding-right: 15px; }
      section div.scoreboard-basketball-summary table th:not(:first-child), section div.scoreboard-basketball-summary table td:not(:first-child) {
        text-align: center; }
  section div.scoreboard-basketball-summary .time-period {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-top: 20px;
    text-align: center; }
    section div.scoreboard-basketball-summary .time-period > span:first-child {
      margin-right: 10px;
      display: inline-block; }
  section div.scoreboard-basketball-summary .team-logo {
    width: 100px;
    height: 100px; }
  section div.scoreboard-basketball-summary .team-name {
    font-size: 18px;
    margin-top: 5px; }
  section div.scoreboard-basketball-summary .result {
    color: black;
    font-size: 50px;
    font-weight: 800;
    display: inline-block; }

section div.scoreboard-basketball-timing {
  padding: 10px 40px;
  font-size: 20px;
  font-weight: bold; }
  section div.scoreboard-basketball-timing button {
    padding: 6px;
    margin-right: 5px !important; }
  section div.scoreboard-basketball-timing .start-stop-btn {
    background-color: #00C821;
    color: white;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 15px; }
  section div.scoreboard-basketball-timing input.is-error {
    border-color: #dc3545; }

#scoreboard-basketball-bonus-modal, #scoreboard-basketball-player-fouls-limit {
  font-size: 22px;
  text-align: center; }

section div.scoreboard-basketball-actions .card {
  padding: 10px 40px;
  font-size: 20px;
  font-weight: bold; }

section div.scoreboard-basketball-actions .circle {
  border: 1px solid black;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
  height: 54px;
  width: 54px;
  border-radius: 100%; }
  section div.scoreboard-basketball-actions .circle.big {
    height: 84px;
    width: 84px;
    line-height: 84px;
    font-size: 46px; }
  section div.scoreboard-basketball-actions .circle.small {
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 24px; }
  section div.scoreboard-basketball-actions .circle.medium {
    height: 74px;
    width: 74px;
    line-height: 74px; }
  section div.scoreboard-basketball-actions .circle.red {
    background-color: #C8102E; }
  section div.scoreboard-basketball-actions .circle.green {
    background-color: #21C800; }
  section div.scoreboard-basketball-actions .circle.black {
    background-color: #000000; }
  section div.scoreboard-basketball-actions .circle.yellow {
    background-color: yellow;
    color: #000000; }
  section div.scoreboard-basketball-actions .circle.blue {
    background-color: #0069d9; }

section div.scoreboard-basketball-actions .toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999; }
  section div.scoreboard-basketball-actions .toast.error .toast-body {
    background-color: #C70000;
    color: white;
    padding: 12px 40px;
    font-size: 16px; }
  section div.scoreboard-basketball-actions .toast.success .toast-body {
    background-color: #21C800;
    color: white;
    padding: 12px 40px;
    font-size: 16px; }

.scoreboard-basketball-number-select .popover-number-select-row > div {
  width: 50px !important;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 50px;
  margin: 0; }

#scoreboard-basketball-roster-timer .modal-header {
  border-bottom: 0;
  padding-bottom: 0; }

#scoreboard-basketball-roster-timer .modal-body p {
  font-size: 30px;
  text-align: center;
  white-space: nowrap; }

#scoreboard-basketball-roster-timer .modal-dialog {
  max-width: 370px; }

section div.scoreboard-basketball-roster {
  padding: 10px 40px;
  font-size: 20px;
  font-weight: bold; }
  section div.scoreboard-basketball-roster button.green {
    background-color: #21C800;
    background-image: none;
    border-color: #21C800; }
  section div.scoreboard-basketball-roster .team-avatar {
    margin-right: 30px;
    width: 100px;
    height: 100px; }
  section div.scoreboard-basketball-roster .team-name {
    text-transform: uppercase; }
  section div.scoreboard-basketball-roster .timeout {
    width: 45px;
    height: 45px;
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 45px;
    margin: 0 5px;
    border-radius: 100%;
    cursor: pointer; }
    section div.scoreboard-basketball-roster .timeout.active {
      background-color: #C8102E;
      color: #FFFFFF; }
    section div.scoreboard-basketball-roster .timeout.ongoing {
      background-color: yellow;
      color: #000000; }
  section div.scoreboard-basketball-roster .number-select button {
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 0; }
  section div.scoreboard-basketball-roster .player-name {
    font-weight: normal;
    flex: 1;
    margin-right: 10px; }
  section div.scoreboard-basketball-roster .player-stat {
    width: 35px;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
    border-radius: 100%; }
    section div.scoreboard-basketball-roster .player-stat.yellow {
      background-color: yellow; }
    section div.scoreboard-basketball-roster .player-stat.red {
      background-color: #C8102E;
      color: white; }
  section div.scoreboard-basketball-roster .player-row, section div.scoreboard-basketball-roster .staff-row {
    font-size: 18px; }
    section div.scoreboard-basketball-roster .player-row .header, section div.scoreboard-basketball-roster .staff-row .header {
      font-size: 16px; }
    section div.scoreboard-basketball-roster .player-row > div, section div.scoreboard-basketball-roster .staff-row > div {
      position: relative; }
      section div.scoreboard-basketball-roster .player-row > div .mdi-sort-descending, section div.scoreboard-basketball-roster .player-row > div .mdi-sort-ascending, section div.scoreboard-basketball-roster .staff-row > div .mdi-sort-descending, section div.scoreboard-basketball-roster .staff-row > div .mdi-sort-ascending {
        position: absolute;
        top: 0;
        margin-left: 5px; }
  section div.scoreboard-basketball-roster .player-row > div:first-child {
    text-align: center;
    width: 70px; }
  section div.scoreboard-basketball-roster .player-row > div:nth-child(2) {
    text-align: center;
    width: 90px;
    margin-right: 25px; }
  section div.scoreboard-basketball-roster .staff-row > div:first-child {
    text-align: center;
    width: 70px; }
  section div.scoreboard-basketball-roster .staff-row > div:nth-child(2) {
    text-align: center;
    width: 120px;
    margin-right: 25px; }
    section div.scoreboard-basketball-roster .staff-row > div:nth-child(2) select {
      width: 100%;
      height: 40px;
      font-size: 18px;
      border: 1px solid #ced4da;
      font-size: 16px; }

.scoreboard-basketball-select-player-popup {
  font-size: 20px;
  font-weight: bold; }
  .scoreboard-basketball-select-player-popup.modal div.modal-dialog {
    max-width: 660px;
    width: 660px; }
  .scoreboard-basketball-select-player-popup .team {
    padding: 10px;
    flex: 1; }
  .scoreboard-basketball-select-player-popup .staff {
    font-weight: normal;
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer; }

.scoreboard-basketball-technical-foul-modal {
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  text-align: center; }
  .scoreboard-basketball-technical-foul-modal .circle {
    border: 1px solid black;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 86px;
    height: 86px;
    width: 86px;
    border-radius: 100%;
    background-color: #000000;
    cursor: pointer; }

.scoreboard-basketball-free-throws-modal {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  text-align: center; }
  .scoreboard-basketball-free-throws-modal .circle {
    border: 1px solid black;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 54px;
    height: 54px;
    width: 54px;
    border-radius: 100%;
    background-color: #000000;
    cursor: pointer; }

section div.scoreboard-basketball-bonus {
  font-size: 20px;
  font-weight: bold; }
  section div.scoreboard-basketball-bonus .card-title {
    padding: 10px 40px;
    border-bottom: 1px solid #DADADA; }

section div.scoreboard-basketball-history .card-title {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 40px;
  border-bottom: 1px solid #DADADA; }

section div.scoreboard-basketball-history .card-header {
  font-size: 18px; }
  section div.scoreboard-basketball-history .card-header .mdi-chevron-right {
    display: block; }
  section div.scoreboard-basketball-history .card-header .mdi-chevron-down {
    display: none; }
  section div.scoreboard-basketball-history .card-header.collapsed .mdi-chevron-right {
    display: none; }
  section div.scoreboard-basketball-history .card-header.collapsed .mdi-chevron-down {
    display: block; }

section div.scoreboard-basketball-history select.is-error {
  border-color: #dc3545; }

section div.scoreboard-basketball-history .event-container {
  overflow-y: auto; }

section div.scoreboard-basketball-history .event select, section div.scoreboard-basketball-history .event span, section div.scoreboard-basketball-history .event input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
  white-space: nowrap; }

section div.scoreboard-basketball-history .event input {
  width: 70px; }

section div.scoreboard-basketball-note {
  font-size: 20px;
  font-weight: bold; }
  section div.scoreboard-basketball-note .card-title {
    padding: 10px 40px;
    border-bottom: 1px solid #DADADA; }
  section div.scoreboard-basketball-note .card-body {
    padding-top: 10px;
    font-size: 16px;
    font-weight: normal; }
    section div.scoreboard-basketball-note .card-body > span {
      margin: 10px; }
    section div.scoreboard-basketball-note .card-body > .empty-note {
      color: #888888; }
  section div.scoreboard-basketball-note textarea {
    width: 100%;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 20px; }

section .diamond {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-right: 25px;
  vertical-align: top; }
  section .diamond h3.text-end-diamond {
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 3;
    color: white;
    font-size: 28px;
    font-weight: lighter;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 4px black; }
  section .diamond img {
    width: 100%; }
  section .diamond .defense {
    width: 24px;
    height: 24px;
    border: 1px solid #FFFFFF;
    background-color: #C70000;
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    display: none;
    vertical-align: middle; }
    section .diamond .defense.selected {
      width: 28px;
      height: 28px;
      line-height: 28px;
      margin-right: -2px;
      margin-top: -2px;
      margin-bottom: -2px;
      margin-left: -2px;
      background-color: #FF4747; }
    section .diamond .defense.fieldleft {
      display: inline-block;
      top: 30%;
      left: 20%; }
    section .diamond .defense.fieldright {
      display: inline-block;
      top: 30%;
      right: 20%; }
    section .diamond .defense.fieldcenter {
      display: inline-block;
      top: 14%;
      left: calc(50% - 12px); }
    section .diamond .defense.pitcher {
      display: inline-block;
      bottom: 25%;
      left: calc(50% - 12px); }
    section .diamond .defense.catcher {
      display: inline-block;
      bottom: 0;
      left: calc(50% - 12px); }
    section .diamond .defense.thirdbase {
      display: inline-block;
      bottom: 30%;
      left: 24%; }
    section .diamond .defense.firstbase {
      display: inline-block;
      bottom: 30%;
      right: 24%; }
    section .diamond .defense.shortstop {
      display: inline-block;
      bottom: 45%;
      left: 36%; }
    section .diamond .defense.secondbase {
      display: inline-block;
      bottom: 45%;
      right: 36%; }
  section .diamond .offense {
    width: 24px;
    height: 24px;
    border: 1px solid #FFFFFF;
    background-color: #0864AE;
    position: absolute;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    display: none;
    vertical-align: middle; }
    section .diamond .offense #matchData .offense.selected {
      width: 28px;
      height: 28px;
      line-height: 28px;
      margin-right: -2px;
      margin-top: -2px;
      margin-bottom: -2px;
      margin-left: -2px;
      background-color: #158BEB; }
    section .diamond .offense.batter {
      display: inline-block;
      bottom: 11%;
      left: calc(50% - 12px); }
    section .diamond .offense.firstbase {
      display: inline-block;
      bottom: 26%;
      right: 33%; }
    section .diamond .offense.secondbase {
      display: inline-block;
      bottom: 43%;
      left: calc(50% - 12px); }
    section .diamond .offense.thirdbase {
      display: inline-block;
      bottom: 26%;
      left: 33%; }
    section .diamond .offense.selected {
      width: 28px;
      height: 28px;
      line-height: 28px;
      background-color: #158BEB; }

@media (max-width: 400px) {
  section .diamond .offense {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px; }
    section .diamond .offense.batter {
      left: calc(50% - 10px); }
    section .diamond .offense.secondbase {
      left: calc(50% - 10px); }
  section .diamond .defense {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px; }
    section .diamond .defense.fieldcenter {
      left: calc(50% - 9px); }
    section .diamond .defense.pitcher {
      left: calc(50% - 9px); }
    section .diamond .defense.catcher {
      left: calc(50% - 9px); } }

#inning-summary.modal .modal-body img {
  width: 150px;
  margin-right: 20px; }

#inning-summary.modal .modal-body .title {
  font-size: 18px;
  margin-bottom: 10px; }

#inning-summary.modal .modal-body .key-point {
  font-size: 16px;
  margin: 5px;
  margin-left: 10px; }

section div.tab-stats div h3.text-gameEnd {
  position: absolute;
  top: 130px;
  left: 140px;
  font-size: 36px;
  color: red;
  font-weight: lighter;
  transform: rotate(30deg); }

section div.tab-stats div.backdrop {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center; }

section div.tab-stats div.toast.error {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999; }
  section div.tab-stats div.toast.error .toast-body {
    background-color: #C70000;
    color: white;
    padding: 12px 40px;
    font-size: 16px; }

section div.tab-stats div.settings {
  height: 0;
  position: relative;
  margin: 10px;
  box-shadow: none; }
  section div.tab-stats div.settings span {
    display: flex;
    align-items: center;
    word-break: normal; }
    section div.tab-stats div.settings span.settings-btn {
      font-size: 1.5em;
      color: rgba(0, 0, 0, 0.541); }
      section div.tab-stats div.settings span.settings-btn:hover {
        transform: scale(1.1);
        transition: transform ease-in-out 0.1s; }
  section div.tab-stats div.settings div.settings-menu {
    width: 350px; }

.game-staff-popup .modal-dialog {
  max-width: 500px; }

.game-staff-popup button.green {
  background-color: #21C800;
  background-image: none;
  border-color: #21C800; }

.game-staff-popup .solution > img {
  width: 80px;
  height: 80px; }

.game-staff-popup .solution > .solution-name {
  font-weight: bold;
  font-size: 20px; }

.game-staff-popup .staff-row.header {
  font-weight: bold;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 5px; }

.game-staff-popup .staff-row > :first-child {
  flex: 1; }

section div.section-header h3.title {
  /*margin: initial;*/ }

div.image-bar {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  justify-content: center; }
  div.image-bar div.images-container {
    z-index: 1;
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center; }
    div.image-bar div.images-container div.image-container {
      height: 100%; }
      div.image-bar div.images-container div.image-container a:hover {
        cursor: pointer; }
    div.image-bar div.images-container div img.image {
      height: 100%;
      padding: 10px; }
    div.image-bar div.images-container div img.image:hover {
      transform: scale(1.1);
      transition: transform ease-in 0.3s; }
  div.image-bar div.chevron {
    z-index: 10;
    height: 100%;
    width: 5%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center; }
  div.image-bar div.next {
    right: 0; }
  div.image-bar div.prev {
    left: 0; }
  div.image-bar div span {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.644); }
  div.image-bar div span:hover {
    font-size: 48px;
    transition: font-size ease-in 0.3s; }

section div.latest-news div.news {
  padding-left: initial;
  margin-bottom: 24px; }
  section div.latest-news div.news:first-of-type, section div.latest-news div.news:nth-child(odd) {
    padding-right: initial; }
  section div.latest-news div.news article {
    background-color: #fff;
    border: 1px solid #ccc; }
    section div.latest-news div.news article div.image-wrapper {
      -webkit-transform: scale(1);
      transform: scale(1);
      overflow: hidden; }
      section div.latest-news div.news article div.image-wrapper:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      section div.latest-news div.news article div.image-wrapper img {
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear; }
    section div.latest-news div.news article div.bottom {
      padding: 24px; }
      section div.latest-news div.news article div.bottom a.title {
        font-size: 20px;
        text-transform: uppercase; }
      section div.latest-news div.news article div.bottom div.meta-space span {
        font-size: 12px;
        color: #777777; }
      section div.latest-news div.news article div.bottom div.lead p, section div.latest-news div.news article div.bottom div.lead span {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.9); }
      section div.latest-news div.news article div.bottom div.actions {
        margin-top: 16px;
        text-align: right; }
        section div.latest-news div.news article div.bottom div.actions a.btn {
          text-transform: uppercase; }

@media (max-width: 991px) {
  section div.latest-news div.news {
    padding-left: initial;
    padding-right: initial;
    margin-bottom: 24px; } }

section div.latest-news-premium {
  padding: 30px; }
  section div.latest-news-premium .container {
    max-width: 815px; }
  section div.latest-news-premium .widget-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    height: 30px; }
  section div.latest-news-premium .widget-link {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    height: 30px;
    display: flex;
    align-items: end; }

@media (max-width: 767px) {
  section div.latest-news-premium {
    padding: 30px 10px; } }

section div.latest-new-premium .bottom {
  padding: 15px 20px; }

section div.latest-new-premium .meta-space {
  font-size: 11px;
  opacity: 0.8;
  margin-bottom: 20px; }

section div.latest-new-premium .title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block; }

section div.latest-new-premium .lead {
  font-size: 14px;
  max-height: 190px;
  margin-bottom: 20px;
  display: inline-block; }

section div.latest-new-premium .image-wrapper {
  aspect-ratio: 16 / 9;
  background-position: center;
  background-size: cover; }

section div.latest-new-premium.secondary .meta-space {
  margin-bottom: 5px; }

section div.latest-new-premium.secondary .lead {
  font-size: 11px;
  height: 48px; }

section div.latest-new-premium.secondary .title {
  font-size: 18px;
  margin-bottom: 10px; }

section div.livegame-players {
  padding: 0px 40px; }
  section div.livegame-players div.livegame-header {
    display: block;
    padding: 20px 0px 10px 0px;
    border-bottom: 2px solid lightgrey; }
    section div.livegame-players div.livegame-header div.my-progress {
      width: 100%;
      background-color: lightgrey;
      border-radius: 10px;
      height: 10px; }
      section div.livegame-players div.livegame-header div.my-progress div.my-bar {
        border-radius: 10px;
        height: 10px;
        background-color: #04AA6D;
        text-align: center;
        /* To center it horizontally (if you want) */
        line-height: 30px;
        /* To center it vertically */
        color: white; }
    section div.livegame-players div.livegame-header div.livegame-header-container {
      display: flex; }
      section div.livegame-players div.livegame-header div.livegame-header-container > div {
        width: 33%;
        text-align: center; }
    section div.livegame-players div.livegame-header div.livegame-header-flex {
      display: flex;
      height: 90px;
      justify-content: center; }
    section div.livegame-players div.livegame-header div.top {
      justify-content: space-between;
      padding: 20px 0px; }
    section div.livegame-players div.livegame-header span.livegame-round {
      font-size: 24px;
      font-weight: bold; }
    section div.livegame-players div.livegame-header span.livegame-out {
      font-size: 24px;
      font-weight: bold; }
    section div.livegame-players div.livegame-header span.livegame-row {
      font-size: 24px;
      font-weight: bold; }
    section div.livegame-players div.livegame-header span.header-team-name {
      width: 20%;
      font-size: 24px;
      margin: 30px 0px 0px 10px; }
    section div.livegame-players div.livegame-header span.header-team-result {
      font-size: 24px;
      margin: 30px 0px 0px 10px;
      width: 20%;
      text-align: center; }
  section div.livegame-players div.livegame-body {
    display: flex;
    margin: 20px 0px; }
  section div.livegame-players span.player-position {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-left: 10px; }
  section div.livegame-players span.livegame-name {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 2px 5px; }
  section div.livegame-players span.livegame-number {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 2px 5px; }
  section div.livegame-players span.livegame-stats {
    font-size: 13px;
    margin-bottom: .25rem; }
  section div.livegame-players span.separator-stats {
    color: #3d3f40; }
  section div.livegame-players span.team-name {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-left: 10px; }
  section div.livegame-players span.livegame-position {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 4px 8px; }
  section div.livegame-players div.livegame-container {
    width: 50%;
    padding: 0% 5%; }
    section div.livegame-players div.livegame-container img {
      height: 150px;
      border-radius: 10px; }
    section div.livegame-players div.livegame-container div.no-pitcher {
      padding: 8px 24px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      background-color: #FFF;
      border-radius: 8px;
      margin: 4px; }
      @media only screen and (min-device-width: 300px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
        section div.livegame-players div.livegame-container div.no-pitcher {
          font-size: 14px; } }
  section div.livegame-players div.livegame-container-small {
    width: 100%;
    padding-top: 30px; }
    section div.livegame-players div.livegame-container-small div.no-pitcher {
      padding: 8px 24px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      background-color: #FFF;
      border-radius: 8px;
      margin: 4px; }
      @media only screen and (min-device-width: 300px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
        section div.livegame-players div.livegame-container-small div.no-pitcher {
          font-size: 14px; } }

section div.livegame-players-mobile {
  padding: 0px 20px; }
  section div.livegame-players-mobile div.livegame-header {
    display: block;
    padding: 20px 0px;
    border-bottom: 2px solid lightgrey; }
    section div.livegame-players-mobile div.livegame-header div.my-progress {
      width: 100%;
      background-color: lightgrey;
      border-radius: 10px;
      height: 10px;
      padding: 0px; }
      section div.livegame-players-mobile div.livegame-header div.my-progress div.my-bar {
        border-radius: 10px;
        height: 10px;
        background-color: #04AA6D;
        text-align: center;
        /* To center it horizontally (if you want) */
        line-height: 30px;
        /* To center it vertically */
        color: white; }
    section div.livegame-players-mobile div.livegame-header div.livegame-header-container {
      display: block; }
      section div.livegame-players-mobile div.livegame-header div.livegame-header-container > div {
        width: 100%; }
    section div.livegame-players-mobile div.livegame-header div.livegame-header-flex {
      display: flex;
      height: 70px; }
    section div.livegame-players-mobile div.livegame-header div.stats-header-flex {
      display: flex;
      height: 40px;
      justify-content: space-between; }
    section div.livegame-players-mobile div.livegame-header div.top {
      justify-content: space-between;
      padding: 20px 0px; }
    section div.livegame-players-mobile div.livegame-header span.livegame-round {
      font-size: 18px; }
    section div.livegame-players-mobile div.livegame-header span.livegame-out {
      font-size: 18px; }
    section div.livegame-players-mobile div.livegame-header span.livegame-row {
      font-size: 18px; }
    section div.livegame-players-mobile div.livegame-header span.header-team-name {
      font-size: 18px;
      width: 100%;
      margin: 20px 0px 0px 10px; }
    section div.livegame-players-mobile div.livegame-header span.header-team-result {
      font-size: 18px;
      margin: 20px 0px 0px 10px;
      width: 30%;
      text-align: center; }
  section div.livegame-players-mobile div.livegame-body {
    display: block; }
  section div.livegame-players-mobile div.position-box {
    border: 1px solid black;
    width: 100%; }
    section div.livegame-players-mobile div.position-box span.team-position {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      padding: 2px 5px; }
      @media only screen and (min-device-width: 300px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
        section div.livegame-players-mobile div.position-box span.team-position {
          font-size: 16px; } }
  section div.livegame-players-mobile span.player-position {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-left: 10px;
    text-transform: uppercase; }
  section div.livegame-players-mobile span.livegame-name {
    font-size: 16px;
    padding: 2px 10px; }
  section div.livegame-players-mobile span.livegame-number {
    font-size: 16px;
    color: #3d3f40; }
  section div.livegame-players-mobile span.livegame-stats {
    font-size: 13px;
    margin-bottom: .25rem; }
  section div.livegame-players-mobile span.separator-stats {
    color: #3d3f40; }
  section div.livegame-players-mobile span.team-name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-left: 10px; }
  section div.livegame-players-mobile span.livegame-position {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 4px 8px; }
  section div.livegame-players-mobile div.livegame-container {
    width: 100%;
    padding: 20px 10px;
    border-top: 1px solid lightgrey; }
    section div.livegame-players-mobile div.livegame-container img {
      height: 120px;
      border-radius: 10px; }
    section div.livegame-players-mobile div.livegame-container div.no-pitcher {
      padding: 8px 24px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      background-color: #FFF;
      border-radius: 8px;
      margin: 4px; }
  section div.livegame-players-mobile div.livegame-container-small {
    width: 100%;
    padding-top: 30px; }
    section div.livegame-players-mobile div.livegame-container-small div.no-pitcher {
      padding: 8px 24px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      background-color: #FFF;
      border-radius: 8px;
      margin: 4px; }
      @media only screen and (min-device-width: 300px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
        section div.livegame-players-mobile div.livegame-container-small div.no-pitcher {
          font-size: 14px; } }

section div.news-carousel .image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

section div.news-carousel .image-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center; }

section div.news-carousel .carousel-caption {
  right: 0px;
  left: 0px;
  bottom: 0px;
  padding: 12px 25px 18px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: left; }

section div.news-carousel a, section div.news-carousel a:hover {
  color: white; }

section div.news-carousel .carousel-indicators {
  bottom: -10px; }

section div.news-carousel .caption-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 767px) {
  section div.news-carousel .carousel-caption {
    padding: 8px 13px 8px; }
  section div.news-carousel .carousel-indicators {
    bottom: -14px; }
  section div.news-carousel h5 {
    font-size: 1rem;
    margin-bottom: 2px; }
  section div.news-carousel .caption-text {
    font-size: 12px; } }

section div.number-select button.btn-number-select {
  font-weight: bold;
  border: 1px solid #ced4da; }

.popover-number-select-row {
  margin-left: 0px;
  margin-right: 0px; }

.popover-number-select-cell {
  white-space: nowrap;
  font-weight: bold;
  border: 1px solid #efefef;
  padding: 4px;
  text-align: center;
  cursor: pointer; }

.popover-number-cell-disabled {
  background: gray !important; }

.popover-number-cell-selected {
  border: 2px solid #0075ff !important;
  pointer-events: none; }

section div.template-editor-modal.modal label {
  margin-top: 10px; }

section div.template-editor-modal.modal .form-check-input {
  margin-top: 10px; }

section div.template-editor-modal.modal .modal-dialog {
  max-width: 600px; }

section div.template-editor .item {
  border: 3px solid transparent;
  padding: 10px;
  margin: 5px;
  position: relative; }
  section div.template-editor .item .line {
    height: 1px;
    background-color: black; }
  section div.template-editor .item .edit-button {
    width: 18px;
    height: 18px;
    background-color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    color: white;
    cursor: pointer; }
  section div.template-editor .item:not(.not-editable):hover {
    border: 3px dashed black; }
    section div.template-editor .item:not(.not-editable):hover .edit-button {
      display: flex; }
  section div.template-editor .item .photo-dummy {
    border: 1px solid #ced4da;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }

section div.template-editor .options {
  position: absolute;
  right: 2px;
  top: 2px; }

section div.login {
  min-height: 600px; }

section div.failed-validation {
  margin-top: 16px; }

section div.news-details div.news img.photo {
  width: 100%; }

section div.news-details div.news h1.title {
  margin-top: 16px;
  font-size: 24px;
  text-transform: uppercase; }

section div.news-details div.news div.meta-space span {
  font-size: 12px;
  color: #777777; }

section div.news-details div.news div.text {
  margin: 16px 0; }

section div.news-list {
  min-height: 80vh; }
  section div.news-list div.no-news {
    text-align: center; }
  section div.news-list div.news article div.news-item {
    display: flex;
    margin-bottom: 16px; }
    section div.news-list div.news article div.news-item div.image-wrapper {
      -webkit-transform: scale(1);
      transform: scale(1);
      overflow: hidden; }
      section div.news-list div.news article div.news-item div.image-wrapper:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      section div.news-list div.news article div.news-item div.image-wrapper img {
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear; }
      section div.news-list div.news article div.news-item div.image-wrapper a img {
        width: 256px; }
    section div.news-list div.news article div.news-item div.news-details {
      margin-left: 16px;
      width: 100%; }
      section div.news-list div.news article div.news-item div.news-details a.title {
        font-size: 20px;
        text-transform: uppercase; }
      section div.news-list div.news article div.news-item div.news-details div.meta-space span {
        font-size: 12px;
        color: #777777; }
      section div.news-list div.news article div.news-item div.news-details div.lead p, section div.news-list div.news article div.news-item div.news-details div.lead span {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.9); }

@media (max-width: 575px) {
  section div.news-list {
    min-height: 75vh; }
    section div.news-list div.no-news {
      text-align: center; }
    section div.news-list div.news article div.news-item {
      margin-bottom: 8px; }
      section div.news-list div.news article div.news-item div.news-details {
        margin-left: 8px; }
        section div.news-list div.news article div.news-item div.news-details a.title {
          font-size: 14px; }
        section div.news-list div.news article div.news-item div.news-details div.meta-space span {
          font-size: 11px; }
        section div.news-list div.news article div.news-item div.news-details div.lead p, section div.news-list div.news article div.news-item div.news-details div.lead span {
          font-size: 11px; } }

section div.photo-list {
  min-height: 80vh; }
  section div.photo-list div.no-photo {
    text-align: center; }

section div.photo-display {
  display: none; }
  section div.photo-display.fullscreen {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.8); }
    section div.photo-display.fullscreen a.close-fullscreen {
      position: absolute;
      color: rgba(255, 255, 255, 0.4);
      right: 15px;
      top: 10px;
      font-size: 24px;
      -webkit-transition: color .5s ease-out;
      -moz-transition: color .5s ease-out;
      -o-transition: color .5s ease-out;
      transition: color .5s ease-out; }
      section div.photo-display.fullscreen a.close-fullscreen:hover {
        opacity: 1;
        color: white; }
    section div.photo-display.fullscreen img.center {
      position: absolute;
      max-height: 90%;
      max-width: 90%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

@media (max-width: 575px) {
  section div.photo-list {
    min-height: 75vh; } }

section div.pitcher-starter span.pitcher-name {
  font-size: 13px;
  font-weight: bold; }

section div.pitcher-starter span.pitcher-number {
  font-size: 12px;
  color: gray; }

section div.pitcher-starter span.pitcher-stats {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: .25rem; }

section div.pitcher-starter span.separator-stats {
  color: gray; }

section div.pitcher-starter span.team-name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 8px; }
  @media only screen and (min-device-width: 300px) and (max-device-width: 650px) and (-webkit-min-device-pixel-ratio: 2) {
    section div.pitcher-starter span.team-name {
      font-size: 12px; } }

section div.pitcher-starter div.pitcher-container {
  max-width: 50%; }
  section div.pitcher-starter div.pitcher-container div.no-pitcher {
    padding: 8px 24px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 8px;
    margin: 4px; }
    @media only screen and (min-device-width: 300px) and (max-device-width: 650px) and (-webkit-min-device-pixel-ratio: 2) {
      section div.pitcher-starter div.pitcher-container div.no-pitcher {
        font-size: 12px; } }

section div.pitcher-result span.pitcher-name {
  font-size: 13px;
  font-weight: bold; }

section div.pitcher-result span.pitcher-number {
  font-size: 12px;
  color: gray; }

section div.pitcher-result span.pitcher-stats {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.25rem; }

section div.pitcher-result span.separator-stats {
  color: gray; }

section div.pitcher-result span.team-victory {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold; }

section div.pitcher-result span.team-name {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 8px; }
  @media only screen and (min-device-width: 300px) and (max-device-width: 650px) and (-webkit-min-device-pixel-ratio: 2) {
    section div.pitcher-result span.team-name {
      font-size: 12px; } }

section div.pitcher-result div.pitcher-container {
  max-width: 50%; }
  section div.pitcher-result div.pitcher-container div.no-pitcher {
    padding: 8px 24px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 8px;
    margin: 4px; }
    @media only screen and (min-device-width: 300px) and (max-device-width: 650px) and (-webkit-min-device-pixel-ratio: 2) {
      section div.pitcher-result div.pitcher-container div.no-pitcher {
        font-size: 12px; } }

section div.player-details div.information {
  text-align: center; }
  section div.player-details div.information img.avatar {
    width: 128px;
    height: 128px;
    border: solid 1px #a8a8a8;
    border-radius: 50%; }
  section div.player-details div.information h1.name {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase; }
  section div.player-details div.information h1.level {
    text-align: center;
    font-size: 20px;
    padding: 0px 5%; }
  section div.player-details div.information div.meta {
    display: flex;
    justify-content: center;
    line-height: 32px;
    font-size: 16px;
    text-transform: uppercase; }
    section div.player-details div.information div.meta span.position::after, section div.player-details div.information div.meta span.weight::after, section div.player-details div.information div.meta span.height::after, section div.player-details div.information div.meta span.age::after, section div.player-details div.information div.meta span.birthday::after {
      content: '|';
      margin: 0 12px; }
    section div.player-details div.information div.meta div.team a:hover {
      text-decoration: none; }
    section div.player-details div.information div.meta div.team a img.logo {
      width: 32px;
      height: 32px; }

section div.player-details ul.nav-pills {
  border-bottom: solid 1px #d7d7d7; }
  section div.player-details ul.nav-pills li.nav-item a.nav-link.active {
    background-color: initial;
    background-image: initial;
    color: initial;
    border-bottom: solid 3px var(--button-primary-background-color); }

@media (max-width: 575px) {
  section div.player-details div.information h1.name {
    font-size: 16px; }
  section div.player-details div.information h1.level {
    text-align: center;
    font-size: 15px;
    padding: 0px; }
  section div.player-details div.information div.meta {
    flex-wrap: wrap;
    line-height: 24px;
    font-size: 12px; } }

section div.player-all-time-statistics div.regular-season, section div.player-all-time-statistics div.playoffs, section div.player-all-time-statistics div.pre-season, section div.player-all-time-statistics div.nodata-message {
  overflow-x: auto; }
  section div.player-all-time-statistics div.regular-season header, section div.player-all-time-statistics div.playoffs header, section div.player-all-time-statistics div.pre-season header, section div.player-all-time-statistics div.nodata-message header {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  section div.player-all-time-statistics div.regular-season p.categories, section div.player-all-time-statistics div.playoffs p.categories, section div.player-all-time-statistics div.pre-season p.categories, section div.player-all-time-statistics div.nodata-message p.categories {
    font-weight: bold;
    margin: 0; }
  section div.player-all-time-statistics div.regular-season p.seasonType, section div.player-all-time-statistics div.playoffs p.seasonType, section div.player-all-time-statistics div.pre-season p.seasonType, section div.player-all-time-statistics div.nodata-message p.seasonType {
    font-weight: bold; }
  section div.player-all-time-statistics div.regular-season table, section div.player-all-time-statistics div.playoffs table, section div.player-all-time-statistics div.pre-season table, section div.player-all-time-statistics div.nodata-message table {
    overflow-x: auto; }
    section div.player-all-time-statistics div.regular-season table thead tr th:last-child, section div.player-all-time-statistics div.playoffs table thead tr th:last-child, section div.player-all-time-statistics div.pre-season table thead tr th:last-child, section div.player-all-time-statistics div.nodata-message table thead tr th:last-child {
      padding-right: 12px; }
    section div.player-all-time-statistics div.regular-season table thead tr th.sortable:hover, section div.player-all-time-statistics div.playoffs table thead tr th.sortable:hover, section div.player-all-time-statistics div.pre-season table thead tr th.sortable:hover, section div.player-all-time-statistics div.nodata-message table thead tr th.sortable:hover {
      cursor: pointer; }
    section div.player-all-time-statistics div.regular-season table thead tr th.sortable div.header, section div.player-all-time-statistics div.playoffs table thead tr th.sortable div.header, section div.player-all-time-statistics div.pre-season table thead tr th.sortable div.header, section div.player-all-time-statistics div.nodata-message table thead tr th.sortable div.header {
      display: flex;
      justify-content: center;
      line-height: 24px; }
      section div.player-all-time-statistics div.regular-season table thead tr th.sortable div.header div.sort-order, section div.player-all-time-statistics div.playoffs table thead tr th.sortable div.header div.sort-order, section div.player-all-time-statistics div.pre-season table thead tr th.sortable div.header div.sort-order, section div.player-all-time-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order {
        line-height: 12px;
        margin-left: 4px;
        width: 14px; }
        section div.player-all-time-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span, section div.player-all-time-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span, section div.player-all-time-statistics div.pre-season table thead tr th.sortable div.header div.sort-order span, section div.player-all-time-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span {
          color: rgba(255, 255, 255, 0.5); }
          section div.player-all-time-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span.ascending, section div.player-all-time-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span.descending, section div.player-all-time-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span.ascending, section div.player-all-time-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span.descending, section div.player-all-time-statistics div.pre-season table thead tr th.sortable div.header div.sort-order span.ascending, section div.player-all-time-statistics div.pre-season table thead tr th.sortable div.header div.sort-order span.descending, section div.player-all-time-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span.ascending, section div.player-all-time-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span.descending {
            color: #ffffff; }
    section div.player-all-time-statistics div.regular-season table tbody tr.season, section div.player-all-time-statistics div.playoffs table tbody tr.season, section div.player-all-time-statistics div.pre-season table tbody tr.season, section div.player-all-time-statistics div.nodata-message table tbody tr.season {
      line-height: 24px; }
      section div.player-all-time-statistics div.regular-season table tbody tr.season:hover, section div.player-all-time-statistics div.playoffs table tbody tr.season:hover, section div.player-all-time-statistics div.pre-season table tbody tr.season:hover, section div.player-all-time-statistics div.nodata-message table tbody tr.season:hover {
        background-color: var(--grid-row-hover-background-color);
        border-bottom: solid 1px var(--grid-row-hover-background-color);
        color: var(--grid-row-hover-color); }
      section div.player-all-time-statistics div.regular-season table tbody tr.season td, section div.player-all-time-statistics div.playoffs table tbody tr.season td, section div.player-all-time-statistics div.pre-season table tbody tr.season td, section div.player-all-time-statistics div.nodata-message table tbody tr.season td {
        text-transform: uppercase; }
        section div.player-all-time-statistics div.regular-season table tbody tr.season td.name, section div.player-all-time-statistics div.regular-season table tbody tr.season td.team-name, section div.player-all-time-statistics div.playoffs table tbody tr.season td.name, section div.player-all-time-statistics div.playoffs table tbody tr.season td.team-name, section div.player-all-time-statistics div.pre-season table tbody tr.season td.name, section div.player-all-time-statistics div.pre-season table tbody tr.season td.team-name, section div.player-all-time-statistics div.nodata-message table tbody tr.season td.name, section div.player-all-time-statistics div.nodata-message table tbody tr.season td.team-name {
          text-transform: uppercase;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 250px;
          max-width: 250px; }
        section div.player-all-time-statistics div.regular-season table tbody tr.season td.sort, section div.player-all-time-statistics div.playoffs table tbody tr.season td.sort, section div.player-all-time-statistics div.pre-season table tbody tr.season td.sort, section div.player-all-time-statistics div.nodata-message table tbody tr.season td.sort {
          background-color: rgba(228, 28, 58, 0.1);
          border-bottom: solid 1px rgba(228, 28, 58, 0.1);
          font-weight: 700; }
    section div.player-all-time-statistics div.regular-season table tfoot tr.total, section div.player-all-time-statistics div.playoffs table tfoot tr.total, section div.player-all-time-statistics div.pre-season table tfoot tr.total, section div.player-all-time-statistics div.nodata-message table tfoot tr.total {
      line-height: 24px;
      font-weight: 700; }
      section div.player-all-time-statistics div.regular-season table tfoot tr.total td, section div.player-all-time-statistics div.playoffs table tfoot tr.total td, section div.player-all-time-statistics div.pre-season table tfoot tr.total td, section div.player-all-time-statistics div.nodata-message table tfoot tr.total td {
        text-transform: uppercase; }

section div.player-all-time-statistics div.nodata-message h2 {
  padding-top: 30px;
  position: center;
  padding-bottom: 200px;
  font-size: 20px;
  justify-content: center;
  text-align: center; }
  section div.player-all-time-statistics div.nodata-message h2.title-noData {
    font-weight: bold; }

@media screen and (max-width: 850px) {
  section div.player-all-time-statistics div.regular-season table, section div.player-all-time-statistics div.playoffs table, section div.player-all-time-statistics div.pre-season table, section div.player-all-time-statistics div.nodata-message table {
    display: block; } }

section div.player-game-log div.game-log {
  list-style: none;
  margin: 0;
  padding: 0; }
  section div.player-game-log div.game-log section {
    padding: 12px 0; }
  section div.player-game-log div.game-log .title {
    padding-top: 12px; }
  section div.player-game-log div.game-log table {
    overflow-x: auto; }
    section div.player-game-log div.game-log table thead tr th {
      text-transform: uppercase; }
      section div.player-game-log div.game-log table thead tr th .header.left {
        justify-content: start;
        padding-left: 12px; }
    section div.player-game-log div.game-log table tbody tr {
      line-height: 24px; }
      section div.player-game-log div.game-log table tbody tr:hover {
        background-color: var(--grid-row-hover-background-color) !important;
        border-bottom: solid 1px var(--grid-row-hover-background-color);
        color: var(--grid-row-hover-color); }
      section div.player-game-log div.game-log table tbody tr td {
        text-transform: uppercase; }
        section div.player-game-log div.game-log table tbody tr td.first-column, section div.player-game-log div.game-log table tbody tr td.second-column {
          position: sticky;
          left: 0px;
          width: 100px; }
          @media only screen and (max-width: 600px) {
            section div.player-game-log div.game-log table tbody tr td.first-column, section div.player-game-log div.game-log table tbody tr td.second-column {
              max-width: 140px; } }

@media screen and (max-width: 850px) {
  section div.player-game-log div.game-log table {
    display: block; } }

section div.player-statistics-view table tbody tr.player td.team-name img {
  margin-right: 8px;
  width: 24px;
  height: 24px; }

@media (max-width: 767px) {
  section div.player-statistics-view table tbody tr.player td.team-name {
    text-align: center; }
    section div.player-statistics-view table tbody tr.player td.team-name a.name {
      display: none; }
    section div.player-statistics-view table tbody tr.player td.team-name img {
      margin-right: initial; } }

section div.player-list {
  min-height: 80vh; }
  section div.player-list div.filters select {
    text-transform: uppercase; }
  section div.player-list div.search-criteria {
    text-align: center;
    margin-top: 20px; }
  section div.player-list table tbody tr.player {
    line-height: 24px; }
    section div.player-list table tbody tr.player:hover {
      background-color: var(--grid-row-hover-background-color);
      border-bottom: solid 1px var(--grid-row-hover-background-color);
      color: var(--grid-row-hover-color); }

@media (max-width: 991px) {
  section div.player-list div.filters search-input input {
    font-size: 12px; }
  section div.player-list div.filters search-input i.mdi {
    font-size: 18px; }
  section div.player-list div.filters select {
    font-size: 12px; } }

section div.player-stats-multiple-seasons td.name {
  max-width: 180px !important; }

section div.game-players-stats {
  width: 100%;
  background-color: #fff; }
  section div.game-players-stats img {
    width: 48px;
    height: 48px; }
  section div.game-players-stats div.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 12px;
    font-size: 24px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.685); }
  section div.game-players-stats div.padded {
    padding: 0 30px;
    position: relative; }
    section div.game-players-stats div.padded span.location {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 5px;
      margin-right: 10px;
      text-transform: uppercase;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.541); }
    section div.game-players-stats div.padded span.location:hover {
      cursor: pointer; }
    section div.game-players-stats div.padded div.all:last-child {
      margin-top: 25px;
      padding-top: 25px; }
    section div.game-players-stats div.padded div.team {
      display: flex;
      flex-direction: column;
      height: 100%;
      width: 100%;
      overflow-y: hidden; }
      section div.game-players-stats div.padded div.team:last-child {
        padding-top: 12px; }
      section div.game-players-stats div.padded div.team div.team-info {
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.534); }
        section div.game-players-stats div.padded div.team div.team-info:first-child {
          margin-top: 30px; }
        section div.game-players-stats div.padded div.team div.team-info a {
          font-size: 18px;
          color: #000; }
      section div.game-players-stats div.padded div.team table {
        width: 100%; }
        section div.game-players-stats div.padded div.team table thead tr {
          background-color: var(--grid-header-background-color);
          background-image: var(--grid-header-background-image);
          color: var(--grid-header-color);
          border-bottom: solid 3px var(--grid-header-border-bottom-color); }
          section div.game-players-stats div.padded div.team table thead tr th {
            padding: 12px 12px;
            text-transform: uppercase; }
            section div.game-players-stats div.padded div.team table thead tr th:last-child {
              padding-right: 12px; }
        section div.game-players-stats div.padded div.team table tbody tr:hover {
          background-color: var(--grid-row-hover-background-color); }
        section div.game-players-stats div.padded div.team table tbody tr td {
          padding: 12px 12px;
          border-bottom: solid 1px var(--grid-row-hover-background-color);
          text-transform: uppercase; }

section div.result-list {
  min-height: 600px; }
  section div.result-list div.schedule-views {
    margin-bottom: 24px; }
  section div.result-list div.game-results div.no-game {
    padding: 24px;
    text-align: center;
    text-transform: uppercase; }
  section div.result-list div.game-results div.load-more-games {
    margin-bottom: 12px; }
    section div.result-list div.game-results div.load-more-games button {
      width: 100%;
      text-transform: uppercase; }
  section div.result-list div.game-results ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div.result-list div.game-results ul li.date {
      padding: 16px;
      text-align: center; }
      section div.result-list div.game-results ul li.date span {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase; }

@media (max-width: 575px) {
  section div.result-list .container {
    padding: 0 5px; }
  section div.result-list div.game-results {
    padding: 12px 5px !important; }
    section div.result-list div.game-results ul li.date span {
      font-size: 16px; } }

section a.game-details:hover {
  text-decoration: none; }

section a.game-details div.game-results {
  display: flex;
  padding: 12px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); }
  section a.game-details div.game-results div.teams div.game-note {
    padding: 8px 0;
    max-width: 500px; }
    section a.game-details div.game-results div.teams div.game-note span {
      font-size: 12px;
      text-transform: uppercase; }
  section a.game-details div.game-results div.teams div.game-result-info {
    display: flex; }
    section a.game-details div.game-results div.teams div.game-result-info .game-result-teams {
      flex: 1; }
  section a.game-details div.game-results div.teams div.visitor-team, section a.game-details div.game-results div.teams div.local-team {
    display: flex;
    text-transform: uppercase; }
    section a.game-details div.game-results div.teams div.visitor-team img.logo, section a.game-details div.game-results div.teams div.local-team img.logo {
      width: 64px;
      height: 64px; }
    section a.game-details div.game-results div.teams div.visitor-team div.information, section a.game-details div.game-results div.teams div.local-team div.information {
      line-height: 20px;
      margin-left: 8px;
      width: 300px; }
      section a.game-details div.game-results div.teams div.visitor-team div.information.no-division, section a.game-details div.game-results div.teams div.local-team div.information.no-division {
        line-height: 64px;
        padding-top: initial; }
      section a.game-details div.game-results div.teams div.visitor-team div.information span.name, section a.game-details div.game-results div.teams div.local-team div.information span.name {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px; }
      section a.game-details div.game-results div.teams div.visitor-team div.information div.division, section a.game-details div.game-results div.teams div.local-team div.information div.division {
        min-height: 20px; }
        section a.game-details div.game-results div.teams div.visitor-team div.information div.division span.name, section a.game-details div.game-results div.teams div.local-team div.information div.division span.name {
          font-size: 12px; }
    section a.game-details div.game-results div.teams div.visitor-team div.score, section a.game-details div.game-results div.teams div.local-team div.score {
      line-height: 64px;
      width: 64px;
      font-size: 32px;
      text-align: right; }
  section a.game-details div.game-results div.teams div.local-team div.information {
    padding-top: 24px; }
  section a.game-details div.game-results div.teams div.scorers {
    display: none; }
  section a.game-details div.game-results div.time {
    position: relative;
    width: 100px; }
    section a.game-details div.game-results div.time div.final {
      display: flex;
      line-height: 128px;
      text-align: right;
      text-transform: uppercase; }
  section a.game-details div.game-results div.progress-game {
    display: flex;
    align-items: center;
    width: 100px; }
  section a.game-details div.game-results div.summary {
    line-height: 64px;
    margin: 0 24px 0 24px;
    border-left: solid 4px #d2d2d2; }
    section a.game-details div.game-results div.summary div.visitor-team, section a.game-details div.game-results div.summary div.local-team {
      line-height: 16px;
      width: 400px;
      min-height: 64px;
      padding: 12px 0 12px 24px; }
      section a.game-details div.game-results div.summary div.visitor-team div.scorers, section a.game-details div.game-results div.summary div.local-team div.scorers {
        text-transform: uppercase; }
  section a.game-details div.game-results div.game-meta {
    line-height: 64px;
    flex: 1;
    margin: 0 24px 0 24px; }
    section a.game-details div.game-results div.game-meta .game-meta-flexbox {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      height: 100%; }
      section a.game-details div.game-results div.game-meta .game-meta-flexbox .game-meta-info {
        line-height: 18px;
        min-height: 64px;
        padding: 4px 0 4px 4px; }
        section a.game-details div.game-results div.game-meta .game-meta-flexbox .game-meta-info .game-meta-info-gamenumber {
          text-align: end; }
        section a.game-details div.game-results div.game-meta .game-meta-flexbox .game-meta-info .game-meta-info-time {
          font-size: 24px;
          padding-top: 14px;
          padding-bottom: 14px;
          text-align: end; }
        section a.game-details div.game-results div.game-meta .game-meta-flexbox .game-meta-info .game-meta-info-sportcenter {
          text-align: end;
          text-transform: uppercase; }

@media (max-width: 991px) {
  section a.game-details div.game-results div.teams {
    width: 100%; }
    section a.game-details div.game-results div.teams div.visitor-team img.logo, section a.game-details div.game-results div.teams div.local-team img.logo {
      width: 48px;
      height: 48px; }
    section a.game-details div.game-results div.teams div.visitor-team div.information, section a.game-details div.game-results div.teams div.local-team div.information {
      line-height: 20px;
      margin-left: 8px;
      width: 100%; }
      section a.game-details div.game-results div.teams div.visitor-team div.information span.name, section a.game-details div.game-results div.teams div.local-team div.information span.name {
        font-size: 16px; }
      section a.game-details div.game-results div.teams div.visitor-team div.information div.division, section a.game-details div.game-results div.teams div.local-team div.information div.division {
        min-height: 20px; }
        section a.game-details div.game-results div.teams div.visitor-team div.information div.division span.name, section a.game-details div.game-results div.teams div.local-team div.information div.division span.name {
          font-size: 12px; }
    section a.game-details div.game-results div.teams div.visitor-team div.score, section a.game-details div.game-results div.teams div.local-team div.score {
      line-height: 48px;
      width: 48px;
      font-size: 24px; }
    section a.game-details div.game-results div.teams div.local-team div.information {
      padding-top: 12px; }
    section a.game-details div.game-results div.teams div.scorers {
      display: block;
      text-transform: uppercase;
      font-size: 12px; }
  section a.game-details div.game-results div.time {
    width: 70px; }
    section a.game-details div.game-results div.time div.final {
      line-height: 108px; }
  section a.game-details div.game-results div.progress-game {
    width: 100px; }
  section a.game-details div.game-results div.summary {
    display: none; }
  section a.game-details div.game-results div.game-meta {
    flex: unset;
    width: 80%; } }

@media (max-width: 400px) {
  section a.game-details div.game-results div.teams div.visitor-team div.information span.name, section a.game-details div.game-results div.teams div.local-team div.information span.name {
    max-width: 125px !important; } }

@media (max-width: 575px) {
  section a.game-details div.game-results div.teams div.visitor-team img.logo, section a.game-details div.game-results div.teams div.local-team img.logo {
    margin-top: 8px;
    width: 32px;
    height: 32px; }
    section a.game-details div.game-results div.teams div.visitor-team img.logo.no-division, section a.game-details div.game-results div.teams div.local-team img.logo.no-division {
      margin-top: initial; }
  section a.game-details div.game-results div.teams div.visitor-team div.information, section a.game-details div.game-results div.teams div.local-team div.information {
    padding-top: 4px; }
    section a.game-details div.game-results div.teams div.visitor-team div.information.no-division, section a.game-details div.game-results div.teams div.local-team div.information.no-division {
      line-height: 32px;
      padding-top: 0; }
    section a.game-details div.game-results div.teams div.visitor-team div.information span.name, section a.game-details div.game-results div.teams div.local-team div.information span.name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 160px;
      font-size: 14px; }
    section a.game-details div.game-results div.teams div.visitor-team div.information div.division, section a.game-details div.game-results div.teams div.local-team div.information div.division {
      min-height: 20px; }
      section a.game-details div.game-results div.teams div.visitor-team div.information div.division span.name, section a.game-details div.game-results div.teams div.local-team div.information div.division span.name {
        font-size: 11px; }
  section a.game-details div.game-results div.teams div.visitor-team div.score, section a.game-details div.game-results div.teams div.local-team div.score {
    line-height: 48px;
    font-size: 20px; }
    section a.game-details div.game-results div.teams div.visitor-team div.score.no-division, section a.game-details div.game-results div.teams div.local-team div.score.no-division {
      line-height: 32px; }
  section a.game-details div.game-results div.time div.final {
    line-height: 96px;
    font-size: 12px; }
    section a.game-details div.game-results div.time div.final.no-division {
      line-height: 64px; }
  section a.game-details div.game-results div.progress-game {
    font-size: 12px; }
  section a.game-details div.game-results div.game-meta {
    flex: unset;
    width: 80%; }
    section a.game-details div.game-results div.game-meta .game-meta-flexbox .game-meta-info .game-meta-info-gamenumber {
      text-align: end;
      font-size: 12px; }
    section a.game-details div.game-results div.game-meta .game-meta-flexbox .game-meta-info .game-meta-info-time {
      font-size: 20px;
      padding-top: 8px;
      padding-bottom: 8px;
      text-align: end; }
    section a.game-details div.game-results div.game-meta .game-meta-flexbox .game-meta-info .game-meta-info-sportcenter {
      font-size: 12px; } }

section div.schedule div.schedule-views {
  margin-bottom: 24px; }

section div.schedule-view {
  display: flex;
  margin-bottom: 15px; }
  section div.schedule-view div.today, section div.schedule-view div.views {
    display: inline;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); }
    section div.schedule-view div.today .btn.btn-light, section div.schedule-view div.views .btn.btn-light {
      z-index: 0;
      color: #a8a8a8;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      white-space: nowrap; }
      section div.schedule-view div.today .btn.btn-light.active, section div.schedule-view div.views .btn.btn-light.active {
        background-color: var(--button-primary-background-color) !important;
        background-image: var(--button-primary-background-image) !important;
        border-color: var(--button-primary-border-color) !important;
        color: var(--button-primary-color) !important; }
  section div.schedule-view div.today {
    margin-right: 12px; }

@media (max-width: 1199px) {
  section div.schedule-view div.today .btn.btn-light, section div.schedule-view div.views .btn.btn-light {
    font-size: 10px; } }

section div.schedule-actions div.actions {
  display: inline-flex;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); }

section div.schedule-filters {
  margin-bottom: 24px; }

@media (max-width: 767px) {
  section div.schedule-filters div.teams, section div.schedule-filters div.facilities {
    margin-top: 16px; } }

section div.schedule-navigation {
  border-bottom: solid 1px #d7d7d7; }
  section div.schedule-navigation ul.date-selector {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    margin: auto;
    padding: 0;
    width: 70%; }
    section div.schedule-navigation ul.date-selector li.date {
      font-size: 18px;
      text-transform: uppercase;
      text-align: center; }
      section div.schedule-navigation ul.date-selector li.date.navigation a span.mdi {
        font-size: 20px; }
      section div.schedule-navigation ul.date-selector li.date.center {
        line-height: 28px;
        border-bottom: solid 3px var(--button-primary-background-color); }
      section div.schedule-navigation ul.date-selector li.date a:hover {
        text-decoration: none; }

@media (max-width: 767px) {
  section div.schedule-navigation ul.date-selector {
    width: 100%; }
    section div.schedule-navigation ul.date-selector li.date {
      font-size: 14px; } }

section div.schedule-game {
  padding: 12px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); }
  section div.schedule-game div.details {
    display: flex;
    justify-content: space-between;
    color: #8e8e8e;
    text-transform: uppercase; }
    section div.schedule-game div.details div.game-information {
      width: 33%; }
    section div.schedule-game div.details div.game-note {
      width: 33%; }
  section div.schedule-game div.teams {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px; }
    section div.schedule-game div.teams div.team {
      display: flex;
      width: 45%; }
      section div.schedule-game div.teams div.team.away a img.logo {
        margin-right: 8px; }
      section div.schedule-game div.teams div.team.home {
        justify-content: flex-end;
        text-align: right; }
        section div.schedule-game div.teams div.team.home a img.logo {
          margin-left: 8px; }
      section div.schedule-game div.teams div.team a img.logo {
        width: 48px;
        height: 48px; }
      section div.schedule-game div.teams div.team div.information {
        padding-top: 6px;
        line-height: 16px; }
        section div.schedule-game div.teams div.team div.information div.division span {
          font-size: 12px;
          font-weight: 500;
          text-transform: uppercase;
          color: #848484; }
        section div.schedule-game div.teams div.team div.information div.name a {
          font-weight: 700;
          text-transform: uppercase; }
    section div.schedule-game div.teams div.game-information {
      width: 10%; }
      section div.schedule-game div.teams div.game-information div.results {
        display: flex;
        justify-content: space-around;
        line-height: 18px;
        width: 100%; }
        section div.schedule-game div.teams div.game-information div.results span {
          font-size: 18px;
          font-weight: 700; }
          section div.schedule-game div.teams div.game-information div.results span.at {
            font-size: 14px;
            font-weight: 300;
            color: #848484; }
      section div.schedule-game div.teams div.game-information div.status {
        line-height: 30px;
        text-align: center;
        text-transform: uppercase; }
  section div.schedule-game div.actions {
    display: flex;
    justify-content: space-between; }
    section div.schedule-game div.actions a {
      font-size: 12px;
      text-transform: uppercase; }

@media (max-width: 575px) {
  section div.schedule-game div.details {
    font-size: 12px; }
    section div.schedule-game div.details div.game-note {
      padding: 8px 0;
      width: 100%; }
    section div.schedule-game div.details div.facility {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 180px; }
  section div.schedule-game div.teams {
    display: initial;
    margin-bottom: 12px; }
    section div.schedule-game div.teams div.team {
      display: flex;
      width: 100%;
      line-height: 48px; }
      section div.schedule-game div.teams div.team img.logo {
        display: block;
        margin: 8px 8px 0 0;
        width: 32px;
        height: 32px; }
      section div.schedule-game div.teams div.team.home {
        justify-content: initial;
        text-align: left; }
      section div.schedule-game div.teams div.team div.information div.division span {
        font-size: 10px; }
      section div.schedule-game div.teams div.team div.information div.name span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 210px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase; }
      section div.schedule-game div.teams div.team div.result {
        display: flex;
        justify-content: flex-end;
        width: 100%; }
        section div.schedule-game div.teams div.team div.result span {
          font-weight: 700; }
    section div.schedule-game div.teams div.game-information {
      width: 100%;
      height: 18px;
      text-align: right; }
      section div.schedule-game div.teams div.game-information div.status {
        line-height: initial;
        text-align: right; }
        section div.schedule-game div.teams div.game-information div.status span {
          font-size: 11px; } }

section div.schedule-event {
  padding: 12px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); }
  section div.schedule-event div.details {
    display: flex;
    justify-content: space-between;
    color: #8e8e8e;
    text-transform: uppercase; }
    section div.schedule-event div.details div.event-information {
      width: 33%; }
    section div.schedule-event div.details div.event-note {
      width: 33%; }
  section div.schedule-event div.title {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0; }
  section div.schedule-event div.teams {
    display: flex;
    margin-bottom: 12px;
    flex-wrap: wrap; }
    section div.schedule-event div.teams div.team {
      display: flex;
      min-width: 250px;
      align-items: center; }
      section div.schedule-event div.teams div.team a img.logo {
        width: 48px;
        height: 48px; }
      section div.schedule-event div.teams div.team div.information {
        height: auto; }
        section div.schedule-event div.teams div.team div.information div.division span {
          font-size: 12px;
          font-weight: 500;
          text-transform: uppercase;
          color: #848484; }
        section div.schedule-event div.teams div.team div.information div.name a {
          font-weight: 700;
          text-transform: uppercase; }
    section div.schedule-event div.teams div.event-information {
      width: 10%; }
      section div.schedule-event div.teams div.event-information div.results {
        display: flex;
        justify-content: space-around;
        line-height: 18px;
        width: 100%; }
        section div.schedule-event div.teams div.event-information div.results span {
          font-size: 18px;
          font-weight: 700; }
          section div.schedule-event div.teams div.event-information div.results span.at {
            font-size: 14px;
            font-weight: 300;
            color: #848484; }
      section div.schedule-event div.teams div.event-information div.status {
        line-height: 30px;
        text-align: center;
        text-transform: uppercase; }

@media (max-width: 575px) {
  section div.schedule-event div.details {
    font-size: 12px; }
    section div.schedule-event div.details div.event-note {
      padding: 8px 0;
      width: 100%; }
    section div.schedule-event div.details div.facility {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 180px; }
  section div.schedule-event div.teams {
    display: initial;
    margin-bottom: 12px; }
    section div.schedule-event div.teams div.team {
      display: flex;
      width: 100%;
      line-height: 48px; }
      section div.schedule-event div.teams div.team img.logo {
        display: block;
        margin: 8px 8px 0 0;
        width: 32px;
        height: 32px; }
      section div.schedule-event div.teams div.team div.information div.division span {
        font-size: 10px; }
      section div.schedule-event div.teams div.team div.information div.name span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 210px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase; }
      section div.schedule-event div.teams div.team div.result {
        display: flex;
        justify-content: flex-end;
        width: 100%; }
        section div.schedule-event div.teams div.team div.result span {
          font-weight: 700; }
    section div.schedule-event div.teams div.event-information {
      width: 100%;
      height: 18px;
      text-align: right; }
      section div.schedule-event div.teams div.event-information div.status {
        line-height: initial;
        text-align: right; }
        section div.schedule-event div.teams div.event-information div.status span {
          font-size: 11px; } }

section div.schedule-page share-button {
  position: absolute;
  top: 5px;
  right: 10px; }

section div.schedule-list div.schedule-games ul.schedule-games {
  list-style: none;
  margin: 0;
  padding: 0; }
  section div.schedule-list div.schedule-games ul.schedule-games li.date {
    padding: 16px;
    text-align: center; }
    section div.schedule-list div.schedule-games ul.schedule-games li.date span {
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase; }

section div.schedule-list div.schedule-games div.no-games {
  padding: 48px;
  min-height: 400px;
  text-align: center; }
  section div.schedule-list div.schedule-games div.no-games span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }

section div.schedule-list div.schedule-games div.load-more-games {
  margin-bottom: 12px; }
  section div.schedule-list div.schedule-games div.load-more-games button {
    width: 100%;
    text-transform: uppercase; }

@media (max-width: 575px) {
  section div.schedule-list div.schedule-games ul.schedule-games li.date span {
    font-size: 16px; } }

section.scores {
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5); }
  section.scores:hover ul.navigation {
    opacity: 1; }
  section.scores div.bargame {
    position: absolute;
    display: flex;
    transition: all 0.9s ease-out;
    left: 0; }
    section.scores div.bargame ul {
      list-style: none;
      margin: 0;
      padding: 0;
      height: 100px; }
      section.scores div.bargame ul.games {
        /*position: absolute;*/
        display: flex; }
        section.scores div.bargame ul.games li {
          line-height: 100px;
          border-right: 1px solid #d2d2d2; }
          section.scores div.bargame ul.games li.date {
            display: flex;
            line-height: 18px;
            min-width: 48px;
            max-width: 48px;
            width: 48px;
            padding: 0 8px;
            align-items: center;
            text-transform: uppercase;
            text-align: center;
            font-weight: 600;
            background-color: #f7f7f7; }
          section.scores div.bargame ul.games li.score {
            display: flex;
            position: relative;
            padding: 20px 16px;
            width: 240px;
            background-color: #ffffff; }
            section.scores div.bargame ul.games li.score:hover .scores-game section.game-information {
              opacity: 0.8; }
            section.scores div.bargame ul.games li.score .scores-game {
              width: 100%;
              display: flex; }
              section.scores div.bargame ul.games li.score .scores-game section.game-information {
                position: absolute;
                display: flex;
                top: 0;
                left: 0;
                width: 100%;
                height: 100px;
                line-height: 50px;
                opacity: 0;
                background-color: #000000; }
                section.scores div.bargame ul.games li.score .scores-game section.game-information div.game-lineups, section.scores div.bargame ul.games li.score .scores-game section.game-information div.game-results {
                  line-height: 60px;
                  width: 100%;
                  padding: 20px;
                  text-align: center;
                  color: #ffffff;
                  font-size: 12px;
                  text-transform: uppercase; }
                  section.scores div.bargame ul.games li.score .scores-game section.game-information div.game-lineups a, section.scores div.bargame ul.games li.score .scores-game section.game-information div.game-results a {
                    color: #ececec; }
                    section.scores div.bargame ul.games li.score .scores-game section.game-information div.game-lineups a:hover, section.scores div.bargame ul.games li.score .scores-game section.game-information div.game-results a:hover {
                      color: #ffffff; }
                section.scores div.bargame ul.games li.score .scores-game section.game-information div.game-location {
                  color: #ececec; }
                section.scores div.bargame ul.games li.score .scores-game section.game-information span.mdi {
                  font-size: 24px; }
              section.scores div.bargame ul.games li.score .scores-game section.teams div.visitor-team a.logo {
                padding-top: 4px; }
              section.scores div.bargame ul.games li.score .scores-game section.teams div.visitor-team div.team {
                padding-top: 5px; }
              section.scores div.bargame ul.games li.score .scores-game section.teams div.visitor-team, section.scores div.bargame ul.games li.score .scores-game section.teams div.local-team {
                display: flex;
                line-height: 24px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 150px;
                height: 30px; }
                section.scores div.bargame ul.games li.score .scores-game section.teams div.visitor-team a.logo img, section.scores div.bargame ul.games li.score .scores-game section.teams div.local-team a.logo img {
                  width: 24px;
                  height: 24px; }
                section.scores div.bargame ul.games li.score .scores-game section.teams div.visitor-team div.team, section.scores div.bargame ul.games li.score .scores-game section.teams div.local-team div.team {
                  display: inline;
                  text-transform: uppercase;
                  margin-left: 4px;
                  max-width: 120px; }
                  section.scores div.bargame ul.games li.score .scores-game section.teams div.visitor-team div.team a.name, section.scores div.bargame ul.games li.score .scores-game section.teams div.local-team div.team a.name {
                    display: block;
                    line-height: 26px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis; }
                  section.scores div.bargame ul.games li.score .scores-game section.teams div.visitor-team div.team div.division, section.scores div.bargame ul.games li.score .scores-game section.teams div.local-team div.team div.division {
                    line-height: 0;
                    font-size: 10px; }
              section.scores div.bargame ul.games li.score .scores-game section.game-status {
                width: 60px; }
                section.scores div.bargame ul.games li.score .scores-game section.game-status div.game-time {
                  line-height: 15px;
                  padding: 18px 0 18px 8px;
                  text-align: right; }
                  section.scores div.bargame ul.games li.score .scores-game section.game-status div.game-time span {
                    font-size: 12px;
                    font-weight: 600; }
                section.scores div.bargame ul.games li.score .scores-game section.game-status div.game-score {
                  line-height: 22px; }
                  section.scores div.bargame ul.games li.score .scores-game section.game-status div.game-score div.visitor-score, section.scores div.bargame ul.games li.score .scores-game section.game-status div.game-score div.local-score {
                    line-height: 18px;
                    font-size: 16px;
                    font-weight: 700;
                    text-align: right; }
                  section.scores div.bargame ul.games li.score .scores-game section.game-status div.game-score div.status {
                    letter-spacing: -0.5px;
                    text-align: right;
                    font-size: 11px; }
              section.scores div.bargame ul.games li.score .scores-game div.game-note, section.scores div.bargame ul.games li.score .scores-game div.game-status-indicator {
                position: absolute;
                left: 0;
                width: 239px; }
              section.scores div.bargame ul.games li.score .scores-game div.game-note {
                bottom: -40px;
                padding: 0 8px;
                text-align: center;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
                section.scores div.bargame ul.games li.score .scores-game div.game-note span {
                  font-size: 12px;
                  text-transform: uppercase; }
              section.scores div.bargame ul.games li.score .scores-game div.game-status-indicator {
                position: absolute;
                bottom: 0;
                height: 4px;
                background-color: #08a222; }
      section.scores div.bargame ul.navigation {
        opacity: 0; }
        section.scores div.bargame ul.navigation li {
          position: absolute;
          min-width: 48px;
          max-width: 48px;
          width: 48px;
          line-height: 100px;
          height: 100px;
          padding: 0 8px;
          align-items: center;
          font-size: 32px;
          text-align: center;
          background-color: #ffffff; }
          section.scores div.bargame ul.navigation li.previous-game {
            left: 0;
            border-left: initial;
            border-right: 1px solid #d2d2d2; }
          section.scores div.bargame ul.navigation li.next-game {
            right: 48px;
            border-left: 1px solid #d2d2d2;
            border-right: initial; }
          section.scores div.bargame ul.navigation li.calendar {
            right: 0;
            font-size: 22px;
            border-left: 1px solid #d2d2d2;
            border-right: initial; }
  section.scores ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100px; }
    section.scores ul.navigation {
      opacity: 0; }
      section.scores ul.navigation li {
        position: absolute;
        min-width: 48px;
        max-width: 48px;
        width: 48px;
        line-height: 100px;
        height: 100px;
        padding: 0 8px;
        align-items: center;
        font-size: 32px;
        text-align: center;
        background-color: #ffffff; }
        section.scores ul.navigation li.previous-game {
          left: 0;
          border-left: initial;
          border-right: 1px solid #d2d2d2; }
        section.scores ul.navigation li.next-game {
          right: 48px;
          border-left: 1px solid #d2d2d2;
          border-right: initial; }
        section.scores ul.navigation li.calendar {
          right: 0;
          font-size: 22px;
          border-left: 1px solid #d2d2d2;
          border-right: initial; }

section div.social-medias {
  background-color: #ffffff; }
  section div.social-medias section.social-media-content {
    padding-bottom: 8px;
    text-align: center; }
    section div.social-medias section.social-media-content ul.nav-pills {
      margin: 0 0 8px 0;
      padding: 0px 4px; }
      section div.social-medias section.social-media-content ul.nav-pills li.nav-item {
        width: 50%; }
        section div.social-medias section.social-media-content ul.nav-pills li.nav-item a.nav-link {
          border-radius: initial; }
          section div.social-medias section.social-media-content ul.nav-pills li.nav-item a.nav-link.active {
            color: white;
            border-bottom: 0px; }
            section div.social-medias section.social-media-content ul.nav-pills li.nav-item a.nav-link.active.facebook {
              background-color: #3b5998; }
            section div.social-medias section.social-media-content ul.nav-pills li.nav-item a.nav-link.active.twitter {
              background-color: #1da1f2; }
          section div.social-medias section.social-media-content ul.nav-pills li.nav-item a.nav-link .social-media-brand {
            display: flex;
            align-items: center;
            justify-content: center; }
    section div.social-medias section.social-media-content div.tab-content div.tab-pane {
      max-height: 500px; }
    section div.social-medias section.social-media-content div.twitter-container div.ngtweet-wrapper {
      overflow-y: auto;
      max-height: 500px; }

section div.social-medias {
  background-color: #ffffff; }
  section div.social-medias ul.social-media-icons {
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    margin: 0;
    padding: 16px;
    background-color: #ffffff; }
    section div.social-medias ul.social-media-icons li {
      text-align: center; }
      section div.social-medias ul.social-media-icons li a {
        display: inline-block;
        margin: 4px 8px;
        text-align: center; }
        section div.social-medias ul.social-media-icons li a.icon {
          position: relative;
          height: 50px;
          width: 50px;
          line-height: 50px;
          border-radius: 50%;
          font-size: 24px;
          cursor: pointer; }
          section div.social-medias ul.social-media-icons li a.icon:before {
            margin: 2px 0 0 4px; }
          section div.social-medias ul.social-media-icons li a.icon:after {
            pointer-events: none;
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            content: '';
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            top: 0;
            left: 0;
            padding: 0;
            border: 2px solid #000000;
            -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
            -webkit-transform: scale(0.9);
            -moz-transition: -moz-transform 0.2s, opacity 0.2s;
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transition: transform 0.2s, opacity 0.2s;
            transform: scale(0.9);
            opacity: 80; }
          section div.social-medias ul.social-media-icons li a.icon:hover:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
          section div.social-medias ul.social-media-icons li a.icon:hover.mdi-facebook {
            color: #3b5998; }
            section div.social-medias ul.social-media-icons li a.icon:hover.mdi-facebook:after {
              border-color: #3b5998; }
          section div.social-medias ul.social-media-icons li a.icon:hover.mdi-twitter {
            color: #1da1f2; }
            section div.social-medias ul.social-media-icons li a.icon:hover.mdi-twitter:after {
              border-color: #1da1f2; }
          section div.social-medias ul.social-media-icons li a.icon:hover.mdi-instagram {
            color: #bc2a8d; }
            section div.social-medias ul.social-media-icons li a.icon:hover.mdi-instagram:after {
              border-color: #bc2a8d; }
          section div.social-medias ul.social-media-icons li a.icon:hover.mdi-youtube {
            color: #c4302b; }
            section div.social-medias ul.social-media-icons li a.icon:hover.mdi-youtube:after {
              border-color: #c4302b; }
          section div.social-medias ul.social-media-icons li a.icon .name {
            display: block;
            line-height: 31px;
            text-transform: uppercase;
            font-size: 10.5px; }

section div.statistics share-button {
  position: absolute;
  top: 5px;
  right: 10px; }

section div.statistics ul.nav-pills {
  border-bottom: solid 1px #d7d7d7; }
  section div.statistics ul.nav-pills li.nav-item a.nav-link {
    cursor: pointer; }
    section div.statistics ul.nav-pills li.nav-item a.nav-link.active {
      background-color: initial;
      background-image: initial;
      color: initial;
      border-bottom: solid 3px var(--button-primary-background-color); }

section div.statistics ul.lineup {
  list-style: none;
  margin: 0;
  padding: 0; }

section div.leader div.player {
  text-align: center;
  margin-top: 32px; }
  section div.leader div.player a.avatar img {
    width: 128px;
    height: 128px;
    border-radius: 50%; }
  section div.leader div.player div.information {
    display: flex;
    justify-content: center;
    margin-top: 8px; }
    section div.leader div.player div.information span {
      font-weight: 700; }
      section div.leader div.player div.information span.number-wrapper {
        line-height: 36px;
        padding-right: 8px;
        font-size: 12px; }
        section div.leader div.player div.information span.number-wrapper span.number {
          font-size: 18px; }
      section div.leader div.player div.information span.name-wrapper {
        line-height: 18px;
        padding-left: 8px;
        border-left: solid 1px #d7d7d7;
        text-align: left;
        font-size: 18px;
        text-transform: uppercase; }
        section div.leader div.player div.information span.name-wrapper span.firstname {
          display: block; }

section ul.leader-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  section ul.leader-list li.player:hover {
    cursor: pointer; }
  section ul.leader-list li.player.active span {
    font-weight: 700; }
  section ul.leader-list li.player.active div.statistic-gauge div.gauge {
    background-color: var(--button-primary-background-color); }
  section ul.leader-list li.player span.name {
    font-size: 11px;
    text-transform: uppercase; }
  section ul.leader-list li.player div.statistic-gauge {
    display: flex;
    justify-content: space-between;
    line-height: 8px; }
    section ul.leader-list li.player div.statistic-gauge div.gauge {
      width: 100%;
      height: 8px;
      background-color: #d7d7d7;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    section ul.leader-list li.player div.statistic-gauge span.value {
      margin-left: 8px;
      font-size: 11px; }

section div.leaders-view {
  padding-bottom: 24px; }
  section div.leaders-view div.offensive-leaders, section div.leaders-view div.goaltending-leaders, section div.leaders-view div.goalkeeper-leaders, section div.leaders-view div.pitcher-leaders {
    margin: 18px 0; }
    section div.leaders-view div.offensive-leaders h1.title, section div.leaders-view div.goaltending-leaders h1.title, section div.leaders-view div.goalkeeper-leaders h1.title, section div.leaders-view div.pitcher-leaders h1.title {
      margin: 0;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase; }
  section div.leaders-view div.goaltending-leaders, section div.leaders-view div.goalkeeper-leaders {
    margin-top: 24px; }
  section div.leaders-view div.statistic h4 span {
    font-size: 18px;
    text-transform: uppercase; }
  section div.leaders-view div.statistic div.players {
    display: flex; }
    section div.leaders-view div.statistic div.players leader,
    section div.leaders-view div.statistic div.players leader-list {
      display: block;
      width: 50%; }
  section div.leaders-view div.no-statistic {
    padding: 48px; }
    section div.leaders-view div.no-statistic span {
      text-transform: uppercase; }

@media (max-width: 767px) {
  section div.goaler-statistics-view table tbody tr.goaler td.team-name {
    text-align: center; }
    section div.goaler-statistics-view table tbody tr.goaler td.team-name a.name {
      display: none; }
    section div.goaler-statistics-view table tbody tr.goaler td.team-name img {
      margin-right: initial; } }

section div.player-statistics-view table tbody tr.player td.team-name img {
  margin-right: 8px;
  width: 24px;
  height: 24px; }

@media (max-width: 767px) {
  section div.player-statistics-view table tbody tr.player td.team-name {
    text-align: center; }
    section div.player-statistics-view table tbody tr.player td.team-name a.name {
      display: none; }
    section div.player-statistics-view table tbody tr.player td.team-name img {
      margin-right: initial; } }

section div.suspension-statistics-view table thead tr th.name, section div.suspension-statistics-view table thead tr th.team-name {
  width: 200px; }

section div.suspension-statistics-view table thead tr th.number-of-game {
  min-width: 100px; }

section div.suspension-statistics-view table thead tr th.end {
  min-width: 170px; }

section div.suspension-statistics-view table thead tr th.description {
  min-width: 200px; }

section div.suspension-statistics-view table tbody tr.suspension td.name, section div.suspension-statistics-view table tbody tr.suspension td.team-name {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  max-width: 200px; }

@media (max-width: 575px) {
  section div.suspension-statistics-view table thead tr th.name, section div.suspension-statistics-view table thead tr th.team-name {
    width: 200px; }
  section div.suspension-statistics-view table thead tr th.number-of-game {
    min-width: 80px; }
  section div.suspension-statistics-view table thead tr th.end {
    min-width: 130px; }
  section div.suspension-statistics-view table thead tr th.description {
    min-width: 200px; } }

section div.team-statistics div.regular-season, section div.team-statistics div.playoffs, section div.team-statistics div.pre-season, section div.team-statistics div.nodata-message {
  overflow-x: auto; }
  section div.team-statistics div.regular-season header, section div.team-statistics div.playoffs header, section div.team-statistics div.pre-season header, section div.team-statistics div.nodata-message header {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  section div.team-statistics div.regular-season p.categories, section div.team-statistics div.playoffs p.categories, section div.team-statistics div.pre-season p.categories, section div.team-statistics div.nodata-message p.categories {
    font-weight: bold;
    margin: 0; }
  section div.team-statistics div.regular-season p.seasonType, section div.team-statistics div.playoffs p.seasonType, section div.team-statistics div.pre-season p.seasonType, section div.team-statistics div.nodata-message p.seasonType {
    font-weight: bold; }
  section div.team-statistics div.regular-season table thead tr th:last-child, section div.team-statistics div.playoffs table thead tr th:last-child, section div.team-statistics div.pre-season table thead tr th:last-child, section div.team-statistics div.nodata-message table thead tr th:last-child {
    padding-right: 12px; }
  section div.team-statistics div.regular-season table thead tr th.sortable:hover, section div.team-statistics div.playoffs table thead tr th.sortable:hover, section div.team-statistics div.pre-season table thead tr th.sortable:hover, section div.team-statistics div.nodata-message table thead tr th.sortable:hover {
    cursor: pointer; }
  section div.team-statistics div.regular-season table thead tr th.sortable div.header, section div.team-statistics div.playoffs table thead tr th.sortable div.header, section div.team-statistics div.pre-season table thead tr th.sortable div.header, section div.team-statistics div.nodata-message table thead tr th.sortable div.header {
    display: flex;
    justify-content: center;
    line-height: 24px; }
    section div.team-statistics div.regular-season table thead tr th.sortable div.header div.sort-order, section div.team-statistics div.playoffs table thead tr th.sortable div.header div.sort-order, section div.team-statistics div.pre-season table thead tr th.sortable div.header div.sort-order, section div.team-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order {
      line-height: 12px;
      margin-left: 4px;
      width: 14px; }
      section div.team-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span, section div.team-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span, section div.team-statistics div.pre-season table thead tr th.sortable div.header div.sort-order span, section div.team-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span {
        color: rgba(255, 255, 255, 0.5); }
        section div.team-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span.descending, section div.team-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span.descending, section div.team-statistics div.pre-season table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-statistics div.pre-season table thead tr th.sortable div.header div.sort-order span.descending, section div.team-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span.descending {
          color: #ffffff; }
  section div.team-statistics div.regular-season table tbody tr.season, section div.team-statistics div.playoffs table tbody tr.season, section div.team-statistics div.pre-season table tbody tr.season, section div.team-statistics div.nodata-message table tbody tr.season {
    line-height: 24px; }
    section div.team-statistics div.regular-season table tbody tr.season:hover, section div.team-statistics div.playoffs table tbody tr.season:hover, section div.team-statistics div.pre-season table tbody tr.season:hover, section div.team-statistics div.nodata-message table tbody tr.season:hover {
      background-color: var(--grid-row-hover-background-color);
      border-bottom: solid 1px var(--grid-row-hover-background-color);
      color: var(--grid-row-hover-color); }
    section div.team-statistics div.regular-season table tbody tr.season td, section div.team-statistics div.playoffs table tbody tr.season td, section div.team-statistics div.pre-season table tbody tr.season td, section div.team-statistics div.nodata-message table tbody tr.season td {
      text-transform: uppercase; }
      section div.team-statistics div.regular-season table tbody tr.season td.name, section div.team-statistics div.regular-season table tbody tr.season td.team-name, section div.team-statistics div.playoffs table tbody tr.season td.name, section div.team-statistics div.playoffs table tbody tr.season td.team-name, section div.team-statistics div.pre-season table tbody tr.season td.name, section div.team-statistics div.pre-season table tbody tr.season td.team-name, section div.team-statistics div.nodata-message table tbody tr.season td.name, section div.team-statistics div.nodata-message table tbody tr.season td.team-name {
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 250px;
        max-width: 250px; }
      section div.team-statistics div.regular-season table tbody tr.season td.sort, section div.team-statistics div.playoffs table tbody tr.season td.sort, section div.team-statistics div.pre-season table tbody tr.season td.sort, section div.team-statistics div.nodata-message table tbody tr.season td.sort {
        background-color: rgba(228, 28, 58, 0.1);
        border-bottom: solid 1px rgba(228, 28, 58, 0.1);
        font-weight: 700; }
  section div.team-statistics div.regular-season table tfoot tr.total, section div.team-statistics div.playoffs table tfoot tr.total, section div.team-statistics div.pre-season table tfoot tr.total, section div.team-statistics div.nodata-message table tfoot tr.total {
    line-height: 24px;
    font-weight: 700; }
    section div.team-statistics div.regular-season table tfoot tr.total td, section div.team-statistics div.playoffs table tfoot tr.total td, section div.team-statistics div.pre-season table tfoot tr.total td, section div.team-statistics div.nodata-message table tfoot tr.total td {
      text-transform: uppercase; }

section div.team-statistics div.nodata-message h2 {
  padding-top: 30px;
  position: center;
  padding-bottom: 200px;
  font-size: 20px;
  justify-content: center;
  text-align: center; }
  section div.team-statistics div.nodata-message h2.title-noData {
    font-weight: bold; }

section div.player-leaders {
  background-color: #ffffff; }
  section div.player-leaders div.goaltenders {
    margin-top: 20px; }
  section div.player-leaders header span {
    font-size: 16px;
    text-transform: uppercase; }
  section div.player-leaders div.all-leaders {
    margin-top: 8px;
    text-align: right; }
    section div.player-leaders div.all-leaders i.mdi-arrow-right {
      vertical-align: middle; }
  section div.player-leaders ul.list {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div.player-leaders ul.list li.no-goaltender {
      line-height: 48px;
      text-align: center;
      text-transform: uppercase; }
    section div.player-leaders ul.list li div.top-leader {
      display: flex;
      margin-bottom: 16px;
      margin-top: 16px; }
      section div.player-leaders ul.list li div.top-leader .avatar {
        text-align: center;
        width: 45%;
        padding-right: 12px; }
        section div.player-leaders ul.list li div.top-leader .avatar .inner-wrapper img {
          border: 1px solid #a8a8a8;
          max-width: 100%;
          border-radius: 50%; }
      section div.player-leaders ul.list li div.top-leader .information {
        width: 50%; }
        section div.player-leaders ul.list li div.top-leader .information .inner-wrapper {
          position: relative;
          padding-left: 16px; }
          section div.player-leaders ul.list li div.top-leader .information .inner-wrapper::before {
            background-color: #b01631;
            content: "";
            width: 2px;
            height: 100%;
            position: absolute;
            left: 0; }
          section div.player-leaders ul.list li div.top-leader .information .inner-wrapper div.points span.digit {
            font-size: 28px;
            font-weight: 600; }
          section div.player-leaders ul.list li div.top-leader .information .inner-wrapper div.points span.text {
            font-size: 12px;
            text-transform: uppercase; }
          section div.player-leaders ul.list li div.top-leader .information .inner-wrapper div.position {
            margin: 4px 0;
            font-weight: 700;
            text-transform: uppercase; }
          section div.player-leaders ul.list li div.top-leader .information .inner-wrapper div.city {
            display: flex;
            align-items: center; }
            section div.player-leaders ul.list li div.top-leader .information .inner-wrapper div.city a.logo:hover {
              text-decoration: none; }
            section div.player-leaders ul.list li div.top-leader .information .inner-wrapper div.city a.logo img {
              max-height: 36px;
              width: auto;
              margin-left: 0; }
            section div.player-leaders ul.list li div.top-leader .information .inner-wrapper div.city a.text {
              margin-left: 8px;
              font-size: 12px;
              font-weight: 300;
              text-transform: uppercase; }
            section div.player-leaders ul.list li div.top-leader .information .inner-wrapper div.city a.team-name {
              flex: 1;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              padding-left: 4px; }
    section div.player-leaders ul.list li div.leaders {
      display: flex;
      justify-content: space-between;
      line-height: 40px;
      padding-bottom: initial;
      border-top: 1px solid #ccc; }
      section div.player-leaders ul.list li div.leaders span {
        color: rgba(0, 0, 0, 0.7);
        font-size: 12px; }
      section div.player-leaders ul.list li div.leaders div.name {
        font-size: 12px;
        width: 140px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      section div.player-leaders ul.list li div.leaders .team img.logo {
        width: 32px;
        height: 32px; }
      section div.player-leaders ul.list li div.leaders .points {
        text-align: right; }
        section div.player-leaders ul.list li div.leaders .points span {
          text-transform: uppercase;
          font-weight: bold; }

section div.suspension-list table thead tr th.name, section div.suspension-list table thead tr th.team-name {
  width: 200px; }

section div.suspension-list table thead tr th.number-of-game {
  min-width: 100px; }

section div.suspension-list table thead tr th.end {
  min-width: 170px; }

section div.suspension-list table thead tr th.description {
  min-width: 200px; }

section div.suspension-list table tbody tr.suspension td.name, section div.suspension-list table tbody tr.suspension td.team-name {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  max-width: 200px; }

@media (max-width: 575px) {
  section div.suspension-list table thead tr th.name, section div.suspension-list table thead tr th.team-name {
    width: 200px; }
  section div.suspension-list table thead tr th.number-of-game {
    min-width: 80px; }
  section div.suspension-list table thead tr th.end {
    min-width: 130px; }
  section div.suspension-list table thead tr th.description {
    min-width: 200px; } }

section div.team-details .tab-pane {
  overflow: visible; }

section div.team-details div.team {
  display: flex; }
  section div.team-details div.team img.logo {
    margin-right: 16px;
    width: 128px;
    height: 128px;
    border: solid 1px #a8a8a8;
    border-radius: 50%; }
  section div.team-details div.team h1.name {
    line-height: 128px;
    font-size: 32px;
    text-transform: uppercase; }

section div.team-details ul.nav-pills {
  border-bottom: solid 1px #d7d7d7; }
  section div.team-details ul.nav-pills li.nav-item a.nav-link {
    cursor: pointer; }
    section div.team-details ul.nav-pills li.nav-item a.nav-link.active {
      background-color: initial;
      background-image: initial;
      color: initial;
      border-bottom: solid 3px var(--button-primary-background-color); }

section div.team-details ul.lineup {
  list-style: none;
  margin: 0;
  padding: 0; }

@media (max-width: 991px) {
  section div.team-details div.team img.logo {
    margin-right: 12px;
    width: 64px;
    height: 64px;
    border: solid 1px #a8a8a8;
    border-radius: 50%; }
  section div.team-details div.team h1.name {
    line-height: 64px;
    font-size: 16px;
    text-transform: uppercase; }
  section div.team-details ul.nav-pills li.nav-item a.nav-link {
    font-size: 12px; } }

section div.team-all-time-statistics div.regular-season header, section div.team-all-time-statistics div.playoffs header, section div.team-all-time-statistics div.pre-seasons header, section div.team-all-time-statistics div.nodata-message header {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

section div.team-all-time-statistics div.regular-season table thead tr th, section div.team-all-time-statistics div.playoffs table thead tr th, section div.team-all-time-statistics div.pre-seasons table thead tr th, section div.team-all-time-statistics div.nodata-message table thead tr th {
  padding: 12px 12px;
  text-transform: uppercase; }
  section div.team-all-time-statistics div.regular-season table thead tr th:last-child, section div.team-all-time-statistics div.playoffs table thead tr th:last-child, section div.team-all-time-statistics div.pre-seasons table thead tr th:last-child, section div.team-all-time-statistics div.nodata-message table thead tr th:last-child {
    padding-right: 12px; }
  section div.team-all-time-statistics div.regular-season table thead tr th.sortable, section div.team-all-time-statistics div.playoffs table thead tr th.sortable, section div.team-all-time-statistics div.pre-seasons table thead tr th.sortable, section div.team-all-time-statistics div.nodata-message table thead tr th.sortable {
    padding: 12px 0;
    width: 50px; }
    section div.team-all-time-statistics div.regular-season table thead tr th.sortable:hover, section div.team-all-time-statistics div.playoffs table thead tr th.sortable:hover, section div.team-all-time-statistics div.pre-seasons table thead tr th.sortable:hover, section div.team-all-time-statistics div.nodata-message table thead tr th.sortable:hover {
      cursor: pointer; }
    section div.team-all-time-statistics div.regular-season table thead tr th.sortable div.header, section div.team-all-time-statistics div.playoffs table thead tr th.sortable div.header, section div.team-all-time-statistics div.pre-seasons table thead tr th.sortable div.header, section div.team-all-time-statistics div.nodata-message table thead tr th.sortable div.header {
      display: flex;
      justify-content: center;
      line-height: 24px; }
      section div.team-all-time-statistics div.regular-season table thead tr th.sortable div.header div.sort-order, section div.team-all-time-statistics div.playoffs table thead tr th.sortable div.header div.sort-order, section div.team-all-time-statistics div.pre-seasons table thead tr th.sortable div.header div.sort-order, section div.team-all-time-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order {
        line-height: 12px;
        margin-left: 4px;
        width: 14px; }
        section div.team-all-time-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span, section div.team-all-time-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span, section div.team-all-time-statistics div.pre-seasons table thead tr th.sortable div.header div.sort-order span, section div.team-all-time-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span {
          color: rgba(255, 255, 255, 0.5); }
          section div.team-all-time-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-all-time-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span.descending, section div.team-all-time-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-all-time-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span.descending, section div.team-all-time-statistics div.pre-seasons table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-all-time-statistics div.pre-seasons table thead tr th.sortable div.header div.sort-order span.descending, section div.team-all-time-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-all-time-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span.descending {
            color: #ffffff; }

section div.team-all-time-statistics div.regular-season table tbody tr.season, section div.team-all-time-statistics div.playoffs table tbody tr.season, section div.team-all-time-statistics div.pre-seasons table tbody tr.season, section div.team-all-time-statistics div.nodata-message table tbody tr.season {
  line-height: 24px; }
  section div.team-all-time-statistics div.regular-season table tbody tr.season:hover, section div.team-all-time-statistics div.playoffs table tbody tr.season:hover, section div.team-all-time-statistics div.pre-seasons table tbody tr.season:hover, section div.team-all-time-statistics div.nodata-message table tbody tr.season:hover {
    background-color: var(--grid-row-hover-background-color);
    border-bottom: solid 1px var(--grid-row-hover-background-color);
    color: var(--grid-row-hover-color); }
  section div.team-all-time-statistics div.regular-season table tbody tr.season td, section div.team-all-time-statistics div.playoffs table tbody tr.season td, section div.team-all-time-statistics div.pre-seasons table tbody tr.season td, section div.team-all-time-statistics div.nodata-message table tbody tr.season td {
    text-transform: uppercase; }
    section div.team-all-time-statistics div.regular-season table tbody tr.season td.name, section div.team-all-time-statistics div.regular-season table tbody tr.season td.team-name, section div.team-all-time-statistics div.playoffs table tbody tr.season td.name, section div.team-all-time-statistics div.playoffs table tbody tr.season td.team-name, section div.team-all-time-statistics div.pre-seasons table tbody tr.season td.name, section div.team-all-time-statistics div.pre-seasons table tbody tr.season td.team-name, section div.team-all-time-statistics div.nodata-message table tbody tr.season td.name, section div.team-all-time-statistics div.nodata-message table tbody tr.season td.team-name {
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 250px;
      max-width: 250px; }
    section div.team-all-time-statistics div.regular-season table tbody tr.season td.sort, section div.team-all-time-statistics div.playoffs table tbody tr.season td.sort, section div.team-all-time-statistics div.pre-seasons table tbody tr.season td.sort, section div.team-all-time-statistics div.nodata-message table tbody tr.season td.sort {
      background-color: rgba(228, 28, 58, 0.1);
      border-bottom: solid 1px rgba(228, 28, 58, 0.1);
      font-weight: 700; }

section div.team-all-time-statistics div.regular-season table tfoot tr.total, section div.team-all-time-statistics div.playoffs table tfoot tr.total, section div.team-all-time-statistics div.pre-seasons table tfoot tr.total, section div.team-all-time-statistics div.nodata-message table tfoot tr.total {
  line-height: 24px;
  font-weight: 700; }
  section div.team-all-time-statistics div.regular-season table tfoot tr.total td, section div.team-all-time-statistics div.playoffs table tfoot tr.total td, section div.team-all-time-statistics div.pre-seasons table tfoot tr.total td, section div.team-all-time-statistics div.nodata-message table tfoot tr.total td {
    text-transform: uppercase; }

section div.team-all-time-statistics div.nodata-message h2 {
  padding-top: 30px;
  position: center;
  padding-bottom: 200px;
  font-size: 20px;
  justify-content: center;
  text-align: center; }
  section div.team-all-time-statistics div.nodata-message h2.title-noData {
    font-weight: bold; }

section div.team-lineup {
  overflow-x: scroll; }
  section div.team-lineup table thead tr th {
    text-transform: uppercase; }
    section div.team-lineup table thead tr th.first-column {
      position: sticky;
      left: 0px;
      width: 100px; }
    section div.team-lineup table thead tr th .header.left {
      justify-content: start; }
  section div.team-lineup table tbody tr.player {
    line-height: 24px; }
    section div.team-lineup table tbody tr.player:hover {
      background-color: var(--grid-row-hover-background-color);
      border-bottom: solid 1px var(--grid-row-hover-background-color);
      color: var(--grid-row-hover-color); }
    section div.team-lineup table tbody tr.player td {
      text-transform: uppercase; }

@media (max-width: 991px) {
  section div.team-lineup table th, section div.team-lineup table td {
    font-size: 12px; } }

section div.team-players-statistics ul.players-statistics {
  list-style: none;
  margin: 0;
  padding: 0; }
  section div.team-players-statistics ul.players-statistics li.player-category table thead tr th {
    text-transform: uppercase;
    padding: 12px; }
    section div.team-players-statistics ul.players-statistics li.player-category table thead tr th.first-column {
      position: sticky;
      left: 0px;
      width: 100px; }
    section div.team-players-statistics ul.players-statistics li.player-category table thead tr th .header.left {
      justify-content: start; }
  section div.team-players-statistics ul.players-statistics li.player-category table tbody tr.player {
    line-height: 24px;
    border-bottom: solid 1px transparent; }
    section div.team-players-statistics ul.players-statistics li.player-category table tbody tr.player:hover {
      background-color: var(--grid-row-hover-background-color) !important;
      border-bottom: solid 1px var(--grid-row-hover-background-color);
      color: var(--grid-row-hover-color); }
    section div.team-players-statistics ul.players-statistics li.player-category table tbody tr.player td {
      text-transform: uppercase; }

section div.team-statistics div.regular-season, section div.team-statistics div.playoffs, section div.team-statistics div.pre-season, section div.team-statistics div.nodata-message {
  overflow-x: auto; }
  section div.team-statistics div.regular-season header, section div.team-statistics div.playoffs header, section div.team-statistics div.pre-season header, section div.team-statistics div.nodata-message header {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  section div.team-statistics div.regular-season p.categories, section div.team-statistics div.playoffs p.categories, section div.team-statistics div.pre-season p.categories, section div.team-statistics div.nodata-message p.categories {
    font-weight: bold;
    margin: 0; }
  section div.team-statistics div.regular-season p.seasonType, section div.team-statistics div.playoffs p.seasonType, section div.team-statistics div.pre-season p.seasonType, section div.team-statistics div.nodata-message p.seasonType {
    font-weight: bold; }
  section div.team-statistics div.regular-season table thead tr th:last-child, section div.team-statistics div.playoffs table thead tr th:last-child, section div.team-statistics div.pre-season table thead tr th:last-child, section div.team-statistics div.nodata-message table thead tr th:last-child {
    padding-right: 12px; }
  section div.team-statistics div.regular-season table thead tr th.sortable:hover, section div.team-statistics div.playoffs table thead tr th.sortable:hover, section div.team-statistics div.pre-season table thead tr th.sortable:hover, section div.team-statistics div.nodata-message table thead tr th.sortable:hover {
    cursor: pointer; }
  section div.team-statistics div.regular-season table thead tr th.sortable div.header, section div.team-statistics div.playoffs table thead tr th.sortable div.header, section div.team-statistics div.pre-season table thead tr th.sortable div.header, section div.team-statistics div.nodata-message table thead tr th.sortable div.header {
    display: flex;
    justify-content: center;
    line-height: 24px; }
    section div.team-statistics div.regular-season table thead tr th.sortable div.header div.sort-order, section div.team-statistics div.playoffs table thead tr th.sortable div.header div.sort-order, section div.team-statistics div.pre-season table thead tr th.sortable div.header div.sort-order, section div.team-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order {
      line-height: 12px;
      margin-left: 4px;
      width: 14px; }
      section div.team-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span, section div.team-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span, section div.team-statistics div.pre-season table thead tr th.sortable div.header div.sort-order span, section div.team-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span {
        color: rgba(255, 255, 255, 0.5); }
        section div.team-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-statistics div.regular-season table thead tr th.sortable div.header div.sort-order span.descending, section div.team-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-statistics div.playoffs table thead tr th.sortable div.header div.sort-order span.descending, section div.team-statistics div.pre-season table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-statistics div.pre-season table thead tr th.sortable div.header div.sort-order span.descending, section div.team-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span.ascending, section div.team-statistics div.nodata-message table thead tr th.sortable div.header div.sort-order span.descending {
          color: #ffffff; }
  section div.team-statistics div.regular-season table tbody tr.season, section div.team-statistics div.playoffs table tbody tr.season, section div.team-statistics div.pre-season table tbody tr.season, section div.team-statistics div.nodata-message table tbody tr.season {
    line-height: 24px; }
    section div.team-statistics div.regular-season table tbody tr.season:hover, section div.team-statistics div.playoffs table tbody tr.season:hover, section div.team-statistics div.pre-season table tbody tr.season:hover, section div.team-statistics div.nodata-message table tbody tr.season:hover {
      background-color: var(--grid-row-hover-background-color);
      border-bottom: solid 1px var(--grid-row-hover-background-color);
      color: var(--grid-row-hover-color); }
    section div.team-statistics div.regular-season table tbody tr.season td, section div.team-statistics div.playoffs table tbody tr.season td, section div.team-statistics div.pre-season table tbody tr.season td, section div.team-statistics div.nodata-message table tbody tr.season td {
      text-transform: uppercase; }
      section div.team-statistics div.regular-season table tbody tr.season td.name, section div.team-statistics div.regular-season table tbody tr.season td.team-name, section div.team-statistics div.playoffs table tbody tr.season td.name, section div.team-statistics div.playoffs table tbody tr.season td.team-name, section div.team-statistics div.pre-season table tbody tr.season td.name, section div.team-statistics div.pre-season table tbody tr.season td.team-name, section div.team-statistics div.nodata-message table tbody tr.season td.name, section div.team-statistics div.nodata-message table tbody tr.season td.team-name {
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 250px;
        max-width: 250px; }
      section div.team-statistics div.regular-season table tbody tr.season td.sort, section div.team-statistics div.playoffs table tbody tr.season td.sort, section div.team-statistics div.pre-season table tbody tr.season td.sort, section div.team-statistics div.nodata-message table tbody tr.season td.sort {
        background-color: rgba(228, 28, 58, 0.1);
        border-bottom: solid 1px rgba(228, 28, 58, 0.1);
        font-weight: 700; }
  section div.team-statistics div.regular-season table tfoot tr.total, section div.team-statistics div.playoffs table tfoot tr.total, section div.team-statistics div.pre-season table tfoot tr.total, section div.team-statistics div.nodata-message table tfoot tr.total {
    line-height: 24px;
    font-weight: 700; }
    section div.team-statistics div.regular-season table tfoot tr.total td, section div.team-statistics div.playoffs table tfoot tr.total td, section div.team-statistics div.pre-season table tfoot tr.total td, section div.team-statistics div.nodata-message table tfoot tr.total td {
      text-transform: uppercase; }

section div.team-statistics div.nodata-message h2 {
  padding-top: 30px;
  position: center;
  padding-bottom: 200px;
  font-size: 20px;
  justify-content: center;
  text-align: center; }
  section div.team-statistics div.nodata-message h2.title-noData {
    font-weight: bold; }

section div.team-leaders .no-padding {
  padding-left: 0px; }

section div.team-leaders .level-1 {
  font-weight: 600;
  font-size: 18px; }

section div.team-leaders .level-2 {
  font-size: 18px; }

section div.team-leaders .level {
  font-size: 14px; }

section div.team-leaders div.standings ul.divisions {
  list-style: none;
  margin: 0;
  padding: 0; }
  section div.team-leaders div.standings ul.divisions li.division header {
    font-size: 16px;
    text-transform: uppercase; }

section div.team-leaders div.standings table thead tr th {
  line-height: 30px;
  border-top: initial;
  font-size: 12px;
  padding: 4px;
  text-transform: uppercase; }

section div.team-leaders div.standings table tbody tr.team {
  line-height: 24px; }
  section div.team-leaders div.standings table tbody tr.team td {
    line-height: 40px;
    padding: initial;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px; }
    section div.team-leaders div.standings table tbody tr.team td.name {
      display: flex;
      min-width: 180px; }
      section div.team-leaders div.standings table tbody tr.team td.name div.img-empty-placeholder {
        margin: 4px 4px 0 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #eee; }
      section div.team-leaders div.standings table tbody tr.team td.name span.text-empty-placeholder {
        display: block;
        margin-top: 13px;
        width: 140px;
        height: 14px;
        background-color: #eee; }
      section div.team-leaders div.standings table tbody tr.team td.name img {
        width: 32px;
        height: 32px;
        margin: 4px 4px 0 0; }
      section div.team-leaders div.standings table tbody tr.team td.name span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 160px; }

section div.team-leaders div.allstandings {
  margin-bottom: 12px;
  text-align: right; }
  section div.team-leaders div.allstandings i.mdi-arrow-right {
    vertical-align: middle; }

section div.team-head-to-head div.container {
  padding: 0 15px; }
  section div.team-head-to-head div.container .filter {
    padding-top: 0.5rem !important; }
  section div.team-head-to-head div.container div.head-to-head {
    width: 100%;
    padding: 0 15px 15px 15px;
    list-style: none;
    margin: 0; }
    section div.team-head-to-head div.container div.head-to-head .title {
      padding-top: 15px; }
    section div.team-head-to-head div.container div.head-to-head table {
      overflow-x: auto; }
      section div.team-head-to-head div.container div.head-to-head table thead tr {
        line-height: 24px; }
        section div.team-head-to-head div.container div.head-to-head table thead tr th {
          text-transform: uppercase; }
          section div.team-head-to-head div.container div.head-to-head table thead tr th.sortable {
            padding: 0px; }
          section div.team-head-to-head div.container div.head-to-head table thead tr th .header.left {
            justify-content: start;
            padding: 12px 0 12px 12px; }
          section div.team-head-to-head div.container div.head-to-head table thead tr th .header {
            justify-content: start;
            padding: 12px 0 12px 12px; }
          section div.team-head-to-head div.container div.head-to-head table thead tr th.first-column {
            position: sticky;
            left: 0px;
            width: 100px; }
            @media only screen and (max-width: 600px) {
              section div.team-head-to-head div.container div.head-to-head table thead tr th.first-column {
                max-width: 140px; } }
      section div.team-head-to-head div.container div.head-to-head table tbody tr {
        line-height: 24px; }
        section div.team-head-to-head div.container div.head-to-head table tbody tr:hover {
          background-color: var(--grid-row-hover-background-color) !important;
          border-bottom: solid 1px var(--grid-row-hover-background-color);
          color: var(--grid-row-hover-color); }
        section div.team-head-to-head div.container div.head-to-head table tbody tr td {
          text-transform: uppercase;
          padding: 12px 0;
          justify-content: center; }
          section div.team-head-to-head div.container div.head-to-head table tbody tr td.first-column {
            background-color: var(--grid-header-background-color);
            background-image: var(--grid-header-background-image);
            color: var(--grid-header-color);
            position: sticky;
            left: 0px;
            width: 100px; }
            @media only screen and (max-width: 600px) {
              section div.team-head-to-head div.container div.head-to-head table tbody tr td.first-column {
                max-width: 140px; } }
          section div.team-head-to-head div.container div.head-to-head table tbody tr td.name, section div.team-head-to-head div.container div.head-to-head table tbody tr td.no-team {
            padding-left: 12px; }
          section div.team-head-to-head div.container div.head-to-head table tbody tr td div.team {
            justify-content: center;
            text-align: center; }

@media screen and (max-width: 850px) {
  section div.team-head-to-head div.head-to-head table {
    display: block; } }

section div.team-list {
  min-height: 80vh; }
  section div.team-list share-button {
    position: absolute;
    top: 5px;
    right: 10px; }
  section div.team-list div.filters select {
    text-transform: uppercase; }
  section div.team-list div.search-criteria {
    text-align: center;
    margin-top: 20px; }
  section div.team-list table thead tr th {
    text-transform: uppercase; }
  section div.team-list table tbody tr.team {
    line-height: 24px; }
    section div.team-list table tbody tr.team:hover {
      background-color: var(--grid-row-hover-background-color); }
    section div.team-list table tbody tr.team td {
      text-transform: uppercase; }
      section div.team-list table tbody tr.team td.name img {
        margin-right: 8px;
        width: 24px;
        height: 24px; }

@media (max-width: 991px) {
  section div.team-list div.filters search-input input {
    font-size: 12px; }
  section div.team-list div.filters search-input i.mdi {
    font-size: 18px; }
  section div.team-list div.filters select {
    font-size: 12px; }
  section div.team-list table th, section div.team-list table td {
    font-size: 12px; }
    section div.team-list table th.abbreviation, section div.team-list table th.division, section div.team-list table td.abbreviation, section div.team-list table td.division {
      display: none; } }

section div.team-standings {
  min-height: 80vh; }
  section div.team-standings share-button {
    position: absolute;
    top: 5px;
    right: 10px; }
  section div.team-standings div.filters select {
    text-transform: uppercase; }

@media (max-width: 575px) {
  section div.team-standings div.filters select {
    font-size: 12px; } }

section div.team-standings-table div.standings {
  overflow-x: auto; }
  section div.team-standings-table div.standings table tbody tr.team td.name {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    section div.team-standings-table div.standings table tbody tr.team td.name img {
      margin-right: 8px;
      width: 24px;
      height: 24px; }
  section div.team-standings-table div.standings ul.divisions {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div.team-standings-table div.standings ul.divisions li.division {
      overflow-x: auto; }
      section div.team-standings-table div.standings ul.divisions li.division h1.title {
        margin-bottom: 8px;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #ececec; }
      section div.team-standings-table div.standings ul.divisions li.division h2.subtitle {
        margin-bottom: 8px;
        font-size: 16px;
        text-transform: uppercase; }

@media (max-width: 575px) {
  section div.team-standings div.standings table tbody tr.team td {
    font-size: 11px; }
    section div.team-standings div.standings table tbody tr.team td.name {
      max-width: 200px; }
      section div.team-standings div.standings table tbody tr.team td.name img {
        margin-right: 4px; } }

section .level {
  font-size: 18px; }

section .level-1 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec; }

section .level-2 {
  margin-bottom: 8px;
  font-size: 20px;
  text-transform: uppercase; }

section .level {
  font-size: 18px; }

section .level-1 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec; }

section .level-2 {
  margin-bottom: 8px;
  font-size: 20px;
  text-transform: uppercase; }

section div.divisions-page share-button {
  position: absolute;
  top: 5px;
  right: 10px; }

section div.divisions-page ul.nav-pills.custom-1 {
  border-bottom: solid 1px #d7d7d7; }
  section div.divisions-page ul.nav-pills.custom-1 li.nav-item a.nav-link {
    cursor: pointer; }
    section div.divisions-page ul.nav-pills.custom-1 li.nav-item a.nav-link.active {
      background-color: initial;
      background-image: initial;
      color: initial;
      border-bottom: solid 3px var(--button-primary-background-color); }

section div.divisions-page ul.nav-pills.custom-2 li.nav-item a.nav-link {
  cursor: pointer; }
  section div.divisions-page ul.nav-pills.custom-2 li.nav-item a.nav-link.active {
    background-image: initial;
    border-radius: 0.25rem;
    color: white;
    background-color: var(--button-primary-background-color); }

section div.video-list {
  min-height: 80vh; }
  section div.video-list div.no-video {
    text-align: center; }
  section div.video-list div.video div.image-wrapper {
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden; }
    section div.video-list div.video div.image-wrapper:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    section div.video-list div.video div.image-wrapper img {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
  section div.video-list div.video div.bottom {
    padding: 8px 0; }
    section div.video-list div.video div.bottom a.title {
      font-size: 16px;
      text-transform: uppercase; }
    section div.video-list div.video div.bottom div.meta-space span {
      font-size: 12px;
      color: #777777; }

@media (max-width: 575px) {
  section div.video-list {
    min-height: 75vh; }
    section div.video-list div.video div.bottom a.title {
      font-size: 14px; }
    section div.video-list div.video div.bottom div.meta-space span {
      font-size: 11px; } }

section div.video-player div.video iframe {
  margin-top: 16px; }

section div.video-player div.video h1.title {
  margin-top: 16px;
  font-size: 24px;
  text-transform: uppercase; }

section div.video-player div.video div.meta-space span {
  font-size: 12px;
  color: #777777; }

section div.video-player div.video div.description {
  margin: 16px 0; }

section div.video-widget .video-youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0px; }
  section div.video-widget .video-youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

widget:not(:first-of-type) {
  display: block;
  margin-top: 16px; }

.no-gutters widget:not(:first-of-type) {
  margin-top: 0; }

widget-zone:not(:first-child) {
  display: block;
  margin: 16px 0; }

div.widget-content.is-edit-mode {
  border: solid 2px #383838;
  border-top: none; }

div.widget-content div.preview-unavailable {
  width: 100%;
  padding: 50px;
  text-align: center; }

section div.file-upload input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

section div.file-upload input[type=file] + label {
  display: inline-block;
  cursor: pointer; }

div.widget-settings {
  position: relative;
  overflow: visible;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 15px 0;
  border: solid 2px #383838;
  min-width: 300px;
  background-color: white;
  z-index: 1000; }
  div.widget-settings .bootstrap-tagsinput {
    display: block;
    border-radius: 0; }
    div.widget-settings .bootstrap-tagsinput .tag {
      background-color: var(--button-primary-background-color);
      color: var(--button-primary-color);
      background-image: var(--button-primary-background-image);
      border-radius: 3px;
      padding: 3px; }
  div.widget-settings .input-group .input-group-prepend {
    width: 35px;
    height: 35px;
    border: 1px solid #ced4da; }
  div.widget-settings .template-active {
    padding: 5px;
    border: 1px solid #0864ae; }
  div.widget-settings .number-group {
    max-width: 75px; }
  div.widget-settings .collapsible {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(224, 224, 224, 0.747);
    padding: 8px 15px;
    font-size: 18px;
    margin: 20px 0; }
  div.widget-settings .container {
    max-height: 90vh; }

div div div.parameters table.table {
  font-size: 12px; }
  div div div.parameters table.table td, div div div.parameters table.table th {
    padding: 6px;
    line-height: 16px;
    vertical-align: initial; }

div div div.parameters ul.image-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  div div div.parameters ul.image-list li {
    display: flex;
    justify-content: space-between;
    line-height: 24px; }
    div div div.parameters ul.image-list li span.mdi {
      font-size: 24px; }

div div div.parameters a span.mdi {
  font-size: 20px; }

div div div.parameters .ck.ck-editor {
  height: 200px;
  margin-bottom: 50px; }
  div div div.parameters .ck.ck-editor div.ck-editor__main {
    height: 200px; }
    div div div.parameters .ck.ck-editor div.ck-editor__main div.ck-editor__editable_inline {
      height: 200px; }

div div.actions {
  width: 100%;
  text-align: right; }
  div div.actions button.btn {
    text-transform: uppercase; }

div div.widgetSettings-btn {
  text-align: end;
  position: sticky;
  bottom: 0; }

div.modal.editWindow .modal-dialog {
  max-width: 1140px; }

div.modal.editWindow.fullscreen {
  padding-right: 0 !important; }
  div.modal.editWindow.fullscreen .modal-dialog {
    margin: 0 !important;
    max-width: 100%; }

div.widget-toolbar {
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  line-height: 22px;
  background-color: #383838; }
  div.widget-toolbar #confirmationWindow .mdi {
    display: inline-block;
    margin-right: 10px; }
  div.widget-toolbar #confirmationWindow .delete-button {
    background-color: var(--button-primary-background-color);
    color: var(--button-primary-color);
    background-image: var(--button-primary-background-image); }
  div.widget-toolbar div.widget-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #cccccc; }
    div.widget-toolbar div.widget-name span.mdi {
      font-size: 11px; }
      div.widget-toolbar div.widget-name span.mdi.mdi-dots-vertical:hover {
        cursor: move; }
  div.widget-toolbar div.widget-actions a {
    color: #cccccc; }
    div.widget-toolbar div.widget-actions a:hover {
      text-decoration: none; }
    div.widget-toolbar div.widget-actions a span.mdi-lock {
      cursor: initial; }

div.modal div.modal-dialog {
  max-width: 440px; }
  div.modal div.modal-dialog .help-button-widget {
    font-size: 24px;
    margin-left: 12px;
    margin-top: -3px;
    margin-bottom: -7px; }
  div.modal div.modal-dialog .close {
    font-size: 1.9rem; }
  div.modal div.modal-dialog div.modal-body div.categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(224, 224, 224, 0.747);
    border-radius: 5px;
    padding: 0 6px;
    margin: 5px; }
    div.modal div.modal-dialog div.modal-body div.categories h2 {
      margin: 0; }
    div.modal div.modal-dialog div.modal-body div.categories span {
      font-size: 1.5em; }
      div.modal div.modal-dialog div.modal-body div.categories span:hover {
        cursor: pointer;
        transform: scale(1.1);
        transition: transform ease-in-out 0.2s; }
  div.modal div.modal-dialog div.modal-body div.widget-locked {
    background: #e4e4e4; }
  div.modal div.modal-dialog div.modal-body div.widget {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1; }
    div.modal div.modal-dialog div.modal-body div.widget div.information {
      display: inline-flex;
      vertical-align: middle;
      width: 100%;
      line-height: 22px;
      padding: 5px 0 5px 0.75rem;
      align-items: center; }
      div.modal div.modal-dialog div.modal-body div.widget div.information div.message {
        margin-left: 8px; }
        div.modal div.modal-dialog div.modal-body div.widget div.information div.message span {
          font-size: 12px;
          vertical-align: middle; }
          div.modal div.modal-dialog div.modal-body div.widget div.information div.message span.badge-plan {
            background-color: #0039A2;
            color: white; }
    div.modal div.modal-dialog div.modal-body div.widget span.mdi {
      font-size: 24px; }
    div.modal div.modal-dialog div.modal-body div.widget span.name {
      margin-left: 8px; }
    div.modal div.modal-dialog div.modal-body div.widget span.version {
      margin-left: 8px; }
    div.modal div.modal-dialog div.modal-body div.widget.lastNoBorderBot:last-child {
      border-bottom: none; }
  div.modal div.modal-dialog div.modal-body div.lastNoBorderBot:last-child {
    border-bottom: none; }

section div.widget-zone {
  width: 100%;
  height: 40px;
  text-align: center; }
  section div.widget-zone button.btn {
    text-transform: uppercase; }

div.modal div.modal-dialog {
  max-width: 440px; }
  div.modal div.modal-dialog .close {
    font-size: 1.9rem; }
  div.modal div.modal-dialog div.modal-body div.widget-locked {
    background: #e4e4e4; }
  div.modal div.modal-dialog div.modal-body div.widget {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1; }
    div.modal div.modal-dialog div.modal-body div.widget div.information {
      display: inline-flex;
      vertical-align: middle;
      width: 100%;
      padding-left: 0.75rem;
      line-height: 22px;
      padding: 5px 0 5px 0.75rem;
      align-items: center; }
      div.modal div.modal-dialog div.modal-body div.widget div.information div.message {
        margin-left: 8px; }
        div.modal div.modal-dialog div.modal-body div.widget div.information div.message span {
          font-size: 12px;
          vertical-align: middle; }
          div.modal div.modal-dialog div.modal-body div.widget div.information div.message span.badge-plan {
            background-color: #0039A2;
            color: white; }
    div.modal div.modal-dialog div.modal-body div.widget span.mdi {
      font-size: 24px; }
    div.modal div.modal-dialog div.modal-body div.widget span.name {
      margin-left: 8px; }
    div.modal div.modal-dialog div.modal-body div.widget span.version {
      margin-left: 8px; }

div.widget-container {
  position: absolute;
  overflow: auto;
  width: 100%;
  padding: 15px 0;
  border: solid 2px #383838;
  border-top: none;
  background-color: white;
  z-index: 1000; }

.widget-section .handle {
  width: 10px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #383838;
  z-index: 998;
  cursor: col-resize;
  top: 0; }

.widget-row {
  margin-bottom: 10px; }
  .widget-row > .row-container {
    max-width: 1140px;
    margin: auto; }
    .widget-row > .row-container .row {
      margin: 0; }
      .widget-row > .row-container .row.is-iframe .widget-section:first-child {
        padding-left: 0 !important; }
      .widget-row > .row-container .row.is-iframe .widget-section:last-child {
        padding-right: 0 !important; }
    .widget-row > .row-container.full-width {
      max-width: none;
      margin-left: -15px;
      margin-right: -15px; }
    .widget-row > .row-container.edit-mode {
      border: 2px dashed black;
      padding-bottom: 10px; }
  .widget-row .mdi-alert-circle-outline {
    color: #e95144; }
  .widget-row .buffer {
    padding-right: 10px; }
    .widget-row .buffer .buffer-zone {
      height: 200px;
      border: 2px dashed #383838;
      padding: 10px; }
      .widget-row .buffer .buffer-zone button {
        width: 100%; }

div.widget-row-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 0 4px;
  line-height: 22px;
  background-color: #383838;
  margin-bottom: 10px;
  z-index: 990;
  position: relative; }
  div.widget-row-toolbar #confirmationWindow .mdi {
    display: inline-block;
    margin-right: 10px; }
  div.widget-row-toolbar #confirmationWindow .delete-button {
    background-color: var(--button-primary-background-color);
    color: var(--button-primary-color);
    background-image: var(--button-primary-background-image); }
  div.widget-row-toolbar div.widget-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #cccccc; }
    div.widget-row-toolbar div.widget-name span.mdi {
      font-size: 11px; }
      div.widget-row-toolbar div.widget-name span.mdi.mdi-dots-vertical:hover {
        cursor: move; }
  div.widget-row-toolbar div.widget-actions a {
    color: #cccccc; }
    div.widget-row-toolbar div.widget-actions a:hover {
      text-decoration: none; }
    div.widget-row-toolbar div.widget-actions a span.mdi-lock {
      cursor: initial; }

section div.widget-row-settings {
  position: absolute;
  overflow: auto;
  width: 100%;
  padding: 15px 0;
  border: solid 2px #383838;
  border-top: none;
  background-color: white;
  top: -10px;
  left: 0;
  z-index: 999; }
  section div.widget-row-settings .form-control {
    width: 200px; }
  section div.widget-row-settings .bootstrap-tagsinput {
    display: block;
    border-radius: 0; }
    section div.widget-row-settings .bootstrap-tagsinput .tag {
      background-color: var(--button-primary-background-color);
      color: var(--button-primary-color);
      background-image: var(--button-primary-background-image);
      border-radius: 3px;
      padding: 3px; }
  section div.widget-row-settings div.parameters table.table {
    font-size: 12px; }
    section div.widget-row-settings div.parameters table.table td, section div.widget-row-settings div.parameters table.table th {
      padding: 6px;
      line-height: 16px;
      vertical-align: initial; }
  section div.widget-row-settings div.parameters ul.image-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div.widget-row-settings div.parameters ul.image-list li {
      display: flex;
      justify-content: space-between;
      line-height: 24px; }
      section div.widget-row-settings div.parameters ul.image-list li span.mdi {
        font-size: 24px; }
  section div.widget-row-settings div.parameters a span.mdi {
    font-size: 20px; }
  section div.widget-row-settings div.actions {
    width: 100%;
    text-align: right; }
    section div.widget-row-settings div.actions button.btn {
      text-transform: uppercase; }

.widget-row-container .widget-row-list {
  padding: 0px; }

.widget-row-container .container-fluid {
  padding: 0px !important; }

section div.form-file-upload .form-control {
  border-radius: initial; }

section div.form-file-upload label.choose-file {
  font-size: 14px;
  margin-bottom: initial; }

section div.form-file-upload span.filename {
  font-size: 14px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

section div.form-file-upload .form-control {
  height: auto; }

section div.form-file-upload .clear-button {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  font-size: 13px;
  border: 1px solid #ced4da;
  color: #555;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color linear 0.1s; }
  section div.form-file-upload .clear-button:hover {
    background-color: #f5f5f5; }

section div.form-file-upload input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

section div.form-file-upload input[type=file] + label {
  display: inline-block;
  cursor: pointer; }

section div.text-zone .text-container {
  padding: 16px 16px 0 16px; }

section div #cardContainer {
  position: relative; }

section div img.background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity ease-in-out 0.75s;
  object-fit: cover; }

section div img.background-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity ease-in-out 0.75s;
  object-fit: cover; }

list-filters .mdi.mdi-trash-can {
  color: #666666;
  font-size: 21px;
  cursor: pointer; }

list-filters .label {
  color: #555; }

card-list .no-item {
  font-size: 20px;
  margin: 30px; }

card-list .page {
  background-color: white;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer; }
  card-list .page:not(.disabled):hover {
    background-color: #ced4da; }
  card-list .page.disabled {
    background-color: #9da3a8;
    cursor: default; }
  card-list .page.active {
    background-color: var(--button-primary-background-color);
    background-image: var(--button-primary-background-image);
    border-color: var(--button-primary-border-color);
    color: var(--button-primary-color);
    cursor: default; }

card-list .card-container {
  position: relative; }

card-list img.background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity ease-in-out 0.75s;
  object-fit: cover; }

card-list-filters > section {
  padding: 15px 0; }

card-list-filters .dropdown {
  background-color: #FFFFFF; }

card-list-filters search-input div.form-inline i.mdi.mdi-magnify {
  font-size: 22px; }

card-list-filters search-input .search-title {
  color: #a8a8a8;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase; }

card-list-filters search-input > div {
  height: 62px;
  background-color: white;
  padding: 10px 8px 0 8px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); }

card-list-filters search-input input.form-control {
  border: 0;
  border-bottom: 1px solid #ced4da;
  height: 30px; }

section div.social-medias-premium {
  border-style: solid; }
  section div.social-medias-premium .social-media-container {
    width: 285px; }

section a.social-media-premium {
  color: white; }
  section a.social-media-premium:hover {
    cursor: pointer;
    text-decoration: none; }
    section a.social-media-premium:hover .image-container .background {
      scale: 1.5; }
  section a.social-media-premium .label {
    font-size: 11px;
    margin-right: 8px; }
  section a.social-media-premium .display-name {
    margin-bottom: 2px;
    height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  section a.social-media-premium .icon {
    margin-right: 15px;
    font-size: 13px;
    margin-top: 2px; }
  section a.social-media-premium .spacer {
    margin-top: 24px;
    margin-bottom: 24px;
    height: 2px;
    background-color: #3FF5FF; }
  section a.social-media-premium .username {
    font-weight: bold;
    font-size: 13px; }
  section a.social-media-premium .created-time {
    font-size: 10px;
    opacity: 0.7;
    margin-bottom: 4px; }
  section a.social-media-premium .view-more {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }
  section a.social-media-premium .description {
    overflow: hidden;
    font-size: 13px; }
  section a.social-media-premium .info {
    height: 50%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2; }
  section a.social-media-premium .logo span {
    font-size: 42px;
    color: white;
    margin-bottom: 26px; }
  section a.social-media-premium .image-container {
    aspect-ratio: 0.83965;
    width: 100%;
    position: relative;
    overflow: hidden; }
    section a.social-media-premium .image-container .background {
      z-index: 1;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-position: center;
      background-size: cover;
      transition: scale .3s; }

section div.faq {
  padding: 15px; }

section div .faq-definition {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none; }

section div .section {
  margin-bottom: 30px;
  padding: 15px; }
  section div .section .section-title {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold; }
  section div .section .faq-question {
    font-size: 16px;
    font-weight: bold; }

section div .accordion {
  overflow: hidden; }

section div .card .card-header {
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 0 !important; }
  section div .card .card-header .mdi {
    font-size: 20px; }
  section div .card .card-header .mdi-plus {
    display: none; }
  section div .card .card-header .mdi-minus {
    display: block; }
  section div .card .card-header.collapsed .mdi-plus {
    display: block; }
  section div .card .card-header.collapsed .mdi-minus {
    display: none; }

section div .card:last-child .card-header {
  border-bottom-width: 0 !important; }

section.footer-layout {
  line-height: 60px;
  height: 60px;
  background-color: #222222; }
  section.footer-layout footer {
    margin-top: 24px; }
    section.footer-layout footer div .copyright {
      font-size: 11px; }
    section.footer-layout footer div.logo img {
      width: 150px; }
    section.footer-layout footer div span {
      color: rgba(255, 255, 255, 0.9); }

@media (max-width: 991px) {
  section.footer-layout {
    background-color: #ffffff; }
    section.footer-layout footer div .copyright {
      text-align: center;
      font-size: 12px; }
    section.footer-layout footer div span {
      color: rgba(0, 0, 0, 0.9); } }

@media (max-width: 767px) {
  section.footer-layout {
    background-color: #ffffff; }
    section.footer-layout footer div .copyright {
      text-align: center;
      font-size: 12px; }
    section.footer-layout footer div span {
      color: rgba(0, 0, 0, 0.9); } }

@media (max-width: 575px) {
  section.footer-layout {
    background-color: #ffffff; }
    section.footer-layout footer div .copyright {
      text-align: center;
      font-size: 12px; }
    section.footer-layout footer div span {
      color: rgba(0, 0, 0, 0.9); } }

.chevron-more-menu {
  font-size: 26px; }

.submenu-text {
  padding: 0 8px; }

.show-ul {
  display: inline !important; }

.li-active {
  background-color: var(--toolbar-menu-item-active-background-color);
  background-image: initial; }

.toolbar-layout-container.overlay {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9; }

ul.top-level-menu {
  z-index: 99999;
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.top-level-menu a {
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: var(--toolbar-color); }
  ul.top-level-menu li:hover > ul.hover-trigger {
    display: inline; }
  ul.top-level-menu li.toolbar-desktop-logo > img {
    padding-right: 16px;
    height: 140%; }
  ul.top-level-menu li.toolbar-desktop-logo {
    background-color: transparent !important; }
  ul.top-level-menu ul.second-level-menu {
    background-color: var(--toolbar-background-color);
    background-image: var(--toolbar-background-image);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
    z-index: 99999;
    position: absolute;
    top: var(--toolbar-height);
    left: 0;
    min-width: 10rem;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; }
    ul.top-level-menu ul.second-level-menu a {
      line-height: 32px;
      padding: .45rem 1.5rem; }
  ul.top-level-menu ul.second-level-menu > li {
    position: relative; }

ul.top-level-menu .down-arrow-menu {
  float: right; }

ul.top-level-menu li {
  height: 100%;
  display: flex;
  align-items: center; }

ul.top-level-menu > li {
  position: relative;
  float: left; }

ul.top-level-menu li:hover {
  background-color: var(--toolbar-menu-item-active-background-color);
  background-image: initial; }

ul.top-level-menu .active {
  background-color: var(--toolbar-menu-item-active-background-color);
  background-image: initial; }

ul.top-level-menu li:hover > a {
  color: var(--toolbar-menu-item-active-color); }

ul.top-level-menu .active > a {
  color: var(--toolbar-menu-item-active-color); }

.next-level-menu {
  background-color: var(--toolbar-background-color);
  background-image: var(--toolbar-background-image);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 10rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; }

.next-level-menu > li {
  position: relative; }

@media (max-width: 991px) {
  .toolbar-layout-container.overlay {
    position: relative; } }

section.logo-banner {
  margin: 24px 0 0 0; }

div.toolbar-background {
  background-color: var(--toolbar-inner-border-color);
  padding-top: var(--toolbar-inner-border-height);
  height: calc(var(--toolbar-height) + (var(--toolbar-inner-border-height) * 2) + (var(--toolbar-outer-border-height) * 2));
  border-top: solid var(--toolbar-outer-border-height) var(--toolbar-outer-border-color);
  border-bottom: solid var(--toolbar-outer-border-height) var(--toolbar-outer-border-color);
  position: relative; }
  div.toolbar-background.logo-toolbar {
    margin: 0 0 24px 0; }
  div.toolbar-background.no-logo {
    margin: 0 0 24px 0; }
  div.toolbar-background.position-fixed {
    position: initial !important; }
  div.toolbar-background nav.toolbar-layout.mobile {
    height: 48px; }
  div.toolbar-background nav.toolbar-layout {
    height: var(--toolbar-height);
    font-family: var(--toolbar-font-family);
    font-size: var(--toolbar-font-size);
    font-weight: var(--toolbar-font-weight);
    background-image: var(--toolbar-background-image);
    background-color: var(--toolbar-background-color); }
    div.toolbar-background nav.toolbar-layout .toolbar-edit-website {
      margin-right: 10px; }
      div.toolbar-background nav.toolbar-layout .toolbar-edit-website > a {
        font-family: var(--font-family);
        color: var(--toolbar-mobile-hamburger-color) !important; }
    div.toolbar-background nav.toolbar-layout.navbar {
      padding-top: initial;
      padding-bottom: initial;
      text-transform: uppercase; }
      div.toolbar-background nav.toolbar-layout.navbar span.navbar-brand.fullname, div.toolbar-background nav.toolbar-layout.navbar span.navbar-brand.abbreviation {
        display: none; }
      div.toolbar-background nav.toolbar-layout.navbar a.menu-button-label {
        line-height: 32px;
        padding: 0 12px;
        margin: 0 8px;
        border: var(--toolbar-menu-button-label-border);
        border-radius: 4px;
        font-size: 14px;
        color: var(--toolbar-menu-button-label-color); }
        div.toolbar-background nav.toolbar-layout.navbar a.menu-button-label:hover {
          text-decoration: none; }
      div.toolbar-background nav.toolbar-layout.navbar a.navbar-brand {
        padding: 0 5px 0 5px;
        margin: 0; }
        div.toolbar-background nav.toolbar-layout.navbar a.navbar-brand img {
          width: auto;
          height: 40px; }
      div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse {
        z-index: 1; }
        div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item {
          background-color: var(--toolbar-background-color);
          background-image: var(--toolbar-background-image); }
          div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item.active, div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item:hover {
            background-color: var(--toolbar-menu-item-active-background-color);
            background-image: initial; }
            div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item.active a.nav-link, div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item:hover a.nav-link {
              color: var(--toolbar-menu-item-active-color); }
          div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item.dropdown:hover {
            cursor: pointer; }
          div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item.dropdown.hover:hover ul.dropdown-menu {
            display: block; }
          div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item.dropdown div.dropdown-menu {
            background-image: var(--toolbar-background-image);
            background-color: var(--toolbar-background-color);
            border-radius: initial; }
            div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item {
              color: var(--toolbar-color);
              font-family: var(--toolbar-font-family);
              font-size: var(--toolbar-font-size);
              font-weight: var(--toolbar-font-weight); }
              div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item.dropdown div.dropdown-menu a.dropdown-item:hover {
                color: var(--toolbar-menu-item-active-color);
                background-color: var(--toolbar-menu-item-active-background-color); }
          div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item a {
            line-height: 32px; }
            div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
              white-space: nowrap;
              color: var(--toolbar-color); }
        div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.overflow li {
          background-image: initial !important;
          background-color: initial !important; }
          div.toolbar-background nav.toolbar-layout.navbar div.navbar-collapse ul.overflow li a.mdi.mdi-chevron-down {
            font-size: 24px; }
  div.toolbar-background nav a.website-settings {
    position: absolute;
    color: var(--toolbar-color); }

@media (max-width: 991px) {
  div.toolbar-background {
    height: calc(48px + (var(--toolbar-inner-border-height) * 2) + (var(--toolbar-outer-border-height) * 2)); }
    div.toolbar-background.no-logo {
      margin: 0; }
    div.toolbar-background.logo-toolbar {
      margin: 0; }
    div.toolbar-background.position-fixed {
      position: fixed !important;
      top: 0;
      width: 100%;
      z-index: 10; }
    div.toolbar-background nav.toolbar-layout.navbar {
      padding-left: initial;
      padding-right: initial; }
      div.toolbar-background nav.toolbar-layout.navbar div.container {
        position: absolute;
        top: 4px;
        max-width: 100%; }
      div.toolbar-background nav.toolbar-layout.navbar div div.navbar-collapse {
        z-index: 100; }
        div.toolbar-background nav.toolbar-layout.navbar div div.navbar-collapse ul.navbar-nav li.nav-item {
          background-color: var(--toolbar-background-color);
          background-image: initial; }
          div.toolbar-background nav.toolbar-layout.navbar div div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
            padding-left: 8px;
            padding-right: 8px; } }

@media (min-width: 576px) and (max-width: 991px) {
  div.toolbar-background {
    height: calc(48px + (var(--toolbar-inner-border-height) * 2) + (var(--toolbar-outer-border-height) * 2)); }
    div.toolbar-background nav.toolbar-layout.navbar span.navbar-brand.fullname {
      display: block; }
    div.toolbar-background nav.toolbar-layout.navbar span.navbar-brand.abbreviation {
      display: none; } }

@media (max-width: 575px) {
  div.toolbar-background {
    height: calc(48px + (var(--toolbar-inner-border-height) * 2) + (var(--toolbar-outer-border-height) * 2)); }
    div.toolbar-background nav.toolbar-layout.navbar span.navbar-brand.fullname {
      display: none; }
    div.toolbar-background nav.toolbar-layout.navbar span.navbar-brand.abbreviation {
      display: block; } }

section.topbar-layout {
  height: 60px;
  background-color: #222222; }
  section.topbar-layout .full-width {
    padding-left: 100px;
    padding-right: 100px;
    max-width: none; }
  section.topbar-layout div.logo img {
    width: 150px; }
  section.topbar-layout div a {
    color: #ffffff; }
  section.topbar-layout div span {
    color: #ffffff;
    vertical-align: middle; }
    section.topbar-layout div span.mdi::before {
      margin-right: 4px; }
    section.topbar-layout div span.mdi-logout {
      cursor: pointer;
      font-size: 18px;
      margin-top: 4px; }
  section.topbar-layout div language-selector {
    margin-left: 20px;
    vertical-align: middle;
    display: inline-block; }
  section.topbar-layout div .account-container {
    vertical-align: middle;
    display: inline-block; }
    section.topbar-layout div .account-container > div > a, section.topbar-layout div .account-container > div > span {
      margin-left: 10px; }

section div.file-upload label.choose-file {
  margin-bottom: initial; }

section div.file-upload span.filename {
  margin-top: 4px;
  display: block;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 9px; }

section div.file-upload div.close-btn {
  display: flex;
  justify-content: flex-end; }
  section div.file-upload div.close-btn span.mdi-close {
    font-size: 20px;
    cursor: pointer; }

section div.file-upload div.alert-danger {
  display: flex;
  justify-content: center;
  width: 50%;
  margin-bottom: 10px;
  margin-top: 10px;
  transform: translate(50%);
  text-transform: uppercase; }

section div.side-toolbar {
  position: fixed;
  top: 0;
  left: -48px;
  background-color: #383838;
  height: 100vh;
  width: 48px;
  text-align: center;
  z-index: 1000;
  transition: all .2s linear; }
  section div.side-toolbar.open {
    left: 0; }
  section div.side-toolbar h1.title {
    margin: 8px 0;
    color: #adadad;
    font-size: 11px;
    text-transform: uppercase; }
  section div.side-toolbar ul.actions {
    list-style: none;
    margin: 0;
    padding: 0; }
    section div.side-toolbar ul.actions li {
      display: block;
      height: 48px;
      line-height: 48px; }
      section div.side-toolbar ul.actions li a {
        color: #adadad; }
        section div.side-toolbar ul.actions li a:hover, section div.side-toolbar ul.actions li a.selected {
          color: #ffffff; }
        section div.side-toolbar ul.actions li a span.mdi {
          font-size: 24px; }

section div.side-panel {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  background-color: #252526;
  z-index: 999;
  -webkit-box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.2);
  transition: all .2s linear;
  color: #ffffff;
  overflow: auto;
  padding-bottom: 50px; }
  section div.side-panel.open {
    left: 48px; }
  section div.side-panel header {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    line-height: 28px;
    background-color: #383838; }
    section div.side-panel header h1.title {
      margin: 0;
      line-height: 28px;
      font-size: 12px;
      text-transform: uppercase;
      color: #adadad; }
    section div.side-panel header button.close {
      color: #adadad; }
      section div.side-panel header button.close:hover {
        color: #ffffff; }
  section div.side-panel div.tab-pane {
    height: calc(100vh - 132px);
    overflow: auto; }
  section div.side-panel footer {
    position: fixed;
    bottom: 0;
    margin: 8px;
    text-align: right;
    width: 284px; }
    section div.side-panel footer button.btn {
      font-size: 12px; }
      section div.side-panel footer button.btn.btn-primary {
        background-color: #383838;
        background-image: initial;
        border-color: #383838;
        color: #adadad; }
        section div.side-panel footer button.btn.btn-primary:hover {
          color: #ffffff; }
        section div.side-panel footer button.btn.btn-primary:focus {
          -webkit-box-shadow: 0px 0px 0px 3.2px rgba(173, 173, 173, 0.5);
          -moz-box-shadow: 0px 0px 0px 3.2px rgba(173, 173, 173, 0.5);
          box-shadow: 0px 0px 0px 3.2px rgba(173, 173, 173, 0.5); }
        section div.side-panel footer button.btn.btn-primary:active {
          background-color: #383838 !important;
          background-image: initial !important;
          border-color: #383838 !important;
          color: #ffffff !important; }

div #webPageEditorModal.modal {
  padding: initial !important; }
  div #webPageEditorModal.modal div.modal-dialog {
    margin: initial;
    max-width: 100vw;
    height: 100vh; }
    div #webPageEditorModal.modal div.modal-dialog div.modal-header {
      padding: 4px 8px;
      border: initial;
      border-radius: 0;
      background-color: #3c3c3c;
      color: #adadad; }
      div #webPageEditorModal.modal div.modal-dialog div.modal-header h4.modal-title {
        line-height: 24px;
        font-size: 12px; }
      div #webPageEditorModal.modal div.modal-dialog div.modal-header button {
        color: #ffffff; }
    div #webPageEditorModal.modal div.modal-dialog div.modal-content {
      height: 100%;
      background-color: #2b2b2b;
      color: #adadad; }
      div #webPageEditorModal.modal div.modal-dialog div.modal-content div.modal-body {
        display: flex;
        padding: initial; }
        div #webPageEditorModal.modal div.modal-dialog div.modal-content div.modal-body div.page-content {
          width: 50%;
          height: 100%; }
          div #webPageEditorModal.modal div.modal-dialog div.modal-content div.modal-body div.page-content div.toolbar {
            display: flex;
            justify-content: space-between;
            width: 100%;
            background-color: #333333; }
            div #webPageEditorModal.modal div.modal-dialog div.modal-content div.modal-body div.page-content div.toolbar a {
              display: block;
              line-height: 40px;
              width: 40px;
              height: 40px;
              text-align: center;
              font-size: 20px;
              color: #778585; }
              div #webPageEditorModal.modal div.modal-dialog div.modal-content div.modal-body div.page-content div.toolbar a:hover {
                color: #ffffff; }
        div #webPageEditorModal.modal div.modal-dialog div.modal-content div.modal-body div.horizontal-splitter {
          width: 2px;
          height: 100%;
          background-color: #cccccc; }
          div #webPageEditorModal.modal div.modal-dialog div.modal-content div.modal-body div.horizontal-splitter:hover {
            cursor: col-resize; }

section div.settings-panel div.settings header {
  display: block;
  padding: 2px;
  line-height: 16px;
  font-size: 12px;
  padding: 6px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #323232;
  color: #adadad; }
  section div.settings-panel div.settings header:hover {
    cursor: pointer; }

section div.settings-panel div.settings ul.nav-pills {
  font-size: 12px;
  background-color: #323232;
  border-bottom: solid 1px #6c757d; }
  section div.settings-panel div.settings ul.nav-pills li.nav-item {
    text-align: center;
    width: 50%; }
    section div.settings-panel div.settings ul.nav-pills li.nav-item a.nav-link {
      color: #adadad; }
      section div.settings-panel div.settings ul.nav-pills li.nav-item a.nav-link.active {
        background-color: initial;
        background-image: initial;
        color: #ffffff;
        border-bottom: solid 3px #ffffff; }

section div.settings-panel div.settings ul.lineup {
  list-style: none;
  margin: 0;
  padding: 0; }

section div.settings-panel div.settings div.content {
  margin-bottom: 12px;
  font-size: 12px;
  color: #adadad; }
  section div.settings-panel div.settings div.content.collapse {
    margin-bottom: 0; }
  section div.settings-panel div.settings div.content div.form-group {
    margin: 8px; }
    section div.settings-panel div.settings div.content div.form-group label {
      font-size: 11px;
      color: #adadad; }
    section div.settings-panel div.settings div.content div.form-group input, section div.settings-panel div.settings div.content div.form-group select {
      height: 28px; }
    section div.settings-panel div.settings div.content div.form-group input, section div.settings-panel div.settings div.content div.form-group select, section div.settings-panel div.settings div.content div.form-group textarea {
      padding: 8px;
      font-size: 12px;
      border-color: #6c757d;
      background-color: #252526;
      color: #adadad; }
      section div.settings-panel div.settings div.content div.form-group input::placeholder, section div.settings-panel div.settings div.content div.form-group select::placeholder, section div.settings-panel div.settings div.content div.form-group textarea::placeholder {
        text-transform: initial; }
    section div.settings-panel div.settings div.content div.form-group input[type=file] {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    section div.settings-panel div.settings div.content div.form-group input[type=file] + label {
      display: inline-block;
      cursor: pointer; }
    section div.settings-panel div.settings div.content div.form-group input[type=file]:focus + label,
    section div.settings-panel div.settings div.content div.form-group input[type=file] + label:hover {
      color: #ffffff; }
    section div.settings-panel div.settings div.content div.form-group select {
      padding: 4px; }
    section div.settings-panel div.settings div.content div.form-group a {
      color: #adadad; }
      section div.settings-panel div.settings div.content div.form-group a:hover {
        color: #ffffff; }
      section div.settings-panel div.settings div.content div.form-group a[disabled="disabled"] {
        pointer-events: none; }
    section div.settings-panel div.settings div.content div.form-group button.btn {
      font-size: 12px;
      text-transform: uppercase;
      color: #adadad; }
      section div.settings-panel div.settings div.content div.form-group button.btn:hover {
        color: #ffffff; }
      section div.settings-panel div.settings div.content div.form-group button.btn.btn-primary {
        padding: 4px 12px 4px 12px;
        background-color: #383838;
        background-image: initial;
        border-color: #6c757d; }
        section div.settings-panel div.settings div.content div.form-group button.btn.btn-primary:active {
          background-color: #383838 !important;
          background-image: initial !important;
          border-color: #6c757d !important; }
        section div.settings-panel div.settings div.content div.form-group button.btn.btn-primary:disabled {
          color: #adadad; }
    section div.settings-panel div.settings div.content div.form-group div.checkbox {
      color: #6c757d; }
      section div.settings-panel div.settings div.content div.form-group div.checkbox a {
        display: flex;
        line-height: 30px;
        color: #adadad; }
        section div.settings-panel div.settings div.content div.form-group div.checkbox a span {
          font-size: 12px; }
          section div.settings-panel div.settings div.content div.form-group div.checkbox a span.mdi {
            margin-right: 4px;
            font-size: 20px; }
        section div.settings-panel div.settings div.content div.form-group div.checkbox a:hover {
          text-decoration: none; }
    section div.settings-panel div.settings div.content div.form-group div.input-group-prepend {
      border: solid 1px #6c757d;
      width: 28px;
      height: 28px; }

div.gradient-colors div.gradient-colors-inline {
  display: flex; }
  div.gradient-colors div.gradient-colors-inline div.color-one {
    margin-right: 4px; }
  div.gradient-colors div.gradient-colors-inline div.color-two {
    margin-left: 4px; }

div.gradient-angle {
  width: 139px; }

section.menu-and-navigation-panel .dndDraggingSource {
  display: none; }

section.menu-and-navigation-panel .navigation-pane {
  overflow: initial !important; }

section.menu-and-navigation-panel .navigation-pane .content {
  display: flex;
  flex-direction: column;
  height: 100%; }

section.menu-and-navigation-panel .menu-container {
  overflow-y: auto;
  flex: 1; }

section.menu-and-navigation-panel .ui-sortable-placeholder {
  height: 40px;
  border: dashed 1px #6c757d;
  visibility: visible !important; }

section.menu-and-navigation-panel .dropdown.show .dropdown-toggle {
  background-color: transparent; }

section.menu-and-navigation-panel .dropdown .dropdown-toggle {
  border: solid 1px #6c757d;
  color: #adadad;
  margin: 10px 8px 5px 8px;
  background-color: transparent; }

section.menu-and-navigation-panel .dropdown .dropdown-menu {
  background-color: white;
  background-image: none; }
  section.menu-and-navigation-panel .dropdown .dropdown-menu .dropdown-item {
    background-color: white;
    color: black; }

section.menu-and-navigation-panel .help-button-menu {
  font-size: 24px;
  padding-right: 8px; }

section.menu-and-navigation-panel ul.menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  section.menu-and-navigation-panel ul.menu.sub-menu li {
    margin: 0;
    margin-top: 8px; }
  section.menu-and-navigation-panel ul.menu li {
    margin: 8px; }
    section.menu-and-navigation-panel ul.menu li div.menu-item.new-item {
      margin-top: 8px; }
    section.menu-and-navigation-panel ul.menu li div.menu-item > div {
      border: solid 1px #6c757d;
      padding: 0px 6px 0px 4px;
      font-size: 12px; }
    section.menu-and-navigation-panel ul.menu li div.menu-item div.new-page-header-container {
      height: 38px;
      padding-left: 10px;
      display: flex;
      align-items: center; }
    section.menu-and-navigation-panel ul.menu li div.menu-item div.name-container {
      display: flex;
      height: 28px;
      min-width: 0; }
      section.menu-and-navigation-panel ul.menu li div.menu-item div.name-container span {
        line-height: 28px;
        font-size: 12px;
        color: #adadad;
        text-transform: uppercase; }
        section.menu-and-navigation-panel ul.menu li div.menu-item div.name-container span.mdi.mdi-drag-vertical {
          font-size: 18px; }
          section.menu-and-navigation-panel ul.menu li div.menu-item div.name-container span.mdi.mdi-drag-vertical:hover {
            cursor: move; }
        section.menu-and-navigation-panel ul.menu li div.menu-item div.name-container span.name {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      section.menu-and-navigation-panel ul.menu li div.menu-item div.name-container a {
        display: block;
        text-align: center;
        width: 28px;
        height: 28px;
        color: #adadad; }
        section.menu-and-navigation-panel ul.menu li div.menu-item div.name-container a:hover {
          color: #ffffff;
          text-decoration: none; }
        section.menu-and-navigation-panel ul.menu li div.menu-item div.name-container a span.mdi.mdi-add {
          line-height: 29px;
          font-size: 18px; }
    section.menu-and-navigation-panel ul.menu li div.menu-item div.actions {
      display: flex;
      width: auto; }
      section.menu-and-navigation-panel ul.menu li div.menu-item div.actions a {
        display: block;
        text-align: center;
        width: 28px;
        height: 28px;
        color: #adadad; }
        section.menu-and-navigation-panel ul.menu li div.menu-item div.actions a:hover {
          color: #ffffff;
          text-decoration: none; }
        section.menu-and-navigation-panel ul.menu li div.menu-item div.actions a.active span.mdi-settings-outline {
          color: #ffffff; }
        section.menu-and-navigation-panel ul.menu li div.menu-item div.actions a span.mdi.mdi-close, section.menu-and-navigation-panel ul.menu li div.menu-item div.actions a span.mdi.mdi-eye-outline, section.menu-and-navigation-panel ul.menu li div.menu-item div.actions a span.mdi.mdi-eye-off-outline, section.menu-and-navigation-panel ul.menu li div.menu-item div.actions a span.mdi.mdi-settings-outline, section.menu-and-navigation-panel ul.menu li div.menu-item div.actions a span.mdi.mdi-plus {
          line-height: 29px;
          font-size: 18px; }
        section.menu-and-navigation-panel ul.menu li div.menu-item div.actions a span.mdi.mdi-close:hover {
          color: #e95144; }
    section.menu-and-navigation-panel ul.menu li div.menu-item div.settings {
      overflow: hidden;
      width: 100%;
      height: 0; }
      section.menu-and-navigation-panel ul.menu li div.menu-item div.settings.open {
        height: auto; }
      section.menu-and-navigation-panel ul.menu li div.menu-item div.settings div.actions {
        display: flex;
        justify-content: space-between; }
        section.menu-and-navigation-panel ul.menu li div.menu-item div.settings div.actions .btn.btn-primary {
          align-items: flex-end;
          background-color: #383838;
          background-image: initial;
          border-color: #383838;
          color: #adadad; }
          section.menu-and-navigation-panel ul.menu li div.menu-item div.settings div.actions .btn.btn-primary:hover {
            color: #ffffff; }
    section.menu-and-navigation-panel ul.menu li div.add-button {
      border-width: 1px;
      border-style: dashed;
      line-height: 29px;
      text-align: center;
      opacity: 0.6;
      transition: 0.2s;
      cursor: pointer;
      justify-content: center;
      text-transform: uppercase; }
      section.menu-and-navigation-panel ul.menu li div.add-button:hover {
        opacity: 1; }
    section.menu-and-navigation-panel ul.menu li div.sub-menu-item {
      margin: 8px 0 8px 16px; }
      section.menu-and-navigation-panel ul.menu li div.sub-menu-item div.name-container {
        display: flex;
        width: 180px; }
        section.menu-and-navigation-panel ul.menu li div.sub-menu-item div.name-container span.name {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 175px; }

ul.layouts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; }
  ul.layouts li.layout {
    padding: 4px; }
    ul.layouts li.layout.selected {
      background-color: #323232; }
    ul.layouts li.layout:hover:not(.selected) {
      cursor: pointer;
      background-color: #3a3a3a; }

div.form-group.page-url {
  display: flex;
  justify-content: space-between;
  line-height: 20px; }
  div.form-group.page-url span.mdi {
    font-size: 16px; }

div.language-selection {
  display: flex; }

ul.languages {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.languages li.language {
    display: flex;
    justify-content: space-between;
    padding: 8px 0; }
    ul.languages li.language div.name {
      width: 180px; }
    ul.languages li.language span.badge {
      line-height: 14px;
      padding-top: 3px; }
      ul.languages li.language span.badge.badge-secondary {
        background-color: #383838;
        color: #adadad; }
        ul.languages li.language span.badge.badge-secondary:hover {
          color: #ffffff; }

div.tables-panel {
  height: calc(100vh - 94px);
  overflow: auto; }

section div.lists-panel {
  padding-left: 10px;
  padding-right: 10px; }
  section div.lists-panel div.card-header {
    color: #565656; }
  section div.lists-panel div.list-item {
    padding: 6px 0px;
    border-bottom: 1px solid #383838; }
    section div.lists-panel div.list-item span.mdi-pencil {
      font-size: 16px;
      cursor: pointer; }
    section div.lists-panel div.list-item span.mdi-delete {
      font-size: 16px;
      cursor: pointer; }
  section div.lists-panel div.no-lists {
    padding: 12px;
    text-align: center;
    border: 1px solid #383838;
    margin-top: 8px; }

#addListWindow {
  color: #212529;
  overflow: auto !important; }
  #addListWindow div #accordion {
    border: 1px solid #d8d8d8; }
  #addListWindow div.card-header {
    cursor: pointer;
    color: #565656; }
  #addListWindow span.mdi-pencil {
    font-size: 16px;
    cursor: pointer; }
  #addListWindow span.mdi-delete {
    font-size: 16px;
    cursor: pointer; }

section div.file-upload-editor label.choose-file {
  margin-bottom: initial; }

section div.file-upload-editor span.filename {
  display: block;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 9px; }

section.columns-display-select .arrow-move {
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer; }

section.columns-display-select .check-box {
  font-size: 24px;
  vertical-align: middle; }

section div.multiple-image-upload span.image-name {
  font-weight: bold; }

section div.multiple-image-upload span.mdi-close, section div.multiple-image-upload span.mdi-chevron-up, section div.multiple-image-upload span.mdi-chevron-down {
  font-size: 20px;
  cursor: pointer; }

section div.multiple-image-upload span.mdi-checkbox-marked-outline {
  color: #00c500;
  font-size: 20px;
  vertical-align: middle; }

section div.multiple-image-upload div.no-images {
  border: 1px dashed #e2e2e2;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex; }

section div.multiple-image-upload div.image-filename {
  flex: 1;
  width: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

section div.multiple-image-upload div.image-line {
  padding: 8px;
  border: 1px solid #f8f9fa;
  border-radius: 4px;
  margin: 8px 0px; }

section div.multiple-image-upload div.image-src {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden; }

section div.multiple-image-upload div.alert-danger {
  display: flex;
  justify-content: center;
  width: 50%;
  margin-bottom: 10px;
  margin-top: 10px;
  transform: translate(50%);
  text-transform: uppercase; }

section div.multiple-image-upload label.hyperlink-label {
  margin-top: 0.5rem; }

section.faq-editor fieldset {
  padding: 20px;
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
  border-radius: 3px; }

section.faq-editor .no-section {
  border: 3px #ced4da dashed;
  border-radius: 5px;
  padding: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center; }

section.faq-editor .mdi {
  cursor: pointer;
  color: black !important; }

section.faq-editor .move-btn {
  font-size: 20px;
  cursor: pointer; }

section.faq-editor .faqs {
  border: 1px solid #ced4da;
  border-radius: 3px;
  background-color: #e9ecef; }
  section.faq-editor .faqs > div {
    padding: 5px 10px;
    font-size: 16px; }
    section.faq-editor .faqs > div:not(:last-child) {
      border-bottom: 1px solid #ced4da; }

section.select-icon .selected-icon {
  font-size: 32px; }

section.select-icon .icon {
  display: inline-block; }

section.select-icon .danger-btn {
  font-size: 20px; }

section.select-icon .modal .modal-dialog {
  max-width: 1000px; }
  section.select-icon .modal .modal-dialog .modal-body .icon {
    font-size: 26px;
    padding: 4px;
    border: 4px solid transparent; }
    section.select-icon .modal .modal-dialog .modal-body .icon .mdi {
      color: black !important; }
  section.select-icon .modal .modal-dialog .modal-body .selected {
    border: 4px solid black; }

.success {
  color: #389e3d; }

.warning {
  color: #cca700; }

.error {
  color: #ec6145; }

@font-face {
  font-family: 'social-media-icons';
  src: url("fonts/social-media-icons.eot?r326bn");
  src: url("fonts/social-media-icons.eot?r326bn#iefix") format("embedded-opentype"), url("fonts/social-media-icons.ttf?r326bn") format("truetype"), url("fonts/social-media-icons.woff?r326bn") format("woff"), url("fonts/social-media-icons.svg?r326bn#social-media-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social-media-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-instagram:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-tiktok:before {
  content: "\e903"; }
