#trending {
    background: #e9e9e9;
}
#trending,
#trending .menu-inline a,
#trending h5 {
    line-height: 3.6em;
    margin: 0;
}
#trending h5.text-inline {
    color: #e9068d;
    text-transform: uppercase;
    font-size: 0.7em;
    height: 4.45em;
    line-height: 5.15em;
    display: block;
}
#trending h5 {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    text-indent: -1000px;
    background: url('images/hashtag.png') center center no-repeat;
    background-size: 100% auto;
}
#trending .scrollable {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
}
#trending .menu-inline {
    width: 1180px;
    height: 3.6em;
}
#trending .menu-inline a {
    padding: 0 0 0 1.6em;
    font-weight: 400;
}

#trending .menu-inline a:hover {
    color: #EB008B;
}

.olreset {
    margin: 0;
    padding: 0;
    list-style: none;
}