.moduleComments {
  margin: 1.5em 0 0 0;
  padding: 1.5em 0 0 0;
}
.moduleComments .top_options {
  text-align: right;
  font-weight: bold;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 0.5em;
  margin-bottom: 1em; 
}
.moduleComments .top_options a {
  margin-left: 10px;
}
.moduleComments form {
  margin-top: 2.5em;
}
.moduleComments .notice{
  margin: 0.5em 0;
}
.moduleComments .module_title, .moduleComments .form_title {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.moduleComments ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.moduleComments li {
  margin: 0;
  padding: 10px 10px 10px 70px;
  border-bottom: 1px dotted #ddd;
}
.moduleComments li.pair {
  background: #f5f5f5;
  color: inherit;
}
.moduleComments .admin_options {
  float: right;
  display: inline;
}
.moduleComments .image img {
  float: left;
  display: inline;
  margin-left: -60px;
}
.moduleComments .title {
  margin: 0 0 0.3em 0;
}
  .moduleComments .title a {
      font-weight: bold;
      font-size: 1.1em;
  }
.moduleComments .text {
  margin: 0 0 0.7em 0;
}