.matchBox {
    position: relative;
    padding: 0 50px;
    float: left;
    height: 1040px;
}

.matchRound {
    float: left;
    width: 180px;
}

.matchMatch {
    float: left;
    height: 130px;
    text-decoration: none;
}

.matchMatch, .matchWinner {
    width: 180px;
}

.winnerDescription {
    font-weight: bold;
    border-top: solid 1px #999;
    color: #444;
    font-size: 11px;
    padding-left: 3px;
}

.matchWinner {
    position: absolute;
    top: 50%;
    margin-left: 180px;
}

.matchBackgroundLogo {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.matchMatchStatus {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    padding-right: 5px;
    font-size: 10px;
    color: #777;
}

.matchTeamTable td, .matchWinner td {
    border-left: 0px solid #ffffff;
}

.matchTeamTable tr:hover td {
    background: #ffffff;
    color: #444;
}

.tdTeamLogo {
    text-align: center;
}

.tdTeamName {
    font-size: 11px;
    color: #444;
    font-weight: bold;
}

.colTeamLogo {
    width: 30px;
}

.team2 {
    border: solid 1px #999;
    border-left: none;
    position: relative;
}

.matchMatch table td {
    vertical-align: bottom;
}

/* admin */
.matchForm {
    display: flex;
    align-items: center;
}

/* pairing party */
.pairingParty {
    width: 800px;
    margin: 0px auto;
    padding: 10px;
}

.logoDisplay {
    margin-top: 30px;
    text-align: center;
}

.pairingParty h4 {
    color: #333;
    font-size: 30px;
    margin-bottom: 8px;
}

.pairingParty h5 {
    color: #333;
    font-size: 22px;
    margin-bottom: 8px;
}

.pairingParty li {
    list-style: none;
    font-size: 26px;
    margin: 4px;
}


.pairingTeam {
    display: inline-block;
    width: 395px;
}