.table table {
  border-collapse: collapse;
}

.table th {
  text-align: left;
  color: #7761ff;
}

.table th,
.table td {
  padding: 8px 25px;
  border: 1px solid #A4A4A5;
}

.table tr:nth-child(even) {
  background-color: #D9D9D9;
}

.inline_code {
  font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-size: inherit;
  border-radius: 4px;
  padding-right: 3px;
  padding-left: 3px;
  line-height: inherit;
  background-color: #F8F1F4;
  color: #B73650;
}
