table {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  margin: 0 0 1.5em em;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #E8E8E8!important;
}
/* table thead {
  border-top: 1px solid #E8E8E8;
} */
table tr {
  border-bottom: 1px solid #E8E8E8;
}
table thead th {
  font-weight: bold;
  text-align: left;
}

table th,
table td,
table.docutils:not(.field-list) th,
table.docutils:not(.field-list) td {
  padding: 4px 12px;
}
table p {
  margin: 0;
  line-height: 1.5;
}

/* table tbody tr:nth-of-type(odd) {
  background-color: #dadada;
  color: #2d2d2d;
} */

.table-striped tbody tr:nth-of-type(odd),
table.docutils:not(.field-list) tbody tr:nth-of-type(odd) {
  background-color: #F8F8F8;
}

.table thead th {
  font-weight: bold;
  text-align: left;
}

table.docutils:not(.field-list) thead th {
  border: 0;
  background-color:initial;
}
table.docutils:not(.field-list) td,
table.docutils:not(.field-list) th {
  border: 0;
  vertical-align:baseline;
}
table.docutils figure,
table.docutils figcaption,
table.docutils p,
table.docutils span,
table.docutils a,
table.docutils img {
  vertical-align:baseline;
}

table tbody tr:nth-of-type(odd) code {
  background-color: #F2F2F2;
  color: #2D2D2D;
}

table.docutils .highlight {
  margin: 0;
}
