

@media print {

    .hideprint {
        display: none;
    }
    #page_header, #footer, #totop {
        display: none;
    }
    .chaser {
        display: none;
    }
    #content {
        background-color: #fff;
    }
    body {
        background-color: #fff;
    }
    .acc-group.pricing > button

    .sub-category-total,
    .cat-total-col,
    .acc-group .pricing-col,
    .acc-group.pricing.tbheader > button,
    .button-sim {
        height: 25px;
        line-height: 12px;
    }
    .acc-group .checkbox:before {
        content:'\f05c';
        font-family: FontAwesome;
        color: #cb1034;
        font-size: 18px;
        text-align: center;
        margin-left: -14px;
        margin-top: -15px;
        line-height: 12px;
        cursor: pointer;

    }
    .acc-group .checkbox.checked:before {
        content:'\f046';
        margin-left: -11px;
        margin-top: -8px;
        color: #3bcb64;
    }
    .qty-tickers {
        display: none;
    }
    .button-sim {

    }
    h1.page-title {
        padding-bottom: 0px;
        border-bottom: 0px;
    }
    .newpageprint {
        page-break-after: always;
    }
    .acc-group {
        page-break-inside: avoid;
    }
    .below-sub-categories:before {
        display: none;
    }
    .below-sub-categories {
        margin-left: 0;
    }
    .pcolhead {
        height: 40px !important;
    }
    .acc-group.pricing,
    .sub-category-total,
    .cat-total-col,
    .acc-group .pricing-col,
    .acc-group.pricing.tbheader > button,
    .acc-group.pricing > button,
    .button-sim,
    .cat-total-setup-vspacer,
    .below-sub-categories,
    .acc-group.pricing.singlesection .collapse-pricing-content
    {
        border-color: #949494 !important;
    }
    .pricing-total-wide {
        height: 40px !important;
    }



	.totalcontainer {
		display: none;
	}

.pricingcontainerinner {
	position: relative !important;
	bottom: 0;	
}



}