* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

header {
  background-color: #2154a5;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  color: white;
}

nav {
  float: left;
  width: 30%;
  height: 600px;
  background: GhostWhite;
  color: #23234c;
  padding: 20px;
  text-align: center;
}

nav ul {
  float: left;
  width: 20%;
  list-style-type: none;
  text-align: left;
  padding: 5px;
  #border: 1px solid black;
  margin-left: 30%;
  margin-right: 1%;
  top: 10%;
}
nav li.tabulated {
  margin-left: 10px;
  font-size: 90%;
}

nav ul.list {
  float: right;
  width: 20%;
  padding: 5px;
  #border: 1px solid black;
  text-align: left;
  margin-left: 1%;
  margin-right: 20%;
  top: 10%;
  #line-height: 1.2;
}
nav li.listheader {
  font-size: 106%;
  #line-height: 1.5;
}
nav li.navheader {
  font-size: 116%;
  line-height: 1.5;
}
nav a.navheader {
  font-size: 116%;
}

ol {
  display: inline-block;
  text-align: left;
}

div.list {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

article {
  float: left;
  padding: 20px;
  width: 70%;
  background-color: white;
}

section::after {
  content: "";
  display: table;
  clear: both;
}

footer {
  background-color: white;
  padding: 10px;
  text-align: center;
  color: #ccc;
}

table.fitter {
  border: 1px solid black;
  size: 70%;
}

table.input {
  caption-side: top;
  border: 1px solid black;
  width: 100%;
}
input.input {
  width: 100%;
}

input.errt[type=text] {
  color: DimGray;
}

td {
  #white-space: nowrap;
  white-space: normal;
}
tr {
  white-space: normal;
}
span.tiny {
  font-size: 1px;
}
caption {
  text-align: left;
  font-weight: bold;
}

a.nav {
  color: #23234c;
}
a.nav:visited {
  color: #23234c;
}
a.footer {
  color: #ccc;
}
a.footer:visited {
  color: #cacaca;
}
a.footer:hover {
  color: black;
}

div.attributelist {
  padding: 10px;
  border: 2px solid red;
  background-color: pink;
  width: 70%;
}
div.missingattributes {
  word-spacing: 10px;
}

p.errortext {
  color: red;
  text-overflow: ellipsis;
}

#progress {
  width: 70%;
  background-color: lightgrey;
}

#bar {
  width: 1%;
  height: 10px;
  background-color: blue;
}

@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}

@viewport {
    width: device-width;
}
@media only screen and (max-width: 500px) {
  td.sheet {
    width: device-width;
}
@media only screen and (max-width: 500px) {
  td.sheet {
      padding: 0px;
  }
}
@media only screen and (max-width: 800px) {
  html {
     zoom: 70%;
  }
}
@media only screen and (max-width: 1400px) {
  html {
     zoom: 100%;
  }
}
@media only screen and (max-width: 2000px) {
  html {
     zoom: 120%;
  }
}
@media only screen and (max-width: 3000px) {
  table {
     zoom: 180%
  }
}
@media only screen and (max-width: 16000px) {
  table {
     zoom: 180%
  }
}
