table.pricing {
    margin-bottom: 100px;
}

table.pricing > thead > tr > th:nth-child(2n):not(:first-child),
table.pricing > tbody > tr > td:nth-child(2n):not(:first-child) {
    background-color: #616161;
}

table.pricing > thead > tr > th:nth-child(2n+1):not(:first-child),
table.pricing > tbody > tr > td:nth-child(2n+1):not(:first-child) {
    background-color: #ffa000;
    color: #000;
}

table.pricing > tbody > tr > td:nth-child(2n+1):not(:first-child) a {
    color: #000;
    text-decoration: underline;
}

table.pricing > tbody > tr > td:nth-child(2n+1):not(:first-child) a:hover {
    color: #000;
    text-decoration: underline dotted;
}

table.pricing table td {
    border-right: 1px solid rgba(0,0,0,0.12);
}

table.pricing table td:first-child {
    border-left: 1px solid rgba(0,0,0,0.12);
}