#checkbox_comments {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    float: left;
    margin: 0px 5px 0 0;
}

@media all and (min-width: 640px) {
    #checkbox_comments {
        margin: 0px 5px 0 0;
    }
}

#checkbox_comments:checked {
    background: red;
}

.pagination {
    margin: 10px 0 20px 0;
    padding: 5px 1px 5px;
    text-align: center;
}

.pagination a {
    padding: 3px 6px 4px 6px;
    margin: 3px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #666;
    background-color: inherit;
}

.pagination .current {
    padding: 3px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    background-color: #EA2700;
    border: 1px solid #EA2700;
    color: #FFF;
}

.pagination a {
    color: #EA2700;
    border: 1px solid #EA2700;
}

.pagination a, .pagination span {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
}

.comment:last-of-type{
    border-bottom: none;
}

.comment p a {
    color: #EA2700;
    border-bottom: 1px solid rgba(234, 39, 0, 0);
}

.comment-actions a, .comment-actions div {
    display: block;
    position: relative;
}

.comment-actions .voted .svg-fill {
    fill: #EA2700;
}

.comment-actions .comment-actions-count {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
}
