/* Print Styles */
@media print {
  body {
    background: white;
    color: black;
    margin: 0;
  }
  #recipeLinkBoxContainer,
  .actions,
  #navigation-menu,
  .breadcrumb,
  #selectStore,
  .btn-primary,
  .headerRow {
    display: none;
  }
  h2 {
    color: black;
    font-size: 24pt;
    font-weight: bold;
  }
  .storeLocation div {
    background: none;
    border-radius: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: black;
    font-size: 0.8em;
    font-weight: bold;
    text-shadow: none;
  }
  #instoreShoppingList td {
    padding: 1px;
  }
}
/*# sourceMappingURL=print.css.map */