#gab-cup > * {
    box-sizing: content-box;
}
#gab-cup {
    overflow: hidden;
    background-color: #e1e1e1;
    padding-top: 20px;
    font-size: 12px;
    padding: 40px 0; }
    #gab-cup .container {
      max-width: 95%;
      margin: 0 auto;
      display: flex;
      flex-direction: row; }
    #gab-cup .split {
      display: block;
      float: left;
      display: flex;
      width: 42%;
      flex-direction: row;
      overflow-x: auto; }
    #gab-cup .champion {
      float: left;
      display: block;
      width: 16%;
      flex-direction: row;
      align-self: center;
      margin-top: -15px;
      text-align: center;
      padding: 230px 0\9; }
      #gab-cup .champion .round-details {
        color: #242981;
        font-weight: bold;
        font-size: 16px;
        height: auto;
        margin-bottom: 20px; }
      #gab-cup .champion .matchup-details {
        color: #f27900;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        margin-top: 10px; }
    #gab-cup .round {
      display: block;
      float: left;
      display: flex;
      flex-direction: column;
      width: 95%;
      width: 30.8333% \9; }
    #gab-cup .split-one .round {
      margin: 0 2.5% 0 0; }
    #gab-cup .split-two .round {
      margin: 0 0 0 2.5%; }
    #gab-cup .matchup {
      display: flex;
      flex-direction: column;
      margin: 0;
      width: 100%;
      padding: 10px 0;
      height: 60px;
      transition: all 0.2s;
      text-decoration: none; }
      #gab-cup .matchup .team {
        background-color: #fff;
        color: black;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        opacity: 1;
        transition: all ease-out 300ms; }
        #gab-cup .matchup .team.win {
          font-weight: bold; }
      #gab-cup .matchup:hover .team {
        color: #242981;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
    #gab-cup .score {
      font-size: 11px;
      text-transform: uppercase;
      float: right;
      color: #f27900;
      position: absolute;
      right: 0;
      padding: 0 5px 0;
      background: white; }
    #gab-cup .team {
      padding: 0 5px;
      margin: 3px 0;
      height: 25px;
      line-height: 25px;
      white-space: nowrap;
      overflow: hidden;
      position: relative; }
    #gab-cup .round-two .matchup {
      margin: 0;
      height: 60px;
      padding: 50px 0; }
    #gab-cup .round-three .matchup {
      margin: 0;
      height: 60px;
      padding: 130px 0; }
    #gab-cup .round-four .matchup {
      margin: 0;
      height: 60px;
      padding: 290px 0; }
    #gab-cup .round-details {
      font-size: 10px;
      font-weight: bold;
      color: #f27900;
      text-transform: uppercase;
      text-align: center;
      height: 40px; }
    #gab-cup .final {
      margin: 4.5em 0; }
      #gab-cup .final img {
        display: block;
        max-width: 100%;
        margin: 0 auto 20px; }
    @media screen and (min-width: 981px) and (max-width: 1099px) {
      #gab-cup .container {
        margin: 0 1%; }
      #gab-cup .champion {
        width: 14%; }
      #gab-cup .split {
        width: 43%; }
      #gab-cup .split-one .vote-box {
        margin-left: 138px; } }
    @media screen and (max-width: 1200px) {
      #gab-cup .container {
        flex-direction: column; }
      #gab-cup .split {
        width: 95%;
        margin: 25px 2.5%;
        border-bottom: 1px solid #b6b6b6;
        padding-bottom: 20px; }
      #gab-cup .round {
        width: 21%; }
      #gab-cup .champion {
        width: 95%;
        margin: 25px 2.5%;
        order: 3; } }
  