@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

#pvfd-weather {
  font-family: "Roboto", sans-serif;
}

#pvfd-table-container {
  display: flex;
  justify-content: center;
}

#pvfd-alert-table,
#pvfd-weather-table {
  border-collapse: collapse;
  width: 90vw;
}

#pvfd-alert-table {
  color: red;
  background-color: rgba(255, 0, 0, 0.2);
}

#pvfd-alert-table th,
#pvfd-alert-table td,
#pvfd-weather-table th,
#pvfd-weather-table td {
  border: 1px solid black;
  padding: 5px;
}

.pvfd-weather-day {
  cursor: pointer;
}

#pvfd-weather-day-internal {
  display: flex;
  align-items: center;
  justify-content: center;
}
