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

    ** Custom Stylesheet **

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

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


#order-pure_comparison #products.price-table-container .price-table .top-head {
    background: #e5f2fd;
    background: -moz-linear-gradient(top, #e5f2fd 0%, #8bd0f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f2fd), color-stop(100%,#8bd0f9));
    background: -webkit-linear-gradient(top, #e5f2fd 0%,#8bd0f9 100%);
    background: -o-linear-gradient(top, #e5f2fd 0%,#8bd0f9 100%);
    background: -ms-linear-gradient(top, #e5f2fd 0%,#8bd0f9 100%);
    background: linear-gradient(to bottom, #e5f2fd 0%,#8bd0f9 100%);
}

#order-pure_comparison #products.price-table-container .price-table .price-area {
    background: #e5f2fd;
    background: -moz-linear-gradient(top, #e5f2fd 0%, #8bd0f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f2fd), color-stop(100%,#8bd0f9));
    background: -webkit-linear-gradient(top, #e5f2fd 0%,#8bd0f9 100%);
    background: -o-linear-gradient(top, #e5f2fd 0%,#8bd0f9 100%);
    background: -ms-linear-gradient(top, #e5f2fd 0%,#8bd0f9 100%);
    background: linear-gradient(to bottom, #e5f2fd 0%,#8bd0f9 100%);
}
