﻿header,
footer,
.social-tags,
.trip-toggle.map-size-toggle,
.planner_print_trip,
.planner_btns,
#trip-totals,
.about-trip-toggle.trip-toggle,
.send-link,
.dotted-arrow-down,
.accomodation,
.map,
.j-user-panel-actions {
  display: none !important;
}
.trip-secondary-totals {
  text-align: left;
  padding: 20px;
  float: left;
}
.trip-secondary-totals .transport-type.transport-readonly {
  display: none;
}
.trip-secondary-totals .distance,
.trip-secondary-totals .duration,
.trip-secondary-totals .places,
.trip-secondary-totals .startEnd {
  margin-bottom: 10px;
  font-size: 14px !important;
}
.content {
  margin-top: 0;
}
#about_trip {
  display: block !important;
  page-break-after: always;
}
.columns.one-third {
  float: left;
  border: 1px solid black;
  margin-bottom: 20px;
}
.distance:before {
  content: 'Délka: ';
}
.duration:before {
  content: 'Časová náročnost: ';
}
.places:before {
  content: 'Místa k vidění: ';
}
.startEnd strong {
  display: block;
  margin-top: 5px;
}
.startEnd strong:first-child:before {
  content: 'Začátek trasy: ';
  font-weight: normal;
}
.startEnd strong:last-child:before {
  content: 'Konec trasy: ';
  font-weight: normal;
}
.itinerary__item.section-in-trip {
  page-break-inside: avoid;
}
.itinerary__inner_wrap {
  width: 70%;
  float: left;
}
p {
  font-size: 14px !important;
}
.about__body {
  font-size: 14px;
}
.map_wrap {
  width: 100%;
}
.itinerary_table {
  display: table !important;
  width: 100% !important;
  border-top: 1px solid dotted;
  margin-top: 10px;
}
.itinerary__item table .distance {
  width: auto;
  white-space: nowrap;
}
.Gecko .map_wrap,
.Gecko #map2,
.Gecko #map {
  height: 680px !important;
}
.Gecko .image-slider {
  height: 380px;
  padding: 0;
}