table.phpdebugbar-widgets-languageStrings {
  width: 100%;
  margin-top: 5px;
  margin-left: 5px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 1.3em;
}

table.phpdebugbar-widgets-languageStrings th {
  border-bottom: 1px solid #000;
}

table.phpdebugbar-widgets-languageStrings table.phpdebugbar-widgets-callstack {
  display: none;
  width: 100%;
  margin: 10px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

table.phpdebugbar-widgets-languageStrings table.phpdebugbar-widgets-callstack tr.caller {
  background-color: #fff9b6;
}

table.phpdebugbar-widgets-languageStrings table.phpdebugbar-widgets-callstack tbody tr:hover {
  background-color: #eee;
}

table.phpdebugbar-widgets-languageStrings table.phpdebugbar-widgets-callstack th {
  font-weight: bold;
}

table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye,
table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye-dash {
  margin-left: 8px;
  color: #888;
}

table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye-dash {
  color: #000;
  background-color: #eee;
}

table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye:before,
table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye-dash:before {
  margin-right: 4px;
  font-family: "Font Awesome 6 Free";
  /*font-size: 12px;*/
}

table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye:before {
  content: "\f06e";
}

table.phpdebugbar-widgets-languageStrings span.phpdebugbar-widgets-eye-dash:before {
  content: "\f070";
}
