
body, h1, h2{
  font-family: Arial, Verdana, sans-serif;
}
html, body {
  height: 100%;
}
ul {
  padding-left: 10px;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

th {
  text-align: left;
}

li {
  list-style-type: none;
  font-size: 90%;
  clear: both;
}

p {
  font-size: 90%;
}

h1 {
  font-size: x-large;
}

h2 {
  font-size: large;
}

a:link {
  color: slategray;
  text-decoration: none;
}

a:visited {
  color: slategray;
  text-decoration: none;
}

a:hover {
  color: darkblue;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

#sidebar {
  float: left;
  height: 40%;
}

#content {
  float: left;
  margin: 100px 0 0 5%;
  min-width: 40%;
  width: 60%;
}

.downloads {
  font-size: 80%;
  margin: 0 0 0 20px;
  clear: both;
}

.license {
  font-size: 70%;
  font-family: Arial, Verdana, sans-serif;
  cursor: pointer;
}

.logo {
  width: 50%;
  margin: 20px 0 0 20px;
}

.detail {
  font-family: Arial, Verdana, sans-serif;
  margin: 0 20px 5px 0;
  font-size: 95%;
  font-weight: bold;
  text-align: left;
}

.errorlist {
  font-family: Arial, Verdana, sans-serif;
  font-size: 80%;
  color: rgb(213, 128, 144);
  margin: 0;
  padding: 0;
  width: 2in;
  float: left;
  clear: none;
}
