.weatherGadget,
.weather-gadget {
	width: 100%;
	height: auto;
}
.weather-hide {
	display: none;
}
.weather-shell {
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
}
.weather-conditions {
	width: 170px;
	height: 110px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: -15px;
}
.weather-conditions .weather-image {
	width: 200px;
}
.weather-conditions .weather-values {
	position: absolute;
	right: 0;
	top: 20px;
	height: 50px;
	width: 100px;
}
.weather-conditions .weather-temp {
	font-size: 40px;
	line-height: 40px;
	font-weight: lighter;
}
.weather-conditions .weather-degree {
	font-size: 30px;
	vertical-align: text-top;
}
.weather-conditions .weather-temp,
.weather-conditions .weather-unit-shell {
	float: right;
}
.weather-conditions .weather-unit-shell {
	width: 20px;
	text-align: center;
	margin-top: 7px;
}
.weather-conditions .weather-unit {
	font-size: 20px;
}
.weather-toggle {
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 2px 3px;
	border-radius: 2px;
	cursor: pointer;
}
.weather-forecast {
	float: left;
}
.weather-today,
.weather-tomorrow {
	width: 80px;
	float: left;
	text-align: center;
	margin-top: 15px;
}
.weather-day {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.weather-temp {
	font-size: 12px;
}
.weather-today .weather-image,
.weather-tomorrow .weather-image {
	margin: 0;
}
