
table.rubric {
  border: 2px solid black;
  text-align: left;
}
.rubric th, .rubric td {
  text-align: center;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
}
th.gradeDimension {
  text-align: left;
}
th.gradeSubDimension {
  text-align: right;
}
th.gradeCategory {
  text-decoration: underline;
}
th.phase, td.phase {
  text-align: right;
}
td.number {
  text-align: right;
}
hr.phaseDivider {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
