/*

// BASIC
// -----------------------------------------------------------------------------
@import "base/elements";

// PAGES
// -----------------------------------------------------------------------------
@import "../../modules/tables/css/tables";
@import "../../modules/pages/css/invoice";

*/

@media print {
    @page {
        size: landscape;
    }

    .no-print {
        display: none !important;
    }

    .btn {
        display: none !important;
    }
    .a href {
        display: none !important;
    }
}