#result {
  float: right;
  display: block;
  top: 0;
  /* position: absolute; */
  z-index: -1;
  /* margin: 3px 0 0 1434px; */
}

.RssImage {
  height: 100px;
  width: 150px;
  margin: 3px 0px 0 3px;
  background-color: powderblue;
  background-position: 0 0;
  background-repeat: no-repeat;
  /* top: 6px; */
  float: left;
}

.RssFeedItem {
  display: block;
  font-style: italic;
  height: 115px;
  width: 475px;
  background-color: dimgrey;
  margin: 0px 5px 5px 0;
  overflow: hidden;
}

.RssDescription {
  display: block;
  height: 108px;
  width: 315px;
  word-wrap: normal;
  overflow: hidden;
  text-shadow: brown;
  /* background-color: beige; */
  padding: 5px 0 0 160px;
  color: antiquewhite;
  /* margin: 3px 0 0 150px; */
  float: left;
  position: absolute;
}

.updatedTime {
  display: block;
  margin: 18px 0px 0px 0x;
  font-style: oblique;
  font-weight: bold;
  font-size: small;
  color: yellow;
  padding: 101px 0px 0px 3px;
  position: absolute;
  float: left;
  /* top: 100px; */
}
