/* Extracted from status/location-report.php */

.full-width-wrapper{ min-width:0; }
    .table-responsive{ overflow-x:auto; -webkit-overflow-scrolling:touch; max-width:100%; }

    table.table{ table-layout:auto; width:100%; }
    table.table thead th{
      white-space:nowrap;
      font-size: clamp(10px, 0.85vw, 12.5px);
      padding: .45rem .5rem;
    }
    table.table tbody td{
      white-space: normal;
      overflow-wrap: anywhere;
      word-break: break-word;
      padding: .45rem .5rem;
      vertical-align: top;
    }
