@media print {
  .Header,
  .Nav,
  .Footer,
  .CopyFooter,
  .Hero {
    display: none !important;
  }
  .fade {
    opacity: 1 !important;
  }
  .order-print-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .col-print {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-print-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-print-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333333%;
            flex: 0 0 8.333333333%;
    max-width: 8.333333333%;
  }
  .col-print-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666667%;
            flex: 0 0 16.666666667%;
    max-width: 16.666666667%;
  }
  .col-print-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-print-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333%;
            flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
  }
  .col-print-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666666667%;
            flex: 0 0 41.666666667%;
    max-width: 41.666666667%;
  }
  .col-print-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-print-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333%;
            flex: 0 0 58.333333333%;
    max-width: 58.333333333%;
  }
  .col-print-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666666667%;
            flex: 0 0 66.666666667%;
    max-width: 66.666666667%;
  }
  .col-print-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-print-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333333%;
            flex: 0 0 83.333333333%;
    max-width: 83.333333333%;
  }
  .col-print-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666666667%;
            flex: 0 0 91.666666667%;
    max-width: 91.666666667%;
  }
  .col-print-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .table-dark,
  .RoutePlan,
  .Linka,
  .Heading,
  .TimetableTabHeading {
    color: #231f20;
  }
  .TimetableTabs > li:not(:last-child) > a,
  .TimetableTabPanes-item:not(:last-child),
  .ModuleGroup-left {
    border-right: 1px solid #DDE2DE;
  }
  .TimetableTabHeading {
    border-right: none !important;
  }
  .table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border-top: 1px solid #DDE2DE;
  }
  .Timetable .table-borderless th, .Timetable .table-borderless td, .Timetable .table-borderless thead th, .Timetable .table-borderless tbody + tbody {
    border-top: none;
  }
  .RoutePlan-header {
    border-bottom: 1px solid #DDE2DE;
  }
  .RouteConnection:before, .RouteConnection:after {
    background: none;
    width: auto;
    border-left: 0.25rem dotted #231f20;
    margin-left: -.125rem;
  }
}