td.tdtitle {
  font-weight: bold;
  font-size: 15px;
}

td.tdnum {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: blue;
}
td.tdm {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #bf0000;
}
td.tdme {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: green;
}
td.tdname {
  text-align: center;
  font-size: 16px;
}
td.tdpts {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 14px 0px 14px 0px;
}

td.tdordnum {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: blue;
}
td.tdordname {
  text-align: center;
  font-size: 14px;
}
td.tdordpts {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
