/* @@@ this has some overlap with topics.css and needs review */

.responses .even, .topics .even {
    background-color: #FAFAFA;
}
.responses .odd, .topics .odd {
    background-color: #F3F3F3;
}
.responses {
    margin-left: 0px;
    padding-left: 0px;
}
.responses li {
    list-style-type: none;
}
div.meta {
    float: left;
    width: 42px;
    padding: 4px;
}
div.bulk {
    margin-left: 120px;
    padding: 4px;
}
.hidden { display: none; }
.comments_c ul li.thread-0 { margin-left: 0px; }
.comments_c ul li..thread-1 { margin-left: 20px; }
.comments_c ul li..thread-2 { margin-left: 40px; }
.comments_c ul li..thread-3 { margin-left: 60px; }
.comments_c ul li..thread-4 { margin-left: 80px; }
.comments_c ul li..thread-5 { margin-left: 100px; }
.comments_c ul li..thread-6 { margin-left: 120px; }
.comments_c ul li..thread-7 { margin-left: 140px; }
.comments_c ul li..thread-8 { margin-left: 160px; }
