/* =Theme customization starts here */
section.responsive-sticky-table {
  width: 100%;
  max-width: 1200px;
  overflow: auto;
  height: 100%;
  max-height: calc(100vh - 200px);
  color: #333;
  font-size: 1em;
  line-height: 1.25em;
	position: relative;
}
.responsive-sticky-table .wrap_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  right: 0;
  z-index: 2;
  background-color: #fff;
  width: 100%;
}
.responsive-sticky-table .wrap_header .table_header {
  font-weight: 600;
  background-color: #fff;
}
.responsive-sticky-table .table_header {
  position: -webkit-sticky;
  position: sticky;
  top: 57px;
  z-index: 1;
  height: auto;
  min-height: 30px;
  display: inline-flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .responsive-sticky-table .table_header {
    width: auto;
  }
}
.responsive-sticky-table .wrap_table {
  width: 100%;
}
.responsive-sticky-table .wrap_table .table_header {
  background-color: #fafafa;
}
.responsive-sticky-table ._statute {
  text-align: center;
}
.responsive-sticky-table .table_header h2 {
  font-weight: 400;
  text-align: center;
  padding: 10px;
}
.responsive-sticky-table .table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
}
.responsive-sticky-table .datarow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
    border-bottom: 1px solid #ccc;
}
.responsive-sticky-table .datarow:last-of-type {
    border-bottom: none;
}
.responsive-sticky-table .column {
  padding: 10px;
  width: 20%;
  min-width: 125px;
  text-align: center;
}
.responsive-sticky-table .column-title {
  font-size: 120%;
font-weight: 600;
  text-align: left;
}
.responsive-sticky-table .column._state {
  position: -webkit-sticky;
  position: sticky;
  top: 77px;
  left: 0;
  z-index: 6;
  background-color: #fff;
  border-right: 1px solid #cccccc;
  font-weight: 600;
}
.responsive-sticky-table .registration-status {
  padding: 2em 2em 2em 0;
  text-align: left;
  width: 80%;
  border-right: 1px solid #ccc;
}
.responsive-sticky-table .column._statute {
  padding: 2em 0 2em 2em;
  text-align: left;
}
#show_arizona {
  display: none;
  transition: all 0.2s ease 0s !important;
}
#show_georgia {
  display: none;
  transition: all 0.2s ease 0s !important;
}
#show_michigan {
  display: none;
  transition: all 0.2s ease 0s !important;
}
#show_nevada {
  display: none;
  transition: all 0.2s ease 0s !important;
}
#show_north_carolina {
  display: none;
  transition: all 0.2s ease 0s !important;
}
#show_pennsylvania {
  display: none;
  transition: all 0.2s ease 0s !important;
}
#show_wisconsin {
  display: none;
  transition: all 0.2s ease 0s !important;
}
.responsive-sticky-table .column._state button {
  font-family: inherit;
  background: none;
  border: none;
  padding: 5px;
  color: #0066cc;
	font-weight: 600;
cursor: pointer;
}
@media only screen and (max-width: 780px) {
  .responsive-sticky-table .registration-status {
    width: 100%;
    min-width: 100%;
    padding: 1em 1em 0 1em;
    border-right: 0px solid #ccc;
  }
  .responsive-sticky-table .column._statute {
    width: 100%;
    min-width: 100%;
    padding: 1em;
  }
  .responsive-sticky-table .table .datarow {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
  }
}
/*-------------------[480px]------------------*/
@media only screen and (max-width: 767px) {}
/*-------------------[320px]------------------*/
@media all and (max-width: 479px) {}