input:not([type="checkbox"]) {
  width: 5em;
  color: navy;
  background: lightyellow;
  text-align: right;
  font-family: verdana;
}

body,
table {
  font-family: Verdana;
  font-size: 9pt;
  margin: 3px;
  background: white;
}

table {
  border: 1px solid black;
}

th,
td {
  padding: 0.3em 0.5em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #bbb;
}

body {
  background: #ddd;
}

#Data > div {
  width: 950px;
  background: #eee;
  margin: auto;
}

#SNeg {
  background: lightyellow;
}

#WeightedTable {
  position: absolute;
  border: solid 1px;
  width: 20em;
  height: 100px;
  color: #222222;
  background: lightyellow;
  font-size: 7pt;
  display: none;
}

#Summary {
  border: none;
  padding: 0px;
}

#Header {
  border: 1px solid black;
  height: 30px;
  background: #fed;
  padding: 0.5em;
}

#Header > div {
  float: right;
}

#Header strong {
  font-size: 150%;
}

#Reference {
  padding: 1em;
  border: 1px solid gray;
}

#Reference > b {
  font-size: 110%;
}

#Results {
  border: 1px solid gray;
  width: 100%;
  margin: auto;
  padding: 0.5em;
  background: #fed;
}

#Results col {
  width: 33%;
}

#Results > table:nth-child(1) {
  border: 1px solid black;
  margin: auto;
}

#Results > tbody > tr > td:nth-child(1) > table {
  height: 240px;
}

#Results table:nth-child(2) {
  width: 95%;
  text-align: center;
}

#ConTable {
  border: 1px solid black;
  position: absolute;
  bottom: 0;
  width: 95%;
}

#ConTable {
  background: #def;
  padding: 0.2em;
  border-bottom: 1px solid gray;
}

#Contact {
  font-family: arial;
  margin: 0;
  background: lightyellow;
  padding: 0.5em;
}

#AlkHeader td {
  background: #dfd;
  border-top: 2px solid black;
  font-weight: bold;
  padding: 0.5em;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.top {
  vertical-align: top;
}

#Inputs > tbody > tr > td,
#Results > tbody > tr > td {
  border: none;
}

.rel {
  position: relative;
}

.point {
  cursor: pointer;
}

small {
  color: #888;
}

#Anions  td:nth-child(3):not(.show) div,
#Cations td:nth-child(3):not(.show) div {
  display: none;
}

#Anions  td:nth-child(3) div,
#Cations td:nth-child(3) div {
  position: fixed;
  top: 0;
  right: 10px;
  background: #dfd;
  padding: 1em;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  zoom: 0.9;
  border: 1px solid #333;
  color: black;
}

#Anions  a,
#Cations a {
  cursor: pointer;
  color: blue;
}

#OH, #CO3, .phenol #Alkalinity,
[data-mol="NO3-1"], [data-mol="HCO3-1"], [data-mol="H+1"], [data-mol="OH-1"], [data-mol="CO3-2"], [data-mol="HCO3-1"] {
  pointer-events: none;
  border: none;
  background: none !important;
  text-align: left !important;
}

#Inputs {
  background: #abc;
  height: 350px;
  padding: 0.5em;
  margin: 0px;
}

#Inputs table {
  height: 100%;
}

#Inputs table tr:last-child td {
  height: 2.5em;
  background: #def;
}

.pass {
  background: #dfd;
}

.fail {
  background: red;
  color: white;
}

.flag {
  color: red;
  font-weight: bold;
}

.selected {
  background: #ddd;
}

th {
  background: #def;
}

#Results td {
  text-align: center;
}

#Contact {
  text-align: left;
}

label:hover {
  color: red;
}

tr.phenol, div.phenol {
  display: none;
}

table.phenol tr.phenol {
  display: table-row;
}

table.phenol div.phenol {
  display: block;
}

.phenol .nophenol {
  display: none;
}

.indent {
  padding-left: 1.5em;
}