div.simple-comments-comments {
    margin-top: 20px;
}

div.simple-comments-comment {
    margin-bottom: 20px;
}

div.simple-comments-comment-top {
    
}

div.simple-comments-comment-bottom {
    
}

span.simple-comments-comment-username {
    font-size: 20px;
    margin-right:20px;
}

span.simple-comments-comment-date-added {
    font-size: 15px;
}

span.simple-comments-comment-text {
    font-size: 15px;
}

div.simple-comments-add-comment div.success {
    font-size: 15px;
    margin-bottom: 10px;
}

label.simple-comments-add-comment-text {
   display:block;
}

textarea.simple-comments-add-comment-text {
    float:none;
}

input.simple-comments-add-comment-submit {
    display:block;
}