/* Login page CSS */

#feed-list li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 10px 0 10px 0;
}

#feed-list .feed-date {
  display: block;
  float: left;
  color: orange;
  background-color: black;
  padding: 3px;
  margin-right: 10px;
}

#feed-list .feed-title {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

#feed-list .feed-snippet {
  clear: both;
}
