﻿
table.foundation {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }
  table.foundation thead,
  table.foundation tbody,
  table.foundation tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table.foundation caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table.foundation thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table.foundation tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table.foundation thead tr,
  table.foundation tfoot tr {
    background: transparent; }
  table.foundation thead th,
  table.foundation thead td,
  table.foundation tfoot th,
  table.foundation tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table.foundation tbody th,
  table.foundation tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table.foundation tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.foundation.unstriped tbody {
    background-color: #fefefe; }
    table.foundation.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.foundation.stack thead {
    display: none; }
  table.foundation.stack tfoot {
    display: none; }
  table.foundation.stack tr,
  table.foundation.stack th,
  table.foundation.stack td {
    display: block; }
  table.foundation.stack td {
    border-top: 0; } }

table.foundation.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.foundation.hover thead tr:hover {
  background-color: #f3f3f3; }

table.foundation.hover tfoot tr:hover {
  background-color: #ececec; }

table.foundation.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.foundation.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table.foundation {
    width: auto; }
