#discussions {
  padding: 20px;
}

#forumlist li, #latest li {
  margin: 15px;
  padding-bottom: 20px;
  clear: both;
  border-bottom: 1px dotted #a0a0a0;
}

#latest li img {
  vertical-align: top;
  float: left;
  margin-right: 10px;
}

.forum-link, .topic-link {
  font: normal 1.4em Arial;
  text-transform: lowercase;
}

.topic-count {
  font: normal 1.4em Arial;
}

.infobox {
  margin: 20px 0;
}

.topicmeta {
  font: normal 0.8em Arial;
}

a.new-topic {
  display: block;
  position: relative;
  top: -20px;
  left: 440px;
  width: 200px;
  font-size: 200%;
  color: orange;
  /*text-decoration: underline;*/
}

