.dataTables_wrapper {
  margin-bottom: 2.5rem!important;
}

.tablepress {
  margin-block-start: 2rem;
  margin-block-end: 2rem;
  display: block;
  overflow-x: scroll;
  display: table;
  table-layout: fixed;
}

.tablepress a {
  color: #0066FF!important; /* electric blue */
  text-decoration: none!important;
}

.tablepress td {
  padding: 1rem 1.5rem!important;
}

.tablepress .odd td {
  background-color: transparent!important;
}

.tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid #E8EBEC!important;
}

.tablepress tr:hover td {
  background-color: #F2F7FF!important; /* highlight blue */
  border-top: 1px solid #C1D9FF!important;
  border-bottom: 1px solid #C1D9FF!important;
}

.tablepress tr:last-child td {
  border-bottom: 0px!important;
}

.tablepress tfoot th, .tablepress thead th {
  background-color: #F5F5F5!important;
  padding: 1.5rem!important;
  font-size: 1.25rem; /* roboto 20 */
  font-weight: 700;
}

.tablepress thead th {
  border-bottom: 2px solid #E0E0E0!important; /* gray light 3 */
}

.tablepress thead th:first-child {
  border-top-left-radius: .75rem;
}

.tablepress thead th:last-child {
  border-top-right-radius: .75rem;
}

.tablepress tfoot th:first-child {
  border-bottom-left-radius: .75rem;
}

.tablepress tfoot th:last-child {
  border-bottom-right-radius: .75rem;
}

.tablepress tfoot th {
  border-top: 2px solid #E0E0E0!important; /* gray light 3 */
}

.tablepress caption {
  margin-top: 1rem!important;
}


.tablepress ul {
  margin: 0;
  padding-left: 2rem;
}

table.procon td, .table.check td {
  padding: 2rem!important;
}

table.procon .column-1, table.procon .column-2 {
  width: 50%;
}

table.procon.three-col .column-1 {
  width: 20%;
}

table.procon.three-col .column-2, table.procon.three-col .column-3 {
  width: 40%;
}

table.procon li, table.check li{
  position: relative;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: .5rem;
}

table.procon td li::before, table.check td li::before{
  display: block;
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: .5rem;
  left: -2.5rem;
  background-size: contain;
}

table.procon td:first-child li::before, table.procon.three-col td.column-2 li::before, table.check td li::before {
  background-image: url('../svg/bullet-check.svg');
}

table.procon td:last-child li::before {
  background-image: url('../svg/bullet-x.svg');
}

table.best-for tr {
  cursor: pointer;
}

table.best-for td:first-child a,  table.best-for td:first-child a bold, table.best-for td:first-child a strong {
  text-decoration: none!important;
  font-weight: bold!important;
}

table.best-for tr td:last-child {
  position: relative;
  padding-right: 3.5rem!important;
}

table.best-for tr td:last-child::after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: calc(50% - .75rem);
  right: 1rem;
  background-size: contain;
  background-image: url('../svg/launch-gray.svg');
}

table.best-for tr:hover td::after {
  background-image: url('../svg/launch-blue.svg');
}

.tablepress-table-description {
  opacity: .5;
  margin-bottom: 2.5rem;
}

.tablepress-table-name {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

table.procon td:first-child li:before, table.procon.three-col td.column-2 li:before, table.check td li:before {
top: .5rem!important
}

table.procon td li:before, table.check td li:before {
	top: .5rem!important;
}
