table
{
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  table-layout: auto;
  width: 100%;
}
table caption
{
  font-weight: bold;
  caption-side: top;
  text-align: center;
}
table th
{
  font-weight: bold;
}
table thead th,
table.table--striped thead th
{
  border-bottom: 1px solid;
}
table tfoot th,
table.table--striped tfoot th
{
  border-top: 1px solid;
}
table td,
table th
{
  border: 0;
  border-bottom: 1px solid;
  padding: 4px;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table td:first-child,
table th:first-child
{
  padding-left: 0;
}
table td:last-child,
table th:last-child
{
  padding-right: 0;
}
table tr:last-child td,
table tfoot tr:last-child th
{
  border-bottom: 0;
}
table.table--striped td,
table.table--striped th
{
  border: 0;
}
table.table--striped td:first-child,
table.table--striped th:first-child
{
  padding-left: 4px;
}
table.table--striped td:last-child,
table.table--striped th:last-child
{
  padding-right: 4px;
}
table.table--cto th:last-child,
table.table--cto td:last-child
{
  text-align: right;
}
table th:last-child button.link,
table td:last-child button.link,
table th:last-child .button.link,
table td:last-child .button.link
{
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 8px;
}
