/*---GENERAL---*/
.ss-kicker {
	font-size: .75em;
	font-weight: 900;
    color:#b00 /*#0077aa  #005577*/;
	text-transform: uppercase;
	text-align: left;
	margin-right: 6px
}

.ss-kicker:hover {
    color:#b00 /* #0978a5;*/
}

.starspecial .filterby {
	min-width:170px;
}

.ss-fields-wrap {
	display:inline-block;
	vertical-align:middle;
}

.download-pdf a {
    color: #797979;
}

/*---FEATURED SUPPLEMENT---*/
.ss-story h2 {
    font-size: 1.125em;
    line-height: 1.18em;
}

.ss-featured-desc {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.ss-featured-desc:last-child {
	padding-bottom:0;
	border-bottom:none;
}


/*---STAR SPECIAL STORY PAGE---*/

.more-ss {
	overflow:hidden;
	display:block;
}


@media only screen and (max-width: 767px) {
	.ss-story h2{
		font-size: 1em;
	} 
	
	.starspecial .timestamp{
		display:block;
	}
	
	.ss-wrap ul.filter-navi select.filterby {
    width: 39%;
}
}

@media only screen and (max-width: 454px) {
.ss-wrap ul.filter-navi select.filterby {
    width: 100%;
	margin-left:0;
}
}