#rightBox .rssFeed {
  float: left;
  background-color: white;
  box-shadow: 0 0 5px 5px #444444;
  border-radius: 15px;
  width: 47%;
  min-height: 1em;
  overflow-y: scroll;
  padding: 0px;
  margin: 0px 10px 25px 10px;
}
.rssFeed > h3 {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0px;
  border-bottom: 2px outset black;
}
.rssFeed > article {
  border-bottom: 1px outset black;
  width: auto;
  min-height: 1em;
  margin: 0px;
  padding: 5px 5px;
}
.rssFeed > article > h4 > p {
  font-size: .8em;
}
.rssFeed > article:nth-last-child(1){
  border: none;;
}
.rssFeed  article > p {
  text-color: black;
  font-size: 1em;
  text-align: left;
}
