.vtb-item{display:flex;flex-direction:row-reverse}.vtb-item p{padding:20px;margin:0;background-color:#999}.vtb-item-parent{position:relative;margin-left:50px;display:flex;align-items:center}.vtb-item-players{flex-direction:column;margin:0}.vtb-item-players .vtb-player{padding:10px}.vtb-item-players .winner{border:.5px solid #000;min-width:120px;min-height:15px}.vtb-item-players .defeated{min-width:120px;min-height:20px}.vtb-item-parent:after{position:absolute;content:"";width:25px;height:2px;left:0;top:50%;background-color:grey;transform:translateX(-100%)}.vtb-item-children{display:flex;flex-direction:column;justify-content:center}.vtb-item-child{display:flex;align-items:flex-start;justify-content:flex-end;margin-top:5px;margin-bottom:10px;position:relative}.vtb-item-child:before{right:0;transform:translateX(100%);width:25px;height:1px}.vtb-item-child:after,.vtb-item-child:before{content:"";position:absolute;background-color:grey;top:50%}.vtb-item-child:after{right:-25px;height:calc(50% + 22px);width:2px}.vtb-item-child:last-child:after{transform:translateY(-100%)}.vtb-item-child:only-child:after{display:none}.vtb-wrapper{display:flex}