﻿@media print {
    .sidebar,
    .top-row,
    .control-for-payslip,
    .not-printabale {
        display: none;
    }

    .payslip-container .row-with-two-col > row-with-two-col-1 {
        width: 40%;
    }

    .payslip-container .row-with-two-col > row-with-two-col-2 {
        width: 40%;
    }

    .print-page-break {
        page-break-before: always;
    }
}
