.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.table th {
  background-color: #f5f5f5;
  font-size: 14px;
}
.table td {
  font-size: 13px;
  line-height: 1.6;
}