#listmodule td span.pretest-label::after {
  content: 'PRE TEST';
  color: rgb(255, 255, 255);
  background-color: rgb(0, 183, 255);
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

#listmodule td span.posttest-label::after {
  content: 'POST TEST';
  color: rgb(255, 255, 255);
  background-color: rgb(255, 196, 0);
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}