.firstLevel {
  background-color: #F7F8F8; /* will be D75 after WSR add it */
}

.firstLevel td {
  /* important! until moving NestedTableRow.st.css to WSR */
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.root {
  -st-states: expandable;
}

.root:expandable {
  cursor: pointer;
}

.placeholder td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.root:hover {
  background-color: #E7F0FF;
}

.root:hover td:first-of-type::before,
.parentHovered td:first-of-type::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: #5999FF;
}
