@charset "utf-8";

html, body {
        height: 100%;
}

a:visited:before { content: "\2713 "; }

.feed-list {
  margin: 0 0 15px 15px;
  padding: 0;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
}
