/* Here I'm gonna use very specific selector to override typography.css
 which I'm gonna remove later in a redesign of the whole page */

.typography ul.comments-list {
    margin: 0px;
}

.comments-holder ul.comments-list li.comment {
    list-style: none;
    padding: 16px;
    margin-bottom: 16px;
}

/* box shadow only for first level */
.comments-holder > ul.comments-list > li.comment {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.typography ul.comments-list p {
    margin: 0px;
}

ul.comments-list li.comment p.info {
    padding-bottom: 16px;
}

ul.comments-list li.comment p.info span.author {
    font-weight: 600;
    padding-bottom: 16px;
}

ul.comments-list li.comment p.info span.date {
    display: block;
}

ul.comments-list li.comment p.coments-ratings {
    font-size: 1em;
    color: #106802;
    padding-bottom: 12px;
}

ul.comments-list.level-1 {
    margin-top: 16px;
    box-shadow: none;
}

ul.comments-list.level-1 li.comment {
    border-left: 6px solid #eee;
}

div.comments-pagination {
    margin: 16px 0 ;
}

div.comments-pagination p * {
    padding: 12px;
    border: 1px solid #eee;
    display: inline-block;
}

div.comments-pagination p a:hover {
    background-color: #106802;
    color: white;
}
