#brackets-wrapper, #round-titles-wrapper{
      /*position: relative;
      margin-top: 20px;
      float: left;*/
  }

  #brackets-wrapper{
      top: 70px;
  }

  .round-title{
      height: 30px;
      text-align: center;
      line-height: 30px;
  }

  .round-title, .match-wrapper{
      border: 1px solid #cdc9c9;
      box-sizing: border-box;
      position: absolute;
      width: 150px;
      background-color: #f5f5f5;
  }

  .match-divider{
      width: 100%;
      float: left;
      border-top: 1px solid #cdc9c9;
  }

  .horizontal-connector, .vertical-connector{
      position: absolute;
  }

  .vertical-connector{
      border-left: 3px solid #cdc9c9;
      width: 3px;
  }

  .horizontal-connector{
      border-top: 3px solid #cdc9c9;
      width: 20px;
  }

  .player-wrapper{
      background-color: #f5f5f5;
      border-right: 1px solid #cdc9c9;
      box-sizing: border-box;
      padding-left: 5px;
      width: 80%;
  }

  .score{
      background-color: #f0f0f0;
      box-sizing: border-box;
      text-align: center;
      width: 20%;
      border: 0;
      font-size: 16px;
      font-family: arial, sans-serif;
      border: 1px solid gray;
      width: 8%;
      
  }

  .player-wrapper, .score{
      float: right;
      height: 30px;
      line-height: 30px;
      overflow: hidden;
  }

  #version{
      color: #404040;
      width: 488px;
      text-align: center;
      margin-left: 20px;
  }

.equipo-playoffs{
  font-size: 10px;
  font-family: arial, sans-serif;
float: left;
}
  select{
      border: 0 none;
      border-right: 1px solid #cdc9c9;
      height: 30px;
      width: 60%;
      background-color: #f5f5f5;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      font-size: 16px;
      font-family: arial, sans-serif;
  }

  select::-ms-expand{
      display: none;
  }
  .Yo{
      display:none;
  }
  .playoff-1-2 .match-wrapper{
    top: 210px !important;
  }
  .playoff-1-3 .match-wrapper{
    top: 0px !important;
    right: 0px !important;
    left: unset !important;
  }
  .playoff-1-4 .match-wrapper{
    top: 210px !important;
left: unset !important;
right: 0px;  
}
.playoff-2-1 .match-wrapper{
    top: 105px !important;

}
.playoff-2-2 .match-wrapper{
    top: 105px !important;
    left: unset !important;
    right: 248px;
}
.playoff-3-1 .match-wrapper{
    left: calc(50% - 209px/2) !important;
    top:105px !important;
    /* background-color: #4e0d5f; */
}
.playoff-3-1 .match-wrapper .score{
    /* background-color: #4e0d5f; */
    height: 50px;
    width: 30px;
}
.playoff-3-1 .match-wrapper .equipo-playoffs{
    width: 70% !important;
}
.match-wrapper h5{

    font-size: 10px;
}
.horizontal-playoff-1-1:nth-of-type(2){

}
.horizontal-playoff-1-1:nth-of-type(3){
    top: 135px !important;
}
.horizontal-playoff-1-2:nth-of-type(5){
    top: 240px !important;
}
.horizontal-playoff-1-2:nth-of-type(6){
    display: none !important;
}
.horizontal-playoff-1-3{
    left: unset !important;

    right: 209px;
    
    top: 30px !important;
}
.horizontal-playoff-1-4:nth-of-type(11){
    left: unset !important;

    right: 209px;
    
    top: 240px !important;
}
.horizontal-playoff-1-4:nth-of-type(12){
    left: unset !important;

    right: 229px;
    
    top: 135px !important;
}
.vertical-playoff-1-1{

}
.vertical-playoff-1-2{
    height: 158px !important;
}
.vertical-playoff-1-3{
    left: unset !important;

    right: 227px;
    
    top: 30px !important;
    
    height: 100px !important;
}
.vertical-playoff-1-4{
    left: unset !important;

    right: 227px;
    
    top: 100px !important;
    
    height: 142px !important;
}
.vertical-playoff-2-1{
    display: none;
}
.vertical-playoff-2-2{
    display: none;
}
.horizontal-playoff-2-1{
    display: none;
}
.horizontal-playoff-2-2{
    display: none;
}
.playoff-3-1{
    display:block;
}

  @media print{
      form, h1, #version{
          display: none;
      }
      .round-title, .match-wrapper, .player-wrapper{
          border-color: black;
      }
      .match-divider, .vertical-connector, .horizontal-connector, select{
          border-color: black;
      }
  }
