/**
 * @package: Extraordinary Comments
 * @Version: 0.5
 * @Date: September - October 2016
 * @Author: CK MacLeod
 * @Author: URI: http://ckmacleod.com
 * @License: GPL3
 */

.feature-comments.unfeature, .feature-comments.unbury {display:none;}
                .feature-comments { cursor:pointer;}
                .featured.feature-comments.feature { display:none;}
                .featured.feature-comments.unfeature { display:inline;}
                .buried.feature-comments.bury { display:none;}
                .buried.feature-comments.unbury { display:inline;}
                #the-comment-list tr.featured { background-color: #dfd; }
                #the-comment-list tr.buried { opacity: 0.5; }

