/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 24px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 24px;
  background-color: #f5f5f5;
  text-align:center;
  clear: both;
  /*background-color: #e2e2e2;*/
  font-size: .9em;
}

