﻿
body {
    background-color: #DCDCDC;
}
#conteudo{
    text-align: center;
    border: 1px solid #e9eaeb;
    /* width: 76%; */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
    /* margin-left: 0px; */
    /*margin-top: 18px; */
    /* width: 100%; */
    /* height: 43%; */
}

#tabela img {
    width: 25px;
}
#table-a {
    width: 100%;
    background-color: white;
}
#tabela th {
    /* border-top: 1px solid #dadec0;*/
    font-weight: bold;
    color: black;
    /* padding: 4px;*/
    height: 67px;
    font-size: 0.8em;
}
#tabela td {
    border-top: 1px solid #dadec0;
    font-weight: bold;
    color: #000000;
    padding: 4px;
    height: 40px;
    font-size: 0.9em;
}
.coluna-clube {
    width: 50%;
    text-align: left;
}
.coluna-bordas {
    border-top: none !important;
}
.borda-azul {
    border-left: 3px solid #4285f4;
}
.borda-vermelho {
    border-left: 3px solid #ea4335;
}
.linhaA{

}
.linhaB{
}
.justify-content-evenly {
    
    z-index: 1039;
    position: fixed;
    width: 100%;
    background-color: white;
    margin-bottom: 30px;
}
h5, .h5 {
    font-size: 1.25rem;
    /* margin-bottom: 2px; */
    margin-top: 50px;
}