/*=============================================
=            Default Tables  #tables          =
=============================================*/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.43em;
  border-top: 1px solid #e6e6e6;
}
table th,
table td {
  padding: 1.07em 0.71em;
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e6e6e6;
}
table th:first-child,
table td:first-child {
  padding-left: 0;
}
table th:last-child,
table td:last-child {
  padding-right: 0;
}
table thead th {
  padding: 1.43em 1.07em;
  border-bottom: 2px solid #1e1e1e;
  text-transform: uppercase;
  font-weight: bold;
  color: #1e1e1e;
}
/*-----  End of Default Tables  ------*/


/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}