html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 185px;
}
body > .container {
  padding-top: 30px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 185px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
}
