.dashboard-title {
  margin-left: 15px; 
  margin-right: 20px;
  font-size: 18px;
}

.treemap {
  min-height: 100%;
}

.skin-blue .sidebar a .text {
  color: #444;
}

.seafoam {
  background-color: #cee4e2;
}

hr {
  border-top: 1px solid #aaa;
}

html {
  position: relative;
  min-height: 100%;
}

.map-explanation {
  background-color: #f9f9f9;
  border-left: 5px solid #1C8478;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 15px;
}

/* Give the item a little space on top */
.hat {
  padding-top: 15px;
}

/* Give the item some space on the sides */
.corset {
  padding-left: 15px;
  padding-right: 15px;
}

body {
  margin-bottom: 60px;
  /* Margin bottom by footer height */
}

.footer {
  font-size: 10px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Set the fixed height of the footer here */
}