table tr:nth-child(odd) {background-color: revert;}

table td, table th {
    border: revert;
}

article table {
  margin: 16px 0 8px 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
}

article table:not(:first-child){
  margin-top: 20px;
}

article thead tr th {
  font-weight: 500;
  font-size: 13px;
  color: #697386;
  text-transform: uppercase;
  text-align: left;
  padding: 0 16px 8px 16px;
  vertical-align: bottom;
  white-space: nowrap;
}

article thead tr th p{
  font-size: 13px;
  color: var(--sail-color-text);
  text-transform: uppercase;
  padding: 0;
  line-height: 15px;
}

article tbody, article tbody td>* {
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  padding-top: 0;
}

article table.table-striped tbody tr:nth-child(2n+1) td {
  background: #e3e7ee;
}

article tbody tr:last-child > td:first-child {
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}

article tbody tr:last-child > td:last-child {
  border-bottom-right-radius: 4px;
  border-right-width: 1px;
}


article tbody tr td {
  padding: 16px 16px;
  border-color: #e3e7ee;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  font-weight: revert;
  color: rgb(60, 66, 87);
}

article tbody tr td p{
  padding-top: 14px;
}

article tbody tr td p:first-child{
  padding-top: 0;
}

article tbody tr td:first-child{
  border-left-width: 1px;
}

article tbody tr td:last-child{
  border-right-width: 1px;
}

article tbody tr:first-child > td:first-child {
  border-top-left-radius: 4px;
}

article tbody tr:first-child > td:last-child {
  border-top-right-radius: 4px;
  border-right-width: 1px;
}

article table tr:first-child td {
    border-top-width: 1px;
}

table .image-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
