﻿#weather
{
	position:relative;
}
#weather .pgachamp_weather 
{
	font-size:11px;
	float:left;
	width:140px;
	color:#FFFFFF;
	background-color:#128d42 ;
	padding:0px 5px 1px 5px;
}

#weather .pgachamp_weather .location{}
#weather .pgachamp_weather .temperature
{
	float:left;
	font-size:22px;
	padding-top:10px;
}
#weather .pgachamp_weather .temperature_image
{
	float:right;
	width:90px;
	text-align:right;
	position:absolute;
	top:15px;
	right:5px;
}
#weather .pgachamp_weather .description
{
	clear:both;
	float:left;
}
#weather .pgachamp_weather .twc
{
	clear:both;
	text-align:right;
}
.superscript
{
	font-size:9px;
	vertical-align:top;
}
