:root {
  -webkit-print-color-adjust: exact;
}

#Data {
  padding: 0px;
  margin: 0px;
}

#Data > div:first {
  width: 1200px;
  background: white;
  margin: auto;
  border: 1px solid black;
}

#DButtons {
  background: #333;
  text-align: center;
}

#DBut {
  background: #333;
  text-align: center;
  border-top: 1px solid white;
  padding: 0.5em;
}

#DTable table {
  border: 1px solid black;
  background: white;
  text-align: right;
  width: 90%;
  margin: auto;
}

.notice {
  font-size: 120%;
  color: red;
  font-weight: bold;
  padding: 1em;
}

body {
  background: linear-gradient(to right, lightgrey, #ccc, lightgrey);
}

body,
table {
  font-family: arial;
  font-size: 9pt;
}

.selected {
  background: #afa;
  transition: background 2s;
}
/*
.loading {
  transform: RotateX(36000deg);
  transition: transform 20s;
} Removed for excessive spinning. Fun.exe not permitted.
*/
table {
  border: 1px solid black;
  border-spacing: 0;
}

td,
th {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #ddd;
  padding: 0.2em 0.5em;
}

th {
  background: #def;
  vertical-align: bottom;
  text-align: center;
}

tr {
  vertical-align: bottom;
}

tr:hover {
  background: lightyellow;
}

xmp {
  display: none;
}

u {
  color: darkblue;
}

u:hover {
  color: green;
  cursor: pointer;
}

#DTable table tr:nth-child(2) td {
  border-top: 1px solid black;
}

#Errors {
  float: left;
  position: absolute;
}

#DBut p {
  text-align: left;
  font-weight: bold;
  margin: 0.5em 1em;
  font-size: 120%;
  color: red;
}

 #DBut p:nth-child(2) {
  color: yellow;
 }

#DBut button {
  height: 3em;
  margin: 0px;
  vertical-align: bottom;
  width: 8em;
}

#DButtons button:nth-child(1) {
  width: 9em;
}

#DButtons button {
  height: 2em;
  margin: 0px;
  vertical-align: bottom;
  width: 6em;
}

td[colspan] {
  text-align: center;
}

td[colspan]:nth-child(4) {
  background: red;
  color: white;
  font-weight: bold;
}

.hidden {
  display: none;
}

#DTable tr > :nth-child(2),
#DTable tr > :nth-child(3),
#DTable tr > :nth-child(4),
#DTable tr > :nth-child(7),
#DTable tr > :nth-child(10),
#DTable tr > :nth-child(12),
#DTable tr > :nth-child(14),
#DTable tr > :nth-child(17),
#DTable tr > :nth-child(21) {
  border-left: 1px solid black;
}

#DTable table tr td:nth-child(1),
#DTable table tr td:nth-child(2) {
  text-align: left;
  white-space: nowrap;
}

#DTable table tr td:last-child {
  text-align: center;
}

.left {
  text-align: left;
}

.flag {
  background: red;
  color: white;
  font-weight: bold;
}

.warning {
  background: yellow;
  color: black;
  font-weight: bold;
}