
    table {
      width: 100%;
      border-collapse: collapse;
      background: #333;
      color: white;
      table-layout: fixed;
    }
    th, td {
      padding: 12px;
      border-bottom: 1px solid #555;
      vertical-align: top;
    }
    th {
      cursor: pointer;
      user-select: none;
      position: relative;
    }
    
    th:nth-child(1), td:nth-child(1) { width: 60px; }
    th:nth-child(2), td:nth-child(2) { width: 100px; }
    th:nth-child(3), td:nth-child(3) { width: 440px; } 
    
    .question {
      font-weight: bold;
      font-size: 1.1em;
      font-style: italic;
      margin-bottom: 0.25rem;
    }
    .answer {
      color: #ccc;
      margin-top: 0;
    }
    .sort-indicators {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 0.8rem;
      line-height: 1;
    }
    .caret {
      display: block;
      color: #777;
      line-height: 1;
    }
    .caret.active {
      color: white;
    }