﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px !important; /* 150 */
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 10px 3px;
  border-top:1px solid #eee
}

