table {
    border-collapse: collapse;
    width: 100%;
}

table th,
table td {
    text-align: left;
    vertical-align: top;
    padding: 8px;
}
/* CLASSIFICHE - Tutti i nomi squadra in grassetto */
.wpDataTable tbody td.column-squadra {
    font-weight: 700 !important;
}

/* CLASSIFICA SERIE A - TABELLA 8 */

/* 1ª - Scudetto */
#table_8 tbody tr:nth-child(1) td.column-squadra {
    color: rgba(0, 150, 136, 1) !important;
}

/* 2ª-4ª - Champions League */
#table_8 tbody tr:nth-child(n+2):nth-child(-n+4) td.column-squadra {
    color: rgba(61, 214, 112, 1) !important;
}

/* 5ª - Europa League */
#table_8 tbody tr:nth-child(5) td.column-squadra {
    color: rgba(0, 0, 255, 1) !important;
}

/* 6ª - Conference League */
#table_8 tbody tr:nth-child(6) td.column-squadra {
    color: rgba(0, 192, 255, 1) !important;
}

/* 7ª-17ª - Colore normale */
#table_8 tbody tr:nth-child(n+7):nth-child(-n+17) td.column-squadra {
    color: inherit !important;
}

/* 18ª-20ª - Retrocessione */
#table_8 tbody tr:nth-child(n+18):nth-child(-n+20) td.column-squadra {
    color: rgba(244, 67, 54, 1) !important;
}


/* CLASSIFICA CHAMPIONS LEAGUE - TABELLA 9 */

/* 1ª-8ª - Qualificazione diretta agli ottavi */
#table_9 tbody tr:nth-child(n+1):nth-child(-n+8) td.column-squadra {
    color: rgba(0, 150, 136, 1) !important;
}

/* 9ª-24ª - Playoff */
#table_9 tbody tr:nth-child(n+9):nth-child(-n+24) td.column-squadra {
    color: rgba(61, 214, 112, 1) !important;
}

/* 25ª-36ª - Eliminate */
#table_9 tbody tr:nth-child(n+25):nth-child(-n+36) td.column-squadra {
    color: rgba(244, 67, 54, 1) !important;
}
/* CLASSIFICA SERIE A - Centra i valori statistici */

html body table.wpDataTable tbody tr td.numdata.integer.column-pg,
html body table.wpDataTable tbody tr td.numdata.integer.column-v,
html body table.wpDataTable tbody tr td.numdata.integer.column-n,
html body table.wpDataTable tbody tr td.numdata.integer.column-p,
html body table.wpDataTable tbody tr td.numdata.integer.column-gf,
html body table.wpDataTable tbody tr td.numdata.integer.column-gs,
html body table.wpDataTable tbody tr td.numdata.integer.column-dr,
html body table.wpDataTable tbody tr td.numdata.integer.column-pt {
    text-align: center !important;
}
/* CLASSIFICA SERIE A - Centra le intestazioni statistiche */

html body table.wpDataTable thead tr th.column-pg,
html body table.wpDataTable thead tr th.column-v,
html body table.wpDataTable thead tr th.column-n,
html body table.wpDataTable thead tr th.column-p,
html body table.wpDataTable thead tr th.column-gf,
html body table.wpDataTable thead tr th.column-gs,
html body table.wpDataTable thead tr th.column-dr,
html body table.wpDataTable thead tr th.column-pt {
    text-align: center !important;
}
/* CLASSIFICA SERIE A - Dimensione loghi */
html body table.wpDataTable tbody tr td.column-logo img {
    height: 30px !important;
    width: auto !important;
    max-height: 30px !important;
}
/* CLASSIFICA SERIE A - Centra la differenza reti (DR String) */
html body table.wpDataTable tbody tr td.column-dr {
    text-align: center !important;
}