div#div_comments {
    padding:3px;
}
div#error {
    margin: auto !important;
}
div#comment_list {
    font-size: 11px;
    max-height: 240px;
    max-width: 648px;
    overflow: auto !important;
}
div#comment_list div.comment {
    margin-bottom:3px;
    padding-right:3px;
    padding-left:3px;
    background-color: #eeeeee;
    border-radius: 5px;
    display: inline-block;
}
div#comment_list #comment_text {
    font-size: 12px;
    max-width: 270px;
    word-wrap:break-word;
    display: inline-block;
}
div#comment_list #comment_date {
    font-size: 10px;
}
div#comment_list #comment_email {
    font-size: 10px;
    font-weight: bold;
}
div#error {
    font-size: 9px;
    color: firebrick;
    font-weight: bold;
    width:100%;
    text-align: center;
}