ul.votes {
  margin: 0 0 5px 0;
}

ul.votes li {
  padding:1px 0;
  margin-bottom: 0px;
  height: auto !important;
  height: 16px;
  min-height: 16px;
  font-size:8px;
  border:none;
}

ul.votes li h2.header {
  font-family: Verdana;
  font-size:11px;
  display:inline;
  margin-left:-1px;
}

ul.votes li div.comment {
  display:inline;
  margin-top:2px;
  margin-left:2px;
  font-size: 11px;
  font-family: Verdana;
}

ul.votes a.username {
  font-size:12px;
  font-weight:bold !important;
}

.radiotext.green {
	color:#9EC630;
}

.radiotext.yellow {
	color:#FFE51E;
}
.radiotext.red, ul.votes a.username.red {
  color:#b0494d;
}

.radiotext.black, ul.votes a.username.black {
  color:#000000;
}

a.black {
  color:#000000;
}

a.red {
  color:#b0494d;
}
