.highlight {
    padding: 0px;
    margin-left: 0px !important;
    margin-bottom: 0px;
    background: #ff8800 !important;
}

.connector.highlight {
    border-color: #ff8800 !important;
    background: transparent !important;
}

.label {
    font-family: "Roboto Condensed", "Roboto", Arial;
    margin: 3px;
    padding: 10px 12px 10px 15px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-transform: capitalize;
    min-width: 150px;
}

#tournoi {
    margin: 15px;
    /*overflow-y: auto; */
    /*overflow-x: hidden;*/
}

.bracket-container {
    /*overflow-x: auto;*/
    overflow-y: auto;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.teamContainer {
    margin-bottom: 5px;
}

.teamContainer .team:nth-child(1) {
    background: rgb(64, 64, 76);
}

.teamContainer .team:nth-child(2) {
    background: linear-gradient( to right, rgb(40, 40, 50) 0%, rgb(40, 40, 50) 100%);
}

.team {
    height: 29px !important;
    justify-content: center;
}

.score {
    height: 29px !important;
}



.lose.highlight {
    border-color: #ff8800;
    background: #ff8800;
}

.win.highlight {
    border-color: #ff8800;
    background: #ff8800;
}

#tournoi a {
    font-family: "Roboto Condensed", "Roboto", Arial;
    margin: 3px;
    /* padding: 10px 12px 10px 15px; */
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    min-width: 150px;
}

div.jQBracket .team.lose {
    background: rgb(64, 64, 76);
}

div.jQBracket .team.win {
    background: linear-gradient( to right, rgb(40, 40, 50) 0%, rgb(40, 40, 50) 100%);
}