.gcw{
	color: #006389;
	margin-top: 10px;
	font-weight: bold;
} 
.gcw a {
	display: block;
	float: right;
	margin-top: 10px;
	font-size: 10px;
}
.gcw_main {
	width: 55%;
	float: left;
}
.gcw_info {
	width: 40%;
	float: right;
	margin-left: 5%;
}
.gcw_divider {
	height: 60px;
	width: 100%;
	background-image: url('../../img/set1/divider.png');
}
.gcw_temp {
    font-size: 78px;
    line-height: 60px;
    vertical-align: top;
}
.gcw_degrees {
	font-size: 22px;
	vertical-align: top;
}
.gcw_info ul {
	font-size: 14px;
	list-style: none;
	color: #000;
}
.gcw_forecast ul {
	font-size: 14px;
	list-style: none;
}
.gcw_forecast ul li{
	width: 27%;
	display: inline;
	float: left;
	margin: 0 5% 0 3%;
	color: #006389;
	font-size: 22px;
	text-align: center;
}
.gcw_forecast ul li sup {
	font-size: 12px;
	font-weight: 800;
}
.gcw_forecast ul li:last-child{
	margin: 0 0 0 3%;
}

.gcw_forecast_day_title {
	display: block;
	color: #000;
	font-size: 16px;
}
