#interactive {
  max-width: 640px; }
  #interactive .table_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    #interactive .table_nav span {
      display: none; }
      @media screen and (max-width: 639px) {
        #interactive .table_nav span {
          color: #6d6e71;
          display: block;
          font-size: 1.2em;
          margin: 15px 0; } }
  #interactive .percent_text {
    font-size: 1.4em;
    color: #6d6e71;
    margin: 2em 0; }
  #interactive #table_header1 th {
    vertical-align: top; }
  #interactive .active_mobile {
    display: none; }
    @media screen and (max-width: 639px) {
      #interactive .active_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #interactive .active_mobile li {
          cursor: pointer;
          font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
          font-size: 1.4em; }
          #interactive .active_mobile li.li_active {
            color: #a65b26;
            font-weight: bold; } }
  #interactive .singular .content th {
    line-height: 1.2em;
    vertical-align: bottom; }
  #interactive #example_wrapper {
    margin-top: 25px; }
  #interactive .ui.menu {
    font-size: .8rem; }
  #interactive .ui.form {
    width: 50%; }
  #interactive .active_mobile li {
    display: none; }
    @media screen and (max-width: 639px) {
      #interactive .active_mobile li {
        display: inline; } }
  #interactive .ui.top.attached.tabular.menu {
    margin-top: 25px; }
    #interactive .ui.top.attached.tabular.menu .item {
      font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif; }
  #interactive thead #second_header th,
  #interactive thead#age_header th,
  #interactive thead#ed_header th,
  #interactive thead#inc_header th,
  #interactive thead#gen_header th {
    border-bottom: 1px solid #939598;
    color: #A65b26;
    vertical-align: bottom; }
  @media screen and (max-width: 639px) {
    #interactive thead#desktop {
      display: none; } }
  #interactive table.pew-table-v2 thead th {
    padding-bottom: 5px !important; }
  #interactive .table_search {
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    position: relative;
    width: 50%; }
  #interactive .table_search span {
    bottom: 3px;
    color: #C13B28;
    cursor: pointer;
    display: none;
    font-size: 1em;
    margin-left: auto;
    position: relative; }
  #interactive .pew-table-v2[style] th:not(:first-of-type) {
    text-align: center !important; }
  #interactive .left {
    border-left: 1px solid #939598; }
  #interactive #age_header,
  #interactive #inc_header,
  #interactive #gen_header,
  #interactive #ed_header {
    display: none; }
  @media screen and (max-width: 639px) {
    #interactive #age_header {
      display: table-header-group; } }
  #interactive .pew-table-v2[style] th {
    text-align: left; }
  #interactive .pew-table-v2[style] th.sorting::after,
  #interactive .pew-table-v2[style] th.sorting_asc::after,
  #interactive .pew-table-v2[style] th.sorting_desc::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: relative; }
  #interactive .pew-table-v2[style] th:first-of-type.sorting::after,
  #interactive .pew-table-v2[style] th:first-of-type.sorting_asc::after,
  #interactive .pew-table-v2[style] th:first-of-type.sorting_desc::after {
    margin: 0; }
  #interactive table.pew-table-v2 tr td,
  #interactive .singular .content th {
    font-size: 1.1em;
    line-height: 1.2em;
    vertical-align: bottom; }
    @media screen and (max-width: 500px) {
      #interactive table.pew-table-v2 tr td,
      #interactive .singular .content th {
        font-size: 0.9em; } }
    #interactive table.pew-table-v2 tr td:first-of-type,
    #interactive .singular .content th:first-of-type {
      font-weight: bold;
      padding-left: 5px !important; }
      @media screen and (max-width: 500px) {
        #interactive table.pew-table-v2 tr td:first-of-type,
        #interactive .singular .content th:first-of-type {
          line-height: 1em; } }
  #interactive .singular .content td {
    line-height: 0.4em; }
  #interactive table.dataTable.display tbody td,
  #interactive table.dataTable.display tbody th,
  #interactive table.dataTable.row-border tbody td,
  #interactive table.dataTable.row-border tbody th {
    border-top: 0; }
  #interactive p.source,
  #interactive p.source {
    color: #888;
    font-family: "franklin-gothic-urw",Verdana,Geneva,sans-serif;
    font-size: 1em;
    font-style: normal;
    margin-top: 20px; }
