#pagelet-feedlist .btn-group {
    display: inline-block;
    border: 1px solid #999;
    height: 29px;
    line-height: 29px;
    border-radius: 21px;
    vertical-align: middle;
}
#pagelet-feedlist .btn-group .btn {
    line-height: 25px;
    height: 27px;
    padding: 0 8px;
    margin-right: 0;
    width: 58px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0 11px 11px 0;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
}
#pagelet-feedlist .btn-group .btn:hover{
    color: #0f9fdb;
}
#pagelet-feedlist .btn-group .line {
    border-right: 1px solid #999;
    border-radius: 20px 0 0 20px;
}
#pagelet-feedlist .btn {
    color: #9e9e9e;
}
.icon {
    display: inline-block;
}
.icon-small {
    width: 14px;
    height: 13px;
    line-height: 13px;
}
.icon.icon-like {
    background-repeat: no-repeat;
}
.icon.icon-like {
    background-position: -26px -46px;
}
.icon.icon-dislike {
    background-position: -26px -132px;
}
#pagelet-feedlist .icon {
    background-image: url(/css__myhsw__cn/auto/img/base_z_4f86077.png);
    vertical-align: middle;
    cursor: pointer;
}