/* Remove centering and extra padding from the child row */
tr.child td {
  text-align: left !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
