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

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

.footer {
  position: absolute;
  padding-top:15px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
  text-align:center;
}

.label {
	color: #000000;
}

.disabled-label {
	color: grey;
}

.dashboard-title {
	font-size:2em;
}

.dashboard-count {
	font-size:2em;
}

