/* spelling-mistakes (spl-) */

.spl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .93rem;
}

.spl-table th,
.spl-table td {
  padding: .55rem .75rem;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}

.spl-table thead th {
  background: rgba(70, 162, 218, .08);
  font-weight: 600;
  white-space: nowrap;
}

.spl-table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, .02);
}

.spl-dbl {
  font-weight: 700;
  color: #e91e8c;
}
