/*==>*/
.statistics_counter {
    width: 75px;
    height: 34px;
    display: inline-block;
    background-color: #fa0;
    background-image: url(https://cdn.wholeworld.org/new/general/counter2.gif);
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #000;
}

.statistics_counter,
.statistics_counter:hover,
.statistics_counter *,
.statistics_counter *:hover {
    text-decoration: none !important;
}

.statistics_counter .item {
    width: 50px;
    padding-left: 22px;
    text-align: right;
    color: #000;
    line-height: 10px;
    font-size: 9px;
    font-family: 'Sarpanch', sans-serif;
}

.statistics_counter .item:first-child {
    padding-top: 2px;
}

/*<==*/
