/* 2 by 2 */
table.hsc-table-two-by-two {
  border-spacing: 0px;
  border-collapse: collapse;
  border:none;
  width:auto;
  margin:10px 0px;
  display:inline-block;
}
.hsc-table-two-by-two tbody tr td {
border:none;
padding:3px 6px;
}
.hsc-table-two-by-two tbody tr td.left {
padding-right:0.5rem;
vertical-align:middle
}
.hsc-table-two-by-two tbody tr td.right {
padding-right:3rem
}
table.hsc-table-two-by-two tr:first-child td {
border:none;
background-color:transparent;
padding:3px 6px;
}

/* horizontal */
table.hsc-mc-table {
  border-spacing: 0px;
  border-collapse: collapse;
  border: none;
  width: auto;
  margin: 10px 0px;
  display: inline-block;
}
.hsc-mc-table tbody tr td {
  border: none;
  padding: 3px 18px 0px 6px;
}
table.hsc-mc-table tr:first-child td {
  border: none;
  background-color: transparent;
  padding: 3px 18px 0px 6px;
}

item-type-0 label .highlighted.blue {
  background-color: #7cffff;
}

item-type-0 label .highlighted.red {
  background-color: #f3aec0;
}

item-type-0 label .highlighted.yellow {
  background-color: #f7ee94;
}

item-type-0 label .highlighted.none {
  background-color: #ffffff;
}
