   /* Estilo geral da tabela */
   .tabela_ranking table {
    width: 100%;
    
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

/* Cabeçalho da tabela */
.tabela_ranking th {
    background-color: #ffffff71;
    color: white;
    padding: 12px 15px;
    text-align: left;
}

/* Linhas da tabela */
.tabela_ranking td {
    border: 1px solid #ac2323;
    padding: 10px 15px;
    background-color: #ffffff00;
}

.tabela_ranking strong {
 color: white;
}




/* Estilo do cabeçalho fixo */
.tabela_ranking thead {
    position: sticky;
    top: 0;
}

/* Bordas arredondadas */
.tabela_ranking table,
.tabela_ranking th,
.tabela_ranking td {
    border: 1px solid #ddd;
   
}

/* Estilo da fonte */
.tabela_ranking th,
.tabela_ranking td {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}
