
#listing-tv ul {
    list-style: initial;
    padding-left:20px; 
}

.current-episodes-promo.bg-image-by-tue,
.current-episodes-promo.bg-image-by-wed,
.current-episodes-promo.bg-image-by-thu,
.current-episodes-promo.bg-image-by-fri,
.current-episodes-promo.bg-image-by-sat,
.current-episodes-promo.bg-image-by-sun{
    background: url(../../../../images/cftv/tv-page-monday.jpg) no-repeat 0 0 transparent;
}

.current-episodes-promo.bg-image-by-mon{
    background: url(../../../../images/cftv/tv-page-tonight.jpg) no-repeat 0 0 transparent;
}


.p-4        {padding:4px}

.seriesOptions a:hover {
	text-decoration:underline;
	color:white;
}
.seriesOptions .current a{
	font-size: 9px;
}
.seriesOptions .current a span{
	font-size: 13px;
	color: #fff;
}


@media (max-width: 990px) {
    .description h6,
    .dates p {
        margin-right:0
    }
}

.col-xs-20p,
.col-sm-20p,
.col-md-20p,
.col-lg-20p {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left;
}
