.comments {
 width: 570px;
 overflow: hidden;
}

.comments .comment {
 width: 540px;
 margin-bottom: 20px;
 border: 1px solid black;
 background: white;
}

.comments h3 {
 margin-bottom: 0px;
}
.comments .title {
 margin-top: 0px;
 font-weight: bold;
 font-style: italic;
 margin-top: 4px;
 margin-left: 6px;
} 
.comments .text {
 margin-top: 5px;
 float: left;
 width: 500px;
 margin-left: 6px;
 margin-bottom: 8px;
}
.comments .options {
 margin-left: 6px;
}
.comments .footer {
 border-top: 1px dotted black;
 float: left; 
 width: 500px;
 margin-left: 6px;
 margin-bottom: 8px;
}

