body {
  margin: 1% 10%;
}

* {
  font-family: sans-serif;
}

a img {
  text-decoration: none;
  border: none;
}
#logo {
  text-align: center;
  margin-bottom: 1%;
  margin-top: -30px;
  float: left;
}
#titleblock {
  position: relative;
  /*width: 90%;*/
  text-align: center;
  background-color: #DF0451;
  color: #fff;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-top: 40px;
  margin-bottom: 2%;
  margin-left: 250px;
}
#red-upperleft {
  position: absolute;
  top: 0px;
  left: 0px;
}
#red-lowerleft {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#red-upperright {
  position: absolute;
  top: 0px;
  right: 0px;
}
#red-lowerright {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.title {
  vertical-align: middle;
  font-weight: normal;
  font-size: 22px;
  margin: 0px;
  padding: 0px;
}

h2 {
  padding: 5px 0px 5px 10px;
  background-color: #d5f704;
  font-weight: normal;
  font-size: 18px;
}

p.warn {
  color: #fff;
  background-color: #910134;
  padding: 5px;
  margin: 10px 20px 30px 20px;
}

ul {
  list-style: none;
  padding: 0px;
  border: 1px solid #ccc;
  border-top: none;
  margin: 10px 20px 30px 20px;
}

li {
  list-style: none;
  display: block;
  padding: 5px;
  background-color: #fff;
  border-top: 1px solid #ccc;
}

li:hover {
  background-color: #03b359;
  color: #fff;
}

#waiting {
  display: none;
}

#container {
  clear: left;
}

#buglist {
  clear: left;
}

