#search-history {
  font-size: small;
}

#my-references {
  font-size: small;
}

ul.feed-list {
  padding: 0;
}

.feed-list li {
  padding: 0 0 0 0.25em;
  list-style: none;
}

.feed-list li:before {
  content: "\2022\00A0";
}

.feed-footer {
  clear: both;
  font-size: small;
  border-top: 1px solid;
}

.feed-footer #search-history {
  padding-bottom: 0.5em;
  padding-right: 1em;
  float: left;
  width: 45%;
  border-right: 1px solid;
}

.feed-footer #my-references {
  padding-bottom: 0.5em;
  padding-left: 1em;
  float: left;
  width: 45%;
}

#my-references h2 img {
  vertical-align: bottom;
}


