html { height: auto; margin-bottom: 0;}

/* reposition footer */
#footer-wrapper {
  position: relative;
  display: block;
  clear: both;
  margin-top: 30px;
}

/* reset hover */
.favs-listing *.hover,
.projects-listing *.hover {
  background-color: #fff !important;
}


/* general text handling */
* {
  -webkit-text-size-adjust: 110%;
}
