.mam-an,
.mam-main-header,
form,
footer,
input[type="search"],
.dataTables_info,
#dataTable_filter,
#btn-print,
#termination_types_percentage_chart_parent {
    display: none;
}

.mam-ma {
    padding: 40px;
}

/* Hide all images by default, show them only when print class is used*/
* {
    background-image: none !important;
}

img, svg {
    display: none !important;
}

img.print, svg.print {
    display: block;
    max-width: 100%;
}
