.top-bar{
    width: 830px;
    height: 37px;
    float: left;
    display: table;
}

.tourney-name{
    width: 350px;
    height: 37px;
    background-color: #bf1e2e;
    display: table-cell;
    text-align: center;
    float: left;
    font-size: 30px;
    color: #e6e6e6;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
}

.series-score{
    width: 60px;
    height: 37px;
    background-color: #bf1e2e;
    display: table-cell;
    text-align: center;
    float: left;
    font-size: 25px;
    color: #e6e6e6;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
    
}

.g1, .g2, .g3, .g4, .g5, .g6, .g7{
    width: 60px;
    height: 37px;
    background-color: #bf1e2e;
    display: table-cell;
    text-align: center;
    float: left;
    font-size: 25px;
    color: #e6e6e6;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
}

.team-names{
    width: 830px;
    height: 136px;
}

.blue-team{
    width: 350px;
    height: 68px;
    background-color: #131313;
    display: table-cell;
    float: left;
    font-size: 25px;
    color: #e6e6e6;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: left;
    line-height: 68px;
}

.blue-series{
    width: 60px;
    height: 68px;
    background-color: #212121;
    float: left;
    font-size: 30px;
    color: #e6e6e6;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    line-height: 68px;
}

.orange-team{
    width: 350px;
    height: 68px;
    background-color: #131313;
    float: left;
    font-size: 25px;
    color: #e6e6e6;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: left;
    line-height: 68px;
}

.blue-g1, .blue-g2, .blue-g3, .blue-g4, .blue-g5, .blue-g6, .blue-g7{
    width: 60px;
    height: 68px;
    background-color: #e6e6e6;
    float: left;
    font-size: 30px;
    color: #212121;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    line-height: 68px;
}

.orange-series{
    width: 60px;
    height: 68px;
    background-color: #212121;
    float: left;
    font-size: 30px;
    color: #e6e6e6;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    line-height: 68px;
}

.orange-g1, .orange-g2, .orange-g3, .orange-g4, .orange-g5, .orange-g6, .orange-g7{
    width: 60px;
    height: 68px;
    background-color: #e6e6e6;
    float: left;
    font-size: 30px;
    color: #212121;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    line-height: 68px;
}

.blue{
    width: 10px;
    height: 68px;
    float: left;
    background-color: #445bae;
}

.orange{
    width: 10px;
    height: 68px;
    float: left;
    background-color: #e9993e;
}

