<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This is just dummy CSS -- not intended to be used in production. */
.mylocation-getlocationform {
	margin-bottom: 40px;
}
table {
  margin: 40px 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%
}

@media (max-width: 31.25rem) {
td, th {
	padding: 4px !important;
}
	.longrange_graph_wrapper {
		width: 320px;
		overflow-y: scroll;
	}
	.longrange_graph {
		max-width: 600px !important;
	}
}

@media (min-width: 75rem) {
.weatherregionmap {
	float: right;
	width: 250px;
	margin-left: 40px;
}
}</pre></body></html>