body {
  background: #e6edf1;
}
footer {
  text-transform: uppercase;
  font-size: 90%;
}
main a {
  color: #0070b7; 
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
.content {
  background: white;
  max-width: 1300px;
  margin: auto;
}
.n2 {
  color: #f49b00;
}
.n1 {
  color: #a61979;
}
.d {
  color: #a1c517;
}
.logo {
  float: right;
  padding: 16px;
}
.topnav ul {
  font-size: 80%;
  list-style-type: none;
}
.topnav ul a {
  padding: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  color: #0070b7;
}
.topnav ul a:hover {
  text-decoration: underline;
}
.topnav ul li {
  display: inline;
}
.bottomnav{
  text-align: right;
  margin-bottom: 2em;
}
.navbar {
  padding: 1em 0;
  background-color: #0070b7;
}
.navbar ul {
  list-style-type: none;
  margin: 0;
}
.navbar ul a {
  padding: 0 5px;
  text-decoration: none;
  color: white;
}
.navbar ul a:hover {
  text-decoration: underline;
}
.navbar ul li {
  display: inline;
}
.treven {
  background-color: #eee;
}
.terminal {
  background-color: #eee;
}
.config td {
  padding: 1em;
  background-color: #eee;
}
.config_icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;  
}
.error {
  color: #8B0000;
  border: 1px solid #f49b00;
  padding: 1rem;
}
@media print
{
  .on-screen, .on-screen *
  {
    display: none !important;
  }
}
