.row-head {
  font-weight: bold;
}
.collapse-parent {
  background: #ccc;
}
.collapse-parent:hover {
  background: #f0f4c3;
  cursor: pointer;
}
.row-collapse {}
.collapsed {
  display: none;
}

.subtable tr:hover {
  background: #e6eee0
}


