/* Stax Network — Mobile Responsive */
@media (max-width: 768px) {
  .navbar-brand { font-size: 13px !important; }
  .navbar .nav-link { font-size: 12px !important; padding: 4px 6px !important; }
  .table { font-size: 12px !important; }
  .table td, .table th { padding: 5px 8px !important; white-space: nowrap; }
  h1, .h1 { font-size: 1.3rem !important; }
  h2, .h2 { font-size: 1.15rem !important; }
  pre, code { font-size: 11px !important; word-break: break-all !important; white-space: pre-wrap !important; }
  .container, .container-fluid { padding-left: 10px !important; padding-right: 10px !important; }
  .card-body { padding: 12px !important; }
}
.table-bordered, .table-striped, table.table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; width: 100%; }
