.table {
  line-height: 1.6;
}

.table table {
  border-collapse: collapse;
  width: auto;
  margin-bottom: 1rem;
}

.table table, .table th, .table td {
  border: 1px solid #999;
}

.table th, .table td {
  padding: 6px 8px;
  text-align: left;
}