.rssclass{
display: none;
width: 829px;
height: auto;
margin-left: 48px;
margin-right: 26px;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
pading-bottom: 5px;
//background-color: #F5F3B3;
border:3px solid #97000B;
border-bottom-left-radius: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
padding-bottom: 5px;
font-size: 80%;
}


.rsscontainer {
	margin-left:24px;
	margin-top:2px;
	padding:12px;
	padding-top:1px;
	padding-bottom:1px;
	background: rgba(63, 54, 67, 0.6);
	
}

.rsstitle a{ /*shared class for all title elements in an RSS feed*/
font-weight: normal;
color: white;
font-size: 100%;
font-family: 'Helvetica';
text-decoration: none;
}

.rsstitle { /*shared class for all title elements in an RSS feed*/
font-weight: normal;
color: white;
font-size: 100%;
font-family: 'Helvetica';
text-decoration: none;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: #00F;
font-size: 5%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
font-family: 'Helvetica';
font-size: 90%;
color: white;
font-weight: normal;
}



.rssdescription p a { /* better targeting of links inside a p inside the description */
color: #c0c0c0;
font-family: 'Helvetica';
font-weight: normal;
}


strong {
    /*font-weight: normal;*/
	/*color: #c0e0e0;*/
}

.rssdescription strong {
	color: rgb(2, 161, 193);
	font-size:110%;
}
