.statuscolorblock {
  min-width: 85px;
  min-height: 35px;
  margin-bottom: 10px;
}
.overwhelmed {
  background-color: red;
}
.overwhelmed a, 
.overwhelmed a:hover,
.overwhelmed a.active {
  color: red;
}
.busy {
  background-color: orange;
}
.busy a, 
.busy a:hover,
.busy a.active {
  color: orange;
}
.humming {
  background-color: green;
}
.humming a,
.humming a:hover,
.humming a.active {
  color: green;
}

