
#on_tv_container .on_tv_title {
    font-size: 20px;
    text-align: center;
    float: left;
    height: 50px;
    width: 43px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px;
    background: #cc0001;
    color: #fff;
    font-family: 'Ubuntu Condensed';
    font-weight: bold;
}


#on_tv_container ul.on_tv_items {
    padding: 0px;
    margin: 0px;
    list-style: none;
}


#on_tv_container ul.on_tv_items li {
    float: left;
    margin: 3px 4px;
}