
#trending_home_container p{
  display: inline;
}
#trending_home_container .trending_title, #trending_read_later_container .trending_title {
    padding: 5px;
    text-align: center;
    background: #cc0001;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Ubuntu Condensed';
    margin: 0px;
}

#trending_home_container .trending_content .trending_stories .title .glyphicon{
    color: #7f7f7f;
}
#trending_home_container .trending_content .trending_stories .title{
    word-wrap: break-word;
    overflow: hidden;
}

#trending_home_container .trending_content .trending_stories:last-child {
  border-bottom: none;
}
.trending_content .trending_stories:last-child{
  border-bottom: none;
}
.trending_content .trending_stories{
    padding: 7px 2%;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-size: 16px;
    font-family: "Source Sans Pro";
    font-weight: normal;
    line-height: 17px
}
#trending_home_container .trending_content .trending_stories a{
    margin-left: 10px;
}
#trending_read_later_container .trending_content .trending_stories a{
    margin-left: 10px;
}


#trending_most_read_container .trending_title {
    height: 60px;
    background: url(http://images.gmanews.tv/res/img/cs_most_read.png) center top no-repeat;
    margin: 0px;
}

#trending_most_shared_container .trending_title {
    /*height: 75px;*/
    height: 60px;
    background: url(http://images.gmanews.tv/res/img/cs_most_shared.png) center top no-repeat;
    margin: 0px;
}

#trending_most_shared_container .trending_content .trending_stories, #trending_most_read_container .trending_content .trending_stories{
    padding: 10px 0px;
}

.trending_view_more_button span.glyph_button {
    color: #b40000;
}
.trending_view_more_button{
    text-align: center;
    background-color: #eee;
    padding: 8px 0px;
    font-weight: 600;
    font-family: 'PT Sans';
    font-size: 12px;
}
.trending_content .trending_stories:hover{
  background: #F7F7F7;
}


/****************************** MOBILE ***********************************/
@media only screen and (max-width: 480px){

    #trending_home_container .trending_content .trending_stories .title{
         height: auto;
         max-height: 40px;
    }

}
