
      /* Lock dimensional analysis table headers ï¿½ cannot be overridden by JS or other CSS */
      #dimensional-analysis-table thead {
        display: table-header-group !important;
        visibility: visible !important;
        opacity: 1 !important;
      }

      #dimensional-analysis-table thead tr {
        display: table-row !important;
        visibility: visible !important;
      }

      #dimensional-analysis-table {
        width: 100% !important;
        table-layout: fixed !important;
      }

      #dimensional-analysis-table thead th {
        display: table-cell !important;
        visibility: visible !important;
        background-color: #1e293b !important;
        color: #fff !important;
        font-weight: 600 !important;
        padding: 12px 10px !important;
        border-bottom: 2px solid #334155 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
      }

      #dimensional-analysis-table tbody td {
        padding: 10px !important;
        vertical-align: middle !important;
      }

      /* Cell alignment ï¿½ widths are driven by <colgroup> above */
      #dimensional-analysis-table th:nth-child(1),
      #dimensional-analysis-table td:nth-child(1) { white-space: nowrap !important; }

      #dimensional-analysis-table th:nth-child(2),
      #dimensional-analysis-table td:nth-child(2) { text-align: right !important; white-space: nowrap !important; }

      #dimensional-analysis-table th:nth-child(3),
      #dimensional-analysis-table td:nth-child(3) { text-align: right !important; white-space: nowrap !important; }

      #dimensional-analysis-table th:nth-child(4),
      #dimensional-analysis-table td:nth-child(4) { text-align: right !important; white-space: nowrap !important; }

      #dimensional-analysis-table th:nth-child(5),
      #dimensional-analysis-table td:nth-child(5) { text-align: right !important; white-space: nowrap !important; }

      #dimensional-analysis-table th:nth-child(6),
      #dimensional-analysis-table td:nth-child(6) { text-align: center !important; }
    