
#toplevel_page_certipro_customerwebitems img{
    width: 24px;
    margin: 0;
    padding-top: 6px;
}
.customer_web_items_title {
    font-size: 24px;
    margin-bottom: 20px;
}
#customer_web_items tr:nth-child(odd) {
    background: #fff;
}
#customer_web_items tr:nth-child(even) {
    background: #ececec;
}
#customer_web_items td, #customer_web_items th {
    padding: 4px 8px;
    vertical-align: middle;
    font-size: 14px;
}
#customer_web_items .tier-prices-list {
    line-height: 13px;
    margin-top: -15px;
}

.customer_web_items_title {
    margin: 20px auto;
}