/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 32px;
  font-size: 0.9em !important;
  background-color: rgba(0,0,0,0.87);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px;
  background-color: rgba(0,0,0, 0.2);
  padding: 4px;
  font-size: 0.93em;
}

.boxme {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}