@media print {
  @page {
    margin: 9.652mm;
    orientation: landscape;
    size: auto;
  }
  a[href]:after {
    content: none !important;
  }
  body {
    font-size: 9pt;
  }
  footer {
    display: none;
  }
  header {
    background: none;
    border-bottom: 3px solid #e8e8e8;
    border-top: 3px solid #e8e8e8;
    height: auto;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 40px !important;
    page-break-after: always;
  }
  header h1 {
    color: #000;
    font-size: 24pt;
    margin-top: 0;
    text-shadow: none !important;
  }
  header h2 {
    color: #000;
    font-size: 16pt;
    text-shadow: none !important;
  }
  header nav {
    display: none !important;
  }
  aside {
    float: none;
    background: none;
    border: 3px solid #e8e8e8;
    left: 50%;
    margin-left: -12.5%;
    position: absolute;
    top: 225px;
    width: 25%;
  }
  aside div.address br.directions,
  aside div.address a.directions {
    display: none !important;
  }
  aside div.award,
  aside div.call {
    display: none;
  }
  aside div.hours {
    margin-bottom: 0;
  }
  main {
    column-count: 3;
    column-gap: 3em;
    display: block;
    float: none;
    margin-right: 5%;
    padding-top: 0;
    width: 100%;
  }
  main div#brick {
    margin-top: 20px;
  }
  main div#brick p.foot {
    font-size: 9pt;
  }
  main div#brick p.foot span {
    display: inline;
  }
  main div#disclaimer p.taxes {
    line-height: 150%;
  }
  main section#traditional {
    margin-top: 0;
  }
  main section#dressings table {
    display: block;
  }
  main section#dressings table tbody td {
    display: block;
    float: left;
    width: 50%;
  }
  main table tbody tr td {
    padding: 2px 0;
  }
  div.container {
    display: block !important;
    width: 100% !important;
  }
  hr,
  main > h2,
  section#about {
    display: none;
  }
}
