/*Sample CSS to style the two tickers in the demo*/


.cnnclass a{
text-decoration: none;
}

.bbcclass{
width: 700px;
height:20px;
/* overflow:hidden; */
margin-left: 10px;
float:left;
border: 0px solid #000000;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
float:left;
padding:2px;
}

.rssbaslik{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
float:left;
padding:2px;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
float:left;
color: gray;
font-size: 85%;
padding:2px;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
float:left;
padding:2px;
}