body {
  background-color: rgb(255,255,255);
  margin-bottom: 2%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 5%;
}

p.title {
  font-family: verdana;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 13px;
  font-weight: 200;
  text-align: left;
}

table {
  border-collapse: separate;
  border-spacing: 10px 10px;
}

th.shirt_title {
  font-family: verdana;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  width: 175px;
}

td.title {
  font-family: verdana;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  width: 100px;
}

td {
  font-family: verdana;
  font-size: 13px;
  font-weight: 200;
  text-align: left;
}

td.mid {
  font-family: verdana;
  font-size: 13px;
  font-weight: 200;
  text-align: center;
}

td.note {
  font-family: verdana;
  font-size: 10px;
  font-weight: 200;
  text-align: left;
}

td.error {
  color: rgb(255,0,0);
  font-family: verdana;
  font-size: 13px;
  font-weight: 200;
  text-align: left;
}
