﻿/* Style for Yahoo! Weather web part */
.yahooweather
{
    width: 100%;
}

.yahooweather #current
{
    width:33%; float:left; text-align:center;
}

.yahooweather #today
{
    width:33%; float:left; text-align:center;
} 

.yahooweather #nextday
{
    width:33%; float:right; text-align:center;
}

.yahooweather .attribution
{
    display: block;
}

.yahooweather .datalabel
{
	font-weight: bold;
}

.yahooweather .data
{
	padding-left: 3px;
}