.walk-step-map {
  display: none;
}

.print-journey-title {
  display: none;
}

@media print {
  .print-button {
    display: none;
  }
  .scrollable {
    height: auto;
  }
  .userButton--fullWidth {
    display: none;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .no-print {
    display: none !important;
  }
  body {
    background-color: white;
  }
  .journey-results {
    color: black;
    width: 100%;
    height: auto;
    position: relative;
  }
  .router-results {
    left: 0;
    position: static;
    height: auto;
    width: auto;
  }
  #primaryContent {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 0 !important;
  }
  .appSwitcher-container {
    display: none;
  }
  .journey-results {
    width: auto;
    min-width: 500px;
  }
  .live-jp {
    display: none;
  }
  .send-to-phone {
    display: none;
  }
  .journey-results-header {
    display: none;
  }
  .journey-results tr.mode-walk td.summary {
    background-image: none;
  }
  .point-list li:first-child .stop-name, .point-list li:last-child .stop-name {
    width: 400px;
    color: black;
  }
  .journey-results tr.live-row {
    height: 0;
  }
  .walk-step-map {
    display: block;
    height: 200px;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .summary-bar {
    display: none;
  }
  .disruption-row {
    height: 0 !important;
    border-top: 1px solid #d8e3e9 !important;
  }
  .disruption-row * {
    height: 0px;
    overflow: hidden;
    visibility: hidden;
  }
  .print-journey-title {
    display: block;
  }
  .journey-results tr {
    border-color: #d8e3e9 !important;
    border-left: none !important;
    border-right: none !important;
  }
  .journey-results tr td.journey-time {
    background-color: transparent !important;
    border-right: none !important;
    color: black;
  }
  .journey-results tr.mode-start-end td.full-description {
    padding-top: 0;
  }
  .walk-step-text {
    margin-top: 15px;
    font-family: Helvetica, Arial, sans-serif;
    display: block;
  }
  .journey-result-detail {
    background-color: white;
  }
  .share-button {
    display: none;
  }
  .journey-details-share-container {
    display: none;
  }
}