<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#frostdates_table {
  margin: 40px 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%
}
#frostdates_table tr td {
  text-align: center;
}
#frostdates_table thead tr th {
  text-align: center;
}

@media (max-width: 31.25rem) {
td, th {
	padding: 0px !important;
}
}</pre></body></html>