@media print {
    .invoice-toolbar,
    .sidebar,
    .topbar,
    .no-print {
        display: none !important;
    }

    body {
        margin: 0 !important;
        padding: 0 !important;
    }

    .content-wrapper,
    .main-content,
    .invoice-wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }
}











body {
    background: #e6e9ee;
}

.invoice-toolbar {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.invoice-wrapper {
    background: #fff;
    max-width: 210mm;
    min-height: 297mm;
    margin: 10px auto;
    padding: 10mm;
}

.main-content {
    overflow-x: auto;
}

.content-wrapper {
	padding-left: 20%;
}