/* WEATHER PAGES */
table.weather-month-table th,
table.weather-month-table td {
  font-size: 17px !important;
  line-height: 1.55 !important;
}

@media (max-width: 767px) {
  table.weather-month-table th,
  table.weather-month-table td {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
}

/* WEATHER FAQ */
.weather-faq details {
  border: 1px solid #d9e2ec;
  border-radius: 6px;
  margin: 0 0 12px;
  padding: 0;
  background: #fff;
}

.weather-faq summary {
  cursor: pointer;
  font-weight: 600;
  padding: 14px 16px;
  list-style: none;
}

.weather-faq summary::-webkit-details-marker {
  display: none;
}

.weather-faq details p {
  padding: 0 16px 16px;
  margin: 0;
}

.weather-quick-info {
  margin: 0 0 24px;
  padding-left: 20px;
}

.weather-quick-info li {
  margin-bottom: 8px;
}

/* WEATHER PAGE INLINE IMAGES */
img.weather-inline-image {
  width: 100% !important;
  max-width: 500px !important;
  height: auto !important;
  display: block;
  margin: 20px auto;
}