@page {
  size: auto;
  /* auto is the initial value */
  /* this affects the margin in the printer settings */
  margin: 25mm 25mm 25mm 25mm;
}
body {
  font-size: 14px;
  line-height: 17px;
  color: #666;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
body header {
  display: none;
}
div.sidebar {
  display: none;
}
.datefilter {
  display: none !important;
}
input[type=submit],
button[type=submit] {
  display: none;
}
.daterangepicker {
  display: none;
}
form[name="getrevenues"] {
  display: none;
}
