.commentForm {
    margin: 50px 0;
}

.commentList {
    float: left;
    width: 100%;
    clear: both;
    margin: 50px 0;

    li {
        list-style-type: none;
    }

    ul.children {
        margin-left: 15px;
    }

    .comment {
        margin-top: 20px;

        p {
            margin-bottom: 10px;
        }
    }
}
