    
    .no-border-table, .collapsible-table .collapsible-panel, .collapsible-table .collapsible-panel .collapse-content {
      border: 0;
    }

    .collapsible-table tr {
      border-bottom: 1px solid #e1e1e1;
    }
    
    .collapsible-table tr:last-child { 
      border: 0;
    }

    td:first-child, th:first-child {
      font-family: Georgia;
      font-style: italic;
    }

    th:not(:first-child), td:not(:first-child) {
      text-align: center;
    }

    @media screen and (max-width: 639px) {
      .no-border-table {
        display: none;
      }

      .tablesaw-bar {
        width: auto !important;
      }

      table th, table td {
        min-width: 50%; width: 50%; max-width: 50%;
      }
    }

    @media screen and (min-width: 640px) {
      .table-four table th, .table-four table td {
        min-width: 25%; width: 25%; max-width: 25%;
      }
      .table-five table th, .table-five table td {
        min-width: 20%; width: 20%; max-width: 20%;
      }
    }    
