/* Extraordinary Comments / V 0.9 / CK MacLeod / October 2016 */

/*basic archive and widget readability */
.cks_exc-comment {
    margin-top: 1em;
    padding-top: 1em;
}
.cks_exc-comment-author {
    margin: 1em 0;
}

.cks_exc .comment-author img {
    vertical-align: top;
    margin-right: .5em;
}
/*in-thread styles: featured comments */
.comment.featured > article {
    border: 1px solid green;
    box-shadow: 5px 5px 5px green;
    margin: 2em 0;
    padding: 1em;
    font-size: 1.2em;
    line-height: 1.5em;
}
/*cks cfix plugins */
.cks_exc .cks-plugins-credit {
    clear: both;
    float: none;
    margin-top: 1em;
}