body {
  font-family: Verdana, sans-serif;
}

a.toggle {
  font-size: 12pt;
  text-decoration: none;
  color: black;
}

.closed {
  background-color: ccffcc;
}

.consensus {
  background-color: ffffcc;
}

div.commentlist {
  margin-top: 1em;
  margin-bottom: 1in;
}

div.comment {
  margin-left: 2em;

}

div.title {
  margin-top: 8px;
  margin-left: 3em;
  text-indent: -5em;
}

span.subject {
  font-style: italic;
}

span.name {
}

div.mail {
  background-color: #e0e0ff;
  padding: 5px;
}

div.thread {
  margin-left: 2em;
}

a.message,
a.message:visited {
  text-decoration: none;
  color: black;
}

a.permalink,
a.permalink:visited { 
  text-decoration: none;
  color: #AAAAAA;
}

/* ============================================================ */

div.admin {
  position: absolute;
  right: 10px;
  top: 10px;
}

.deleted {
  text-decoration: line-through;
}

.delbtn {
  display: none;
}

#adminresults {
  background-color: #FFAAAA;
}

