html, body {
  height: 100%;
}

.page-wrap {
   min-height: 100%;
   magin-bottom: -20px;
}

footer {
  width: 100%;
  text-align: center;
  p.text-muted {
    color: "#777777";
  }
  height: 20px;
  background: "#222222";
}

.container-md {
  padding-top: 50px;
}

.date {
  font-style: italic;
  color: "#aaaaaa";
}

.prev {
  font-style: italic;
  color: "#888888";
  text-align: left;
}

.next {
  font-style: italic;
  color: "#888888";
  text-align: right;
}
