#forecast .ui-button-text {
	font-size: 0.8em;
}

#buttons {
	text-align: center;
	padding-bottom: 5px;
}

#forecast .left,
#forecast .right,
#forecast .center {
	width: 268px;
	float: left;
	padding:  0 10px;
	margin: 10px 0;
}

#forecast .center {
	float: none;
	margin: 0 auto;
}

#forecast img, #forecast p {
	float: left;
	margin: 0;
}

#forecast p {
	width: 200px;
	padding-left: 10px;
}

#forecast .left {
	border-right: 1px dotted #999;
}

#forecast .date {
	color: #000;
	text-align: center;
}