/* Legacy compatibility: project-table labels. */
td.projectheader {
  font-weight: bold;
  color: white;
  background: blue;
}
td.projectsubsection {
  width: 20%;
  vertical-align: top;
  background: #ddddff;
}
td.team {
  font-weight: bold;
  color: black;
  background: yellow;
}
