.toplytics-posts-list {
    background: none;
    border: 0;
    color: #333333;
    display: block;
    list-style: none;
    margin: 0;
    margin-bottom: 0.5em;
    padding: 0;
    width: 100%;
}

.toplytics-posts-list .item {
    border: 0;
    color: #333;
    display: block;
    margin: 0 0 -6px 0;
    overflow: visible;
    padding: 15px 0 15px 5px;
    position: relative;
    text-decoration: none;
}

.toplytics-posts-list .item.red {
    background-color: #F45;
    background-color: rgba(255, 57, 65, 0.9);
    width: 100%;
}

.toplytics-posts-list .item.orange {
    background-color: #F74;
    background-color: rgba(255, 103, 57, 0.9);
    width: 95%;
}

.toplytics-posts-list .item.yellow {
    background-color: #FD4;
    background-color: rgba(255, 218, 57, 0.9);
    width: 89%;
}

.toplytics-posts-list .item.green {
    background-color: #CF5;
    background-color: rgba(193, 241, 78, 0.9);
    width: 84%;
}

.toplytics-posts-list .item.blue {
    background-color: #3CF;
    background-color: rgba(29, 195, 246, 0.9);
    width: 80%;
}

.toplytics-posts-list .item .link {
    background: none;
    border: 0;
    color: #333333;
    display: block;
    margin: 0;
    margin-right: 25px;
    min-height: 30px;
    padding: 0;
    text-decoration: none;
    width: 90%;
}

.toplytics-posts-list .item .link:hover {
    color: #FFFFFF;
}

.toplytics-posts-list .item .comment-count {
    background: none;
    border: 0;
    color: #333;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -17px;
    text-decoration: none;
    top: 10px;
    width: 40px;
}

.toplytics-posts-list .item .comment-count::after {
    background: none;
    border: 0;
    border-right: 9px solid transparent;
    border-top: 9px solid #333;
    border-left: 0 solid transparent;
    color: #333;
    content: "";
    display: block;
    height: 0;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    top: 0;
    width: 0;
}

.toplytics-posts-list .item .comments-link {
    background: #333333;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.2em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 40px;
}