@namespace url(http://www.w3.org/1999/xhtml);

html#feedHandler body {
  font-family: "Verdana" !important;
}

/* Auto-hide the header */
html#feedHandler #feedHeaderContainer {
  position: fixed;
  top: 0; left: 0; right: 0;
  margin-top: -13em !important;
  width: 95%;
}

html#feedHandler #feedHeaderContainer:hover {
  margin-top: -4em !important;;
}
/* End auto-hide */


html#feedHandler #feedContent {
  -moz-column-count: 2;
  -moz-column-gap: 3em;
}

html#feedHandler h3 {
  font-size: 1.5em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html#feedHandler h3 > a {
  text-decoration: none;
  color: black;
}

html#feedHandler h3 > a:hover {
  text-decoration: underline;
}

html#feedHandler .entry {
  border: 1px solid transparent;
  -moz-border-radius: 10px;
  margin-bottom: 1em;
  padding: 1em;
  background-color: #edf2f2;
  overflow: auto;
}