@charset "UTF-8";
#ticker {
background:url('/imgs/tick1.png') left bottom no-repeat;
transition: background .6s ease-in-out;
-moz-transition: background .6s ease-in-out; /* Firefox 4 */
-webkit-transition: background .6s ease-in-out; /* Safari and Chrome */
-o-transition: background .6s ease-in-out; /* Opera */
width:1196px;
margin:0px 2px 10px 2px;
margin-left:198px;
border:1px solid #666666;background-color:white;
-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;padding:0;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
box-shadow: 1px 1px 2px #666;
height:130px;
overflow:hidden;
}
.rssFeed {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
width: 1065px;
margin: 0px 0 0 120px;
padding-bottom:5px;

}
.rssFeed a {
color:#5286b9;
text-decoration: none;
}
.rssFeed a:hover {
color: #ed1b2e;
text-decoration: none;
}
.rssBody { border: 0; }

.rssRow h4 {
font-size:16px;
margin: 0;
padding: 0 5px 5px 5px;
}
.rssRow p {
margin: 0;
padding:5px 5px;
}
.rssRow p:nth-of-type(1){
display:none;
}
.rssRow p:nth-of-type(3) {
display:none;
}
.rssRow div {
float:right;
margin: -20px 10px 0 0;
font-size:11px;
font-style:italic;
padding: 0px 5px;
}

