#rss {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 250px;
  background: #000000;
  overflow: auto;
  letter-spacing: .1pc;
  }

#rss p {
  margin-top: 0;
  padding: 0.5em;
  font-size: 8pt;
  background-color: #131313;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  }

#rss p a {
  color: #f47a24;
  }

#rss p span {
  font-size: 7pt;
  }


#rss a {
  text-decoration: none;
  }

#rss a:hover {
  color: #ffcc00;
  }

#rss ul {
  padding:0.5em;
  margin-left: 0px;
  color: #ffffff;
  }

#rss ul li  {
  font-size: 7pt;
  list-style: none;
  padding-bottom: 1em;
  }

#rss ul li a {
  color: #f47a24;
  font-size: 8pt;
  font-weight: bold;
  }
  
#rss ul li span {
  font-size: 7pt;
  color: #006d75;
  }