/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
table.domainpricing {
    width: 100%;
}
table.domainpricing th {
    padding: 3px;
    background-color: #efefef;
    font-weight: bold;
    text-align: center;
}
table.domainpricing td {
    padding: 3px;
    text-align: center;
}
table.domainpricing > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}