#list-block ul {
  width: 520px;	
}
#list-block li {
  clear: both;
  width: 520px;
  display: block;
}
.htmlarea-content-body li {
  clear: both;
}
span.text-right {
  float: right;
}
span.text-red {
  color: #990000;
}
span.text-red-bold {
  color: #990000;
  font-weight: bold;
}
span.text-uppercase {
  text-transform: uppercase;
}