/* Sticky footer CSS for pages extending base.html */
html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* Container wrapper that holds the main content */
#container,
.annotations-app-wrapper,
.datasignals-app-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

footer {
  flex-shrink: 0;
  margin-top: auto !important;
}
