.price-table th {background: darkgrey;}

.price-table tr:nth-child(even) {
    display: none;
}