.lc-table {
  border-collapse: collapse;
}

.lc-details-control {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

tr.lc-row-expanded {
  background: #e9f7ff !important;
}

.lc-row-expanded + tr td {
  padding: 0px !important;
}

.lc-child-wrap {
  background: #e9f7ff;
  padding: 15px 20px;
  border-top: 1px dashed #c7dfea;
}

.lc-status.lc-approved {
  color: #1a73e8;
  font-weight: 500;
}
