.dvvtc-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin-top: 10px;
}

.dvvtc-table th,
.dvvtc-table td {
  border: 1px solid #ccc;
  padding: 6px 10px;
  text-align: center;
}

.dvvtc-table th {
  background: #004f9e;
  color: #fff;
  font-weight: bold;
}

.dvvtc-table tr:nth-child(even) {
  background: #f7f7f7;
}

.dvvtc-container h3 {
  margin-bottom: 5px;
}

.dvvtc-container small {
  color: #666;
}
