.bgred {
  background-color: rgba(255, 0, 0, 0.1);
}

.bgyellow {
  background-color: rgba(255, 255, 0, 0.1);
}

.bggreen {
  background-color: rgba(0, 255, 0, 0.1);
}

.list-group-item-heading {
  display:none;
}

.header-box {
  margin-top:2em;
  font-size:1.5em;
}