/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.eric-temperature-global-block-title {
	font-weight: bold;
	padding-top: 0.5em;
}

.eric-temperature-global-block-subtitle {
	padding-bottom: 1em;
}

.eric-temperature-global-block-stations {
	padding-bottom: 1em;
}

.eric-temperature-global-block-content {
}

.eric-temperature-global-stations-processed {
	font-weight: bold;
}

.eric-temperature-global-farenheit {
	font-weight: bold;
	font-size: 1.5em;
	color: red;
}

.eric-temperature-global-link,
.eric-temperature-global-link:hover,
.eric-temperature-global-link:visited,
.eric-temperature-global-link:active
{
	font-weight: bold;
	color: blue;
}

.eric-temperature-global-stations-processed-edit {
	display: block;
	display: inline-block;
	max-width: 10em;
}
