h1.title-text { margin-top: 3px; line-height: 1.3; }
h2.content-title { display: inline-block; overflow: hidden; vertical-align: middle; text-overflow: ellipsis; white-space: nowrap; width: 88%; letter-spacing: -1px; }
.tpl_files h2.content-title, .tpl_subs h2.content-title { width: auto; }
.tpl_index h2 span.heading { font-size: initial; }
.channel-heading h1 { margin: 25px 0px 25px 15px; font-weight: bold; }
.act-title { margin-bottom: 10px; }



/* custom media queries */
@media (max-width: 945px) {
    h2.content-title { width: 80%; }
}
@media (max-width: 560px) {
    #promoListing h2.content-title { margin-left: 16px; }
}
@media (max-width: 461px) {
    #view-type-content h2.content-title { width: 100%; }
}
@media (max-width: 480px) {
    .channel-heading h1 { margin: 25px 0px 0px 0px; font-weight: bold; }
}