
.draw-container
{
    display:flex;
    width:90%;
}

.draw-column {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 340px;
    margin-right: 70px;
}

.draw-score-pod {
    /*min-height: 85px;*/
    text-rendering: optimizeLegibility;
    width: 100%;
    z-index: 5;
    /*border:solid 1px #f4f4f4;*/
    margin-bottom:20px;
    position:relative;
}

.draw-score-pod.doubles {
    height: 103px;
}

.draw-score-pod:before {
    width: 102px;
    left: -100px;
    border-radius: 2px;
    position: relative;
    border-top: solid 2px var(--drawLine);
    border-left: solid 2px var(--drawLine);
    height: 1px;
    top: 52%;
    width: 33px;
    left: -35px;
    display: block;
    content: " ";    
}

    .draw-score-pod:after {
        border-color: var(--drawLine);
        display: block;
        border-width: 2px;
        position: relative;
        width: 30px;
        left: 102%;
        content: " ";
        height: 100%;
    }

.draw-score-pod:nth-child(odd):after {
    border-right-style: solid;
    border-top-style: solid;
    top: -50%;
    border-top-right-radius: 4px;
}

.draw-score-pod:nth-child(2n):after {
    border-right-style: solid;
    border-bottom-style: solid;
    border-bottom-right-radius: 4px;
    top: -150%;
    padding: 0;
    margin: 0;    
}

.draw-column:nth-child(2) .draw-score-pod:nth-child(odd):after
{
    height:100%;
}

.draw-column:nth-child(1) .draw-score-pod:before,
.draw-column:nth-child(4) .draw-score-pod:before {
    border-bottom-style: none;
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;    
    padding: 0;
    margin: 0;    
}

.draw-column:nth-child(3) .draw-score-pod:nth-child(odd):after {
    border-bottom-style: none;
    border-top-style: solid;
    border-right-style: solid;
    top: -50%;
    padding: 0;
    margin: 0;
    height: 100%;
}

.draw-column:nth-child(3) .draw-score-pod:nth-child(even):after {
    border-right-style: solid;
    border-bottom-style: solid;
    border-bottom-right-radius: 4px;
    top: -150%;
    padding: 0;
    margin: 0;
}

.draw-column:last-child .draw-score-pod:after {
    border-bottom-style: none;
    border-top-style: none;
    border-right-style: none;    
    padding: 0;
    margin: 0;
}

table.match-teams {
    width: 100%;
    height: 100%;
    background: var(--scorePod) !important;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 3px #888;
    /*border: solid 1px #888;*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

table.match-teams:hover {    
    box-shadow: none;
    transition-delay: 0.3s;
}

    table.match-team1s:hover td.status {
        background: var(--menuSelected);
        color: var(--menuSelectedText);
    }

.match-teams td {
    font-size: 13px;
    font-weight: 600;
    /*border:solid 1px #000;*/
    text-align: center;
    vertical-align: middle;
    padding: 0;
    color: #000;
}

.match-teams td:first-child, .result-teams td:first-child {    
    /*background: #4CAF50;*/    
    padding-left: 5px;
    text-align:left;
    /*width: 100%;*/
    height: 50px;
}

    .match-teams td.status, .ScoreTable td.status {
        /*border: solid 1px #000;*/
        min-width: 30px;
        /*color: #fff;*/
        border-radius: 0 !important;
        background: var(--menuText) !important;
        color: var(--menuBackground) !important;
        border-bottom: solid 1px var(--drawLine);
        width: 20px;
        text-align: center;
    }

    .match-teams td.score {
        /*border: solid 1px #000;*/
        min-width: 40px;
        font-weight: 600;
        background: #ffffff82;
        border-right: 1px solid #b8ba24;
        border-bottom: 1px solid #b8ba24;
    }

.draw-container .playerName, .ScoreTable .playerName {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*max-width: 75px;*/
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    color: var(--scorePodText);
}

table.result-teams {
    width: 100%;
    height: 100%;
    border-radius: 0 0 5px 5px;
}

.match-teams .walkover {
    max-width: 100% !important;
    color: #fff !important;
    font-size: 10px !important;
    height: 40px !important;
    border-radius: 50%;
    float: left;
    padding: 10px !important;
    background: #ccc !important;
}

.match-teams .retired {
    max-width: 100% !important;
    color: #fff !important;
    font-size: 10px !important;
    height: 40px !important;
    border-radius: 50%;
    float: left;
    padding: 10px !important;
    background: #4caf50 !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
.match-teams .playerBox a, .match-teams .playerBox, .ScoreTable .playerBox, .ScoreTable .playerBox a {
    color: var(--scorePodText);
    font-size: 13px;
    padding-right: 2px;
    min-width: 120px;
    position: relative;
}

span.rightInfo {
    color: var(--scorePodText);
    font-size: 11px;
    position: relative;
    right: -3px;
    top: 2px;
}

.match-teams .scoreDisplay, .result-teams .scoreDisplay {
    color: var(--scorePodText);
    font-size: 14px;
    padding: 4px 5px;
    text-align: center;
}

.match-teams .borderBottom, .ScoreTable .borderBottom {
    border-bottom: solid 1px var(--drawSplit);
}


.ScoreTable {
    background: var(--scorePod);
}