div[class^="child"] {
  padding-left: 1.5rem;
}

.show-allowed-extensions {
  background: none !important;
  background-color: transparent !important;
  color: red !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.show-allowed-extensions:hover {
  background: none !important;
  background-color: transparent !important;
  color: red !important;
  text-decoration: underline;
  cursor: pointer;
}
