@page {
  size: letter;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*:before,
*:after,
*:first-letter,
*:first-line {
  background: transparent;
  color: #000;
  box-shadow: none;
  text-shadow: none;
}

html,
body {
  width: 215.9mm;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

h1 {
  margin: 20px 0;
  font-size: 24px;
}

h2 {
  margin: 25px 0 8px;
  font-size: 18px;
}

#cover,
#footer,
button,
#printrec,
#notification {
  display: none !important;
}

#wrapper,
.tab.open {
  width: 100%;
  display: block !important;
}

#branding {
  text-align: center;
  margin-bottom: 14px;
  display: block !important;
}

.tab {
  display: none !important;
}

article {
  display: flex;
  flex-wrap: wrap;
}

article label {
  padding: 12px 6px 2px 15px;
  width: 25%;
  font-size: 12pt;
}

article input {
  padding: 12px 6px 2px;
  width: 75%;
  font-size: 12pt;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
}

article select {
  padding: 12px 6px 2px;
  width: 75%;
  font-size: 12pt;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
}

article.panels input {
  width: 25%;
}

article.panels input:last-child {
  width: 75%;
}

article.log {
  margin-bottom: 50px;
}

article.log input {
  width: 100%;
}

article.timer {
  margin: 20px 0;
}

article.timer label {
  padding: 12px 6px 2px 15px;
  width: 10%;
  font-size: 12pt;
}

article.timer input {
  padding: 12px 6px 2px;
  width: 15%;
  font-size: 12pt;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
}

article textarea {
  padding: 12px 6px 2px;
  width: 75%;
  min-height: 200px;
  font-size: 12pt;
  outline: none;
  border: none;
  border-radius: 0;
}

/* #chlorinenotes {
  padding: 12px 6px 2px;
  width: 75%;
  min-height: 250px;
  font-size: 12pt;
  background: red;
} */

h2.printable {
  margin-top: 45px;
}

.page-break {
  display: block;
  page-break-before: always;
}

#map {
  /* IMPORTANT TO DISPLAY GOOGLE MAPS PROPERLY DISPLAY: INLINE-BLOCK */
  display: inline-block;
  width: 100%;
  height: 500px;
}

#mapww {
  /* IMPORTANT TO DISPLAY GOOGLE MAPS PROPERLY DISPLAY: INLINE-BLOCK */
  display: inline-block;
  margin-top: 25px;
  width: 100%;
  height: 450px;
}

#mapcp {
  /* IMPORTANT TO DISPLAY GOOGLE MAPS PROPERLY DISPLAY: INLINE-BLOCK */
  display: inline-block;
  display: none;
}
