.temperature:after {
	content: "\00b0";
}
.temperature.degreesF:after{
	/*content: "\00b0 F";*/
}
.temperature.degreesF:after{
	/*content: "\00b0 C";*/
}
.temperature.degreesK:after{
	/*content: "K";*/
}


.modWeather .icon {
	border: 1px solid black;
	clear: left;
	float: left;
	height: 25px;
	margin: 0 5px 5px 0;
	width: 25px;
}

.modWeather .temps {
}
.modWeather .temps .high {
	font-size: 10pt;
	font-weight: bold;
}
.modWeather .temps .low {
	font-size: 8pt;
}
.modWeather .temps .low:before {
	content: " / ";
	font-size: 9pt;
}

.plug.weatherMaps {
}
.plug.weatherMaps .days .day + .day {
	border-top: 1px solid lightgray;
	margin-top: 1ex;
	padding-top: 1ex;
}
.plug.weatherMaps .maps {
	margin-top: 0;
}
.plug.weatherMaps .maps .map {
}
.plug.weatherMaps .maps .map .title {
	font-size: 100%;
	margin: 0;
}
.plug.weatherMaps .maps .map .image {
	display: block;
	height: auto;
	width: auto;
}
.plug.weatherMaps .maps .map .image img {
	display: block;
	height: auto;
	width: 100%;
}

.weatherIndex .regions .region .title {
	font-size: 12pt;
	margin-bottom: 0;
}
.weatherIndex .regions .region .title a {
	color: black;
}
.weatherIndex .regions .region .forecasts {
}

.weatherIndex .regions .region + .region {
	border-top: 1px dotted lightgray;
	margin-top: 1ex;
	padding-top: 1ex;
}


.weatherMaps .maps {
	margin-top: 2ex;
}
.weatherMaps .maps .map .title {
	font-size: 12pt;
	margin: 0;
}
.weatherMaps .maps .map .title a {
	color: black;
}
.weatherMaps .maps .map .image {
	display: block;
}
.weatherMaps .maps .map .image > * {
	display: block;
	width: 100%;
}
.weatherMaps .maps .map + .map {
	border-top: 1px dotted #CCC;
	margin-top: 1ex;
	padding-top: 1ex;
}


table.forecasts {
	border-collapse: separate;
	border-spacing: 0.5ex;
	border: none;
	width: 100%;
}
table.forecasts th,
table.forecasts td {
	padding: 0.5ex;
}
table.forecasts th {
	line-height: 1.0;
}
.forecasts thead .location .name {
	visibility: hidden;
}
.forecasts thead .location .day {
	background-color: #ccc;
	color: #fff;
}
.forecasts .locations {
}
.forecasts .locations .location {
}
.forecasts .locations .location:nth-child(odd) {
	background-color: #f2f2f2;
}
.forecasts .locations .location .name {
	font-weight: bold;
	padding: 0.5ex;
}
.forecasts .locations .location .day {
	text-align: center;
	vertical-align: top;
	width: 5em;
	white-space: nowrap;
}
.forecasts .locations .location .day .high {
	color: #c03;
}
.forecasts .locations .location .day .low {
	color: #339;
}
.forecasts .locations .location .day .high + .low:before {
	content: ' / ';
	color: #000;
}