.woocommerce-tabs  tr:nth-child(odd) {
    background: #e9e9e9;
}

.woocommerce-tabs  tr:nth-child(even) {
    
}

.woocommerce-tabs td{
    white-space: nowrap; /* evita l'andata a capo del testo nella cella */
    padding:10px; 
    text-align:center;
}

.woocommerce-tabs tr:nth-child(1){ background-color: #0098ca;color:white; }
.woocommerce-tabs  tr:nth-child(1) td{ text-align:center; }


.woocommerce-tabs  table{
    margin: 20px auto 20px auto;
    border:1px solid  #0098ca;
}

