/* Lean head stylesheet — deliberately unbranded (the product name/brand are undecided).
   Tenant pages wear the ORG's logo/name from the layout; this file only keeps the frame tidy. */

html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 30px;
  padding: 8px 0;
}
