/* Print-Styles */

* {
  background: none !important;
}

nav,
footer,
form,
aside {
  display: none !important;
}

.only_mobile {
  display: none !important;
}

[data-bg], .box {
  background: none !important;
  color: inherit !important;
  border: 2px solid;
  padding: .25cm;
}