.g_gracket {
    width: 9999px;
    background-color: #fff;
    padding: 55px 15px 5px;
    line-height: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .g_round {
    float: left;
    margin-right: 70px;
  }
  
  .g_game {
    position: relative;
    margin-bottom: 15px;
  }
  
  .g_gracket h3 {
    margin: 0;
    padding: 10px 8px 8px;
    font-size: 18px;
    font-weight: normal;
    color: #fff
  }
  
  .g_team {
    background: red;
  }
  
  .g_team:last-child {
    background: blue;
  }
  
  .g_round:last-child {
    margin-right: 20px;
  }

  .g_round:last-child div:nth-child(3){
    height: 0px !important;
  }
  
  
  .g_winner {
    background: #444;
  }
  
  .g_winner .g_team {
    background: none;
  }
  
  .g_current {
    cursor: pointer;
    background: #A0B43C!important;
  }
  
  .g_round_label {
    top: 0;
    font-weight: normal;
    color: #CCC;
    text-align: center;
    font-size: 18px;
  }