.meteogalicia-weather {
  text-align: right;
}

.weather-nav-button {
  background-color: #0a4f7f;
  color: white;
  border: none;
  cursor: pointer;
  border-radius:100%;
  padding: 1px 7px 5px 7px;

}

.weather-nav-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.weather-day {
  max-width: 600px;
  text-align: left;
}
.customtooltip {
  position: relative;
  cursor: pointer;
}
svg{
	color: #3360ad !important;
}
.customtooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 0.85em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.customtooltip:hover::after {
  opacity: 1;
}
.vientoIcon{
width: 30px;
    background-color: #0a4f7f;
    padding: 5px;
    border-radius: 5px;
}
}
h5{
margin:0
}
table {
  width: 100%;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid #ddd;
}

th, td {
  padding: 8px;
  text-align: center;
}

th {
  background-color: #f2f2f2;
}


