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

table.striped td, table.striped th {
    border: revert;
}

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

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

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

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

table.striped tbody, table.striped tbody td>* {
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}

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

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

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


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

table.striped tbody tr td p{
  padding-top: 14px;
}

table.striped tbody tr td p:first-child{
  padding-top: 0;
}

table.striped tbody tr td:first-child{
  border-left-width: 1px;
}

table.striped tbody tr td:last-child{
  border-right-width: 1px;
}

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

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

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

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