#aec_text_area_wrap > textarea { width: 100%; height: 40px; } #aec_submit_wrap { width: 100%; text-align: right; margin: 2px 0; } #aec_comment_wrap { max-height: 300px; overflow-x: hidden; overflow-y: scroll; margin: 10px 0; padding: 10px; background-color: #ffffff; border-radius: 4px; border: 1px solid #ccc; } #aec_comment_wrap .comment_body { word-wrap: break-word; background-color: #0084FF; border-radius: 5px; color: #ffffff; position: relative; margin-top: 7px; padding: 8px; } #aec_comment_wrap .comment_body::after { border-left: solid 5px transparent; border-right: solid 5px transparent; border-bottom: solid 10px #0084FF; top: -8px; content: ""; display: block; height: 0; right: 8px; position: absolute; width: 0; } #aec_comment_wrap .comment_body.others { background-color: #F0F1F1; color: #0f0f0f; } #aec_comment_wrap .comment_body.others::after { border-bottom: solid 10px #F0F1F1; left: 8px; } #aec_comment_wrap .comment_head { text-align: right; } #aec_comment_wrap .comment_head.others { text-align: left; } #aec_comment_wrap .comment_date { margin-bottom: 4px; font-size: 10px; text-align: right; color: #aaa; } strong.comment_author_name { padding-left: 0.5em; } span.aec_delete { cursor: pointer; }