
.weatherTxt {
	float: left;
	width: 100%;
}

.temperature, .rain, .date, .description, .clouds {
	float: left;
	width: 100%;
}

.date {
	height: 65px;
}

.dateValue {
	font-size: 1.1em;
	font-family: 'robotoCondensed';
	float: left;
	line-height: 60px;
	font-weight: bold;
}

.weatherIcon {
	float: right;
	width: auto;
	height: 60px;
}


.descriptionStr, .temperatureStr, .rainProbabilityStr, .cloudsStr {
	float: left;
	width: auto;

}

.weatherDescriptionTxt, .temperatureValue,  .rainProbabilityValue, .cloudsValue {
	float: right;
	margin-right: 4px;
}


