.rte table {
  min-width: 340px;
  border: 1px solid lightgray;
  text-align: left;
}

.rte table thead {
  background-color: #EEE;
}

.rte table tr {
  border-bottom: 1px solid lightgray;
}

.rte table th,
.rte table td {
  padding: 2px 10px;
}

.rte table th:first-child,
.rte table td:first-child {
  border-right: 1px solid lightgray;
}

.rte table td.extra_padding {
  padding-left: 2.5rem!important;
}