
.comments-list{
    list-style-type: none;
    padding-left: 0;
}

.comments-list .admin-panel{
    border: solid 1px grey;
    padding: 5px;
}

.comments-list .comments-list{
    padding-left: 20px;
}

.comments-list li{
    margin: 5px 0;
    background: #E5F1F4;
    padding: 5px;
    border-radius: 5px;
}

.comments-list li:nth-child(2n){
    background: #F8F8F8;
}

.comments-list li .comment-header{
    font-weight: bold;
}