html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}

p.cta {
  text-align: center
}

.dashboard-row.saving {
  position: relative;
}

.dashboard-row.saving::before {
  content: "⌛";
  position: absolute;
  font-size: 30px;
  left: -25px;
  top: -4px;
}

.dashboard-slug, .dashboard-description {
  line-height: 30px;
}

.dashboard-slug {
  font-weight: bold;
  font-size: 130%;
}

.dashboard-description {
  font-style: italic;
  padding-left: 2px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #777;
  background-color: #f5f5f5;
}
