/* universal rules */
* {
  position: relative; }

a {
  color: inherit;
  text-decoration: inherit; }

img {
  border: 0; }

body {
  margin: 0;
  font-size: 16px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* colors */
/* fonts */
/* sass mixins */
#menu .subsection h2:after, .subsection-image, nav, .m, .noprint, .button, .banner, #signup-ad {
  display: none !important; }

/* paste hide menus code here */
#menu {
  column-count: 2;
  -moz-column-count: 2; }
  #menu h1, #menu h2, #menu h3 {
    font-family: "Arial Black"; }
  #menu h1 {
    padding: 5px;
    font-size: 2em;
    border-top: 3px dotted gray;
    border-bottom: 3px dotted gray;
    letter-spacing: 1px;
    text-align: center; }
  #menu ul {
    padding: 0; }
  #menu li {
    list-style-type: none;
    margin: 10px; }
  #menu .name {
    display: block;
    font-weight: bold; }
  #menu .price, #menu .description {
    display: inline; }

header, footer {
  display: none; }

body, body * {
  color: black !important; }

/*# sourceMappingURL=print.css.map */
