.playoff-table *{box-sizing:border-box}.playoff-table{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch;background-color:#f5f5f5}.playoff-table .playoff-table-content{display:flex}.playoff-table .playoff-table-tour{align-items:center;display:flex;flex-direction:column;justify-content:space-around;position:relative}.playoff-table .playoff-table-pair{position:relative}.playoff-table .playoff-table-pair:before{background-color:red;content:""}.playoff-table .playoff-table-pair:after{background-color:#f5f5f5;content:"";height:1000px;position:absolute;right:-12px;width:3px;z-index:1}.playoff-table .playoff-table-pair:nth-child(2n):after{top:28px}.playoff-table .playoff-table-pair:nth-child(odd):after{bottom:28px}.playoff-table .playoff-table-pair-style{background-color:#fff;margin-bottom:20px;width:160px}.playoff-table .playoff-table-group{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;margin-bottom:20px;overflow:hidden;padding-left:10px;padding-right:11px;position:relative}.playoff-table .playoff-table-group .playoff-table-pair-style:last-child{margin-bottom:0}.playoff-table .playoff-table-group:after{background-color:red;bottom:29px;content:"";position:absolute;right:0;top:28px;width:1px}.playoff-table .playoff-table-group:last-child{margin-bottom:0}.playoff-table .playoff-table-left-player,.playoff-table .playoff-table-right-player{min-height:26px;padding:3px 5px}.playoff-table .playoff-table-left-player:before{background-color:red;bottom:27px;content:"";height:1px;left:-12px;position:absolute;width:12px}.playoff-table .playoff-table-third-place{left:11px;margin-top:100px;position:absolute;top:50%;transform:translateY(-50%)}.playoff-table .playoff-table-third-place .playoff-table-left-player:before{display:none}.playoff-table .playoff-table-tour:first-child .playoff-table-group{padding-left:0}.playoff-table .playoff-table-tour:first-child .playoff-table-left-player:before,.playoff-table .playoff-table-tour:last-child .playoff-table-group:after,.playoff-table .playoff-table-tour:last-child .playoff-table-pair:after,.playoff-table .playoff-table-tour:last-child .playoff-table-pair:before{display:none}