/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 5, ../sass/print.scss */
.directions-panel__states, .directions-panel {
  height: auto;
}

/* line 9, ../sass/print.scss */
.directions-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* line 16, ../sass/print.scss */
#header, #footer {
  display: none !important;
}

/* line 20, ../sass/print.scss */
#printMe {
  background-color: #fff;
}

@media print {
  /* line 26, ../sass/print.scss */
  html, body {
    background-color: #fff;
  }

  /* line 28, ../sass/print.scss */
  #printMe * {
    visibility: visible;
  }

  /* line 29, ../sass/print.scss */
  #printMe {
    position: absolute;
    top: 40px;
    left: 30px;
  }
}
