.transformation-drill-table {
  width: 100%;
  border-collapse: collapse;
}

.transformation-drill-number,
.transformation-drill-body {
  vertical-align: top;
  padding: 4px 8px;
}

.transformation-drill-number {
  white-space: nowrap;
  color: #666;
}

.transformation-drill-key {
  font-weight: bold;
  margin: 0 0 6px 0;
}

.transformation-drill-cues {
  width: 100%;
  border-collapse: collapse;
}

.transformation-drill-cue-label,
.transformation-drill-cue-prompt,
.transformation-drill-answer {
  vertical-align: top;
  padding: 2px 6px;
}

.transformation-drill-cue-label {
  white-space: nowrap;
  color: #666;
}

.transformation-drill-card-source {
  margin-bottom: 12px;
}

.transformation-drill-card-key {
  font-weight: bold;
  margin: 0 0 4px 0;
}

.transformation-drill-card-cue {
  margin: 0;
  color: #444;
}
