
@page {
  size: 297mm 210mm;
  margin: 10mm 10mm 10mm 10mm;
  size: landscape;
}

@page rotated {
    size: portrait;
}

body {
    overflow: visible;
}

.Header,
.Navigation {
    display: none;
}

.Grid {
    width: auto;
    float: none !important;
}

.Content {
    margin: 0px 0px 0px 0px;
    float: none !important;
}

.Line {
    page-break-before:always;
    height: 0px !important;
    float: none !important;
}

ul.Filter {
    padding: 0px;
    border: none;
}

.Frontend .Filter .Select {
    max-width: initial;
}
