/* Tabla Ctos. Euskadi */

table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
  /* color: #333; */
}

caption {
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: dodgerblue;
  font-size: 2rem;
  font-weight: bold;
}

th,
td {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

thead {
  background-color: #f2f2f2;
}

thead th {
  background-color: dodgerblue;
  color: white;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: lightgrey;
}

tr:hover {
  background-color: #e8f5ff;
}
