div {
  text-align: center;
  font-size : 120%;
  clear     : both;
}

em {
  display: block;
}

span {
  display: none;
}

ul {
  margin : 0 !important;
  padding: 0 !important;
}

li {
  float     : left;
  width     : 33% !important;
  margin    : 0.2em 0  !important;
  padding   : 0;
  list-style: none;
  text-align: center;
}

li.lastmaster {
  width: 100% !important;
}

