.txt-small {
  font-size: 9px;
}
.txt-med {
  font-size: 11px;
}
.table th {
  padding: 2px 5px 2px 5px;
}
.table td {
  padding: 2px 5px 2px 5px;
}
.pbb {
  padding-bottom: 10px;
}
.banner {
  max-width: 150px;
}
.cursor-hand:hover {
  cursor: pointer;
}
.sep {
    margin-right: .25rem !important;
}
.txt-json {
  font-family: monospace;
  white-space: pre-wrap; /* перенос строк при нехватке ширины */
  word-break: break-word; /* если длинная строка — перенести */
}
.json-cell {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-family: monospace;
}
.json-cell-lg {
    max-width: 800px;
}