/* Contains the styles used for the header displayed before print preview printable content. */

.PrintHeader {
  border-bottom: 2px solid black;
  height: 65px;
  position: relative;
  text-align: right;
}
.PrintLogo {
  left: 10px;
  position: absolute;
  top: 5px;
}
.PrintDate {
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding-top: 35px;
  text-align: right;
}
.LegendNoteIconWrapper {
  vertical-align: top;
  width: 30px;
}
.LegendNoteDescriptionsWrapper {
  width: auto;
}
