// Print styles override (required by Magento)
@media print {
    .gama {
        background: #fff;
    }
}