#the-list tr.warning, #the-list tr.warning td a, #the-list tr.warning td {
    background-color: #f33;
    color: #ff9;
}

#paypal_ipn_primary_url {
    width: 81%;
}

.widefat td {
    word-break: break-all;
}

#the-list tr.sandbox_warning, #the-list tr.sandbox_warning td a, #the-list tr.sandbox_warning td {
    background-color: #FFD;
    color: #26306b;
}
pre.prettyprint {
    word-wrap: break-word;
}
.content_padding {
    padding-left: 16px;
}
.withinweb_addons_wrap .products {
    overflow: hidden;
}
.withinweb_addons_wrap .products li {
    float: left;
    margin: 0 1em 1em 0 !important;
    padding: 0;
    vertical-align: top;
    width: 300px;
}
.withinweb_addons_wrap .products li a {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    color: inherit;
    display: block;
    min-height: 220px;
    overflow: hidden;
    text-decoration: none;
}
.withinweb_addons_wrap .products li a h3 {
    background: #fff none repeat scroll 0 0;
    margin: 0 !important;
    padding: 20px !important;
}
.withinweb_addons_wrap .products li a .price, .withinweb_addons_wrap .products li a img.extension-thumb + h3 {
    display: none;
}
.withinweb_addons_wrap .products li a {
    color: inherit;
}
.withinweb_addons_wrap .products li a p {
    border-top: 1px solid #f1f1f1;
    margin: 0 !important;
    padding: 20px !important;
}
.withinweb_addons_wrap .products li a:focus, .withinweb_addons_wrap .products li a:hover {
    background-color: #fff;
}
.withinweb_addons_wrap .products .product img {
    height: 300px;
    width: 300px;
}
@media screen and (max-width: 782px) {
    .invoice, .payment_date, .first_name, .mc_gross, .txn_type, .payment_status {display:none;}
    .column-invoice, .column-payment_date, .column-first_name, .column-mc_gross, .column-txn_type, .column-payment_status {display:none;}
    #invoice, #payment_date, #first_name, #mc_gross, #txn_type, #payment_status {display:none;}
    .withinweb_addons_wrap .products {
        overflow: hidden;
    }
}