/* Default Table Style */

table {
  color: #333;
  background: white;
  border-radius: 12px;
  font-size: 10pt;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

table tbody tr:not(:last-child) {
  border: 1px solid #ededed;
}

table thead th {
  background: #f5f5f5;
  padding: 8px 8px;
}

table tbody td {
  vertical-align: top;
  padding: 8px 8px;
}

table p {
  margin: 0 0 5px;
}

table code {
  background: #f5f5f5;
  color: #666;
  padding: 1px 2px;
  border: 1px solid #ddd;
  border-radius: 5px;
}