
body {
    background: #1E1E1E url('../img/bg-dark.png') center top repeat-y;
    background-size: cover;
    height: 100%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.tournament-content {
    background: url('../img/bg-torneio.png') top center no-repeat;
    background-size: cover;
    padding: 68px 140px;
    margin: 0;
}

.tournament-content h1 {
    color: white;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 44px;
    text-align: center;
}

.warning {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 0 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: -25px;
    text-align: center;
}

.table-content {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.content {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
}

.content h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFC700;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black,
                 -1px 1px 0 black, 1px 1px 0 black;
    margin-bottom: 5px;
}

.rows-content {
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.content.top .rows-content {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.content.name .rows-content {
    border-radius: 0;
}

.content.points .rows-content {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.rows {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #41abe9;
    padding: 6px 0;
}


/* Restaurando fundos visuais */
body {
    background: #1E1E1E url('../img/bg-dark.png') center top repeat-y;
    background-size: cover;
}

.tournament-content {
    background: url('../img/bg-torneio.png') top center no-repeat;
    background-size: cover;
}

.content .rows-content {
    background-color: #ffffff;
}

.content.top .rows-content {
    background-image: url('../img/bg-left.png');
    background-repeat: repeat-y;
}

.content.points .rows-content {
    background-image: url('../img/bg-right.png');
    background-repeat: repeat-y;
}
