﻿body {
  font-family: Arial, Sans-Serif;
}

.PrintDoc {
  width: 8in;
  height: 4in;
}

.Header {
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.Header .Logo {
  /*float: left;*/
  font-size: 14px;
  /*width: 180px;*/
}

.Header .Logo img {
  /*float: left;*/
  width: 10rem;
}

/*.Header .Logo .RangeMapTitle
{
    padding-top: 16px;
}*/
.Header .StartingLocationLabel {
  font-weight: bold;
  font-size: 11px;
  /*margin-left: 20px;*/
}

.Header .StartingLocation {
  /*padding-top: 18px;*/
  font-size: 11px;
}

.Body {
  width: 100%;
}

.Body .LeftSidebar {
  float: left;
  width: 180px;
  margin-right: 20px;
  font-size: 10px;
}

.Body .MapCanvas {
  width: 70% !important;
  height: 6in !important;
}

.aircraftcontainer .arrow {
  float: left;
}

.aircraftcontainer .content {
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}

.aircraftcontainer .content span {
  display: block;
}

.aircraftcontainer .plane-title {
  font-weight: bold;
  font-size: 12px;
}

.aircraftcontainer .range {
  font-weight: bold;
  margin-bottom: 10px;
}

.aircraftcontainer .range-caption {
  font-style: italic;
  margin-bottom: 10px;
}

.aircraftcontainer .passengers,
.aircraftcontainer .pilots,
.aircraftcontainer .assumptions {
  margin-bottom: 5px;
}
