/* one-or-two-words (otw-) */

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

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

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

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

.otw-badge {
  display: inline-block;
  font-size: .78rem;
  font-weight: 600;
  padding: .1rem .45rem;
  border-radius: 3px;
  white-space: nowrap;
}

.otw-badge--two {
  background: rgba(70, 162, 218, .12);
  color: #1a6fa0;
}

.otw-badge--one {
  background: rgba(102, 187, 106, .15);
  color: #2e7d32;
}

.otw-badge--both {
  background: rgba(255, 183, 77, .2);
  color: #8a5c00;
}
