html{
  position: relative;
  min-height: 100%;
}

body {
  padding-bottom:120px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #e3e6eb;
  color: #ccc;
  z-index: 5;
}

.whitespace{
  white-space: pre-line;
}