#content #comment_form {
  
}

#content #comment_form p {
  margin: 20px 0 10px 0;
  width: 100%;
  border-bottom: 1px solid #C4C3A1;
}

#content #comment_form textarea#comment {
/*  float: right;
  display: inline;*/
  width: 99%;
}

#content #comment_form label#label_signature {
/*  float: left;
  width: 130px;*/
  display: block;
  font-weight: bold;
  color: #515151;
}

#content #comment_form label#label_comment {
/*  float: right;
  width: 320px;*/
  display: block;
  font-weight: bold;
  color: #515151;
}

#content #comment_form input#signature {
/*  float: left;
  display: inline;*/
  width: 99%;
}

#content #comment_form .row {
  clear: both;
}

#content #comment_form .button {
  float: right;
}

#comments {
  margin-top: 30px;
}

#comments h4 {
  color: #213B4D;
  border-bottom: 1px solid #C4C3A1;
}

#comments table {
  width: 100%;
}

#comments th {
  text-align: left;
  color: #515151;
  font-weight: bold;
}

#comments .text {
  width: 50%;
}

#comments tr.mod td {
  background-color: #E9E7DA;
}
