/* 
    Document   : comments.css
    Created on : 11 груд 2011, 19:41:11
    Author     : segoddnja@gmail.com
*/

root { 
    display: block;
}

.comments-list{
    list-style-type: none;
    padding-left: 0;
}

.comments-list .admin-panel{ 
}

.comments-list .comments-list{
    padding-left: 20px;
}

.comments-list li{
    margin: 5px 0;
    background: #F8F8F8;
    padding: 5px;
    border-radius: 5px;
}
/*
.comments-list li:nth-child(2n){
    background: #F8F8F8;
}*/

.comments-list li .comment-header{
    font-weight: bold;
}

.comments-list li .comment-header small {
    font-size: 10px;
    font-weight: normal;
    color: rgb(102, 102, 102);
}