#body > form {
    margin-bottom: 1.3em;
}

.comments {
    margin-left: 25.0%;
}

.comment > * {
    margin-bottom: 0.25em;
}

.comment .timestamp, .comment .controls, .comment .signature {
    text-align: right;
    margin: 0.0;
}

.comment .timestamp {
    margin-bottom: 0.25em;
}

.comment .controls, .comment .signature {
    margin-top: 0.25em;
}

.comment img.avatar {
    display: block;
    float: left;
    margin-right: 0.5em;
}

.comment .speech.soft {
    background-color: inherit;
    border: none;
    margin-right: 0.0;
}

.comment .speech textarea {
    overflow: auto;
    width: 100.0%;
    height: 10.0em;
}

.comment .speech {
    overflow: hidden;
    border: 1.0px solid #eeeeee;
    background-color: white;
    padding: 0.25em;
    text-align: left;
}

.comment form table th label {
    float: right;
    margin-right: 0.5em;
}

.comment form table {
    width: 100.0%;
}

.comment form {
    display: inline;
}

.comment table {
    border-spacing: 0.0 0.875em;
}

.comment.toplevel {
    width: 66.0%;
    padding: 0.5em;
}

.comment {
    width: 100.0%;
    background-color: #eeeeee;
    margin-bottom: 1.3em;
}

.comment.editable .speech, .reply.editable .speech {
    margin-right: 0.0;
    min-height: 60.0px;
}

.comment.editable .title input, .reply.editable .title input {
    width: 100.0%;
}

.comment.editable .title, .reply.editable .title {
    overflow: hidden;
    margin-right: 0.5em;
}

.comment.editable, .reply.editable {
    margin-bottom: 0.0;
}

.speech p:first-child, .speech ul:first-child, .speech ol:first-child {
    margin-top: 0.0;
}

.speech p:last-child, .speech ul:last-child, .speech ol:last-child {
    margin-bottom: 0.0;
}

.speech ul {
    list-style-type: disc;
    margin-left: 1.0em;
}

.speech ol {
    list-style-type: decimal;
    margin-left: 1.5em;
}

.speech {
}

.reply {
    margin-top: 1.3em;
}

