.night h3.title {
  background-color: white;
  box-shadow: none;
  border: 2px solid;
  color: black;
}

.night .note {
  color: black!important;
  font-style: italic;
  font-weight: normal!important;
}

.night .emergency h3.title {
  background-color: black!important;
  color: white!important;
  -webkit-text-stroke-color: white;
  text-stroke-color: white;
  -webkit-text-stroke-width: 1.5px;
  text-stroke-width: 1.5px;
  letter-spacing: 2px;
}

.night .checklist.speedreference {
  background-color: white;
  border: thin dashed black;
  color: black;
}
.night .checklist.speedreference h3.title {
  color: black;
  border: none;
}
