.cmtx_comment_section:not(:last-of-type) {
    margin-bottom: 10px;
}

.cmtx_comment_boxes section {
    border: none !important;
    border-radius: 5px;
    padding: 5px;
}

.cmtx_comment_boxes section:nth-of-type(odd) {
    background-color: #f3f3f3;
}

.cmtx_comment_boxes section:nth-of-type(even) {
    background-color: #fff;
    margin-bottom: 5px;
}

.cmtx_comment_box {
    margin-bottom: 0;
}

.cmtx_button_primary {
    background-color: #676767 !important;
}

.cmtx_button_primary:hover {
    background-color: #565656 !important;
}