.weather {
	position: absolute;
	top: 12px;
	width: 360px;
	background: white;
	height: 120px;
	padding: 3px;
	margin-bottom: 8px;
	border: 1px solid rgba(92, 92, 92, 0.6);
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(92, 92, 92, 0.5);
}

.weather-loading {
	margin-top: 36px;
	text-align: center;
	width: 100%;
}

.weather-details {
	margin-top: -35px;
	margin-right: 5px;
	float: right;
}

.weather-description {
	padding-left: 10px;
	width: 100%;
	float: left;
	text-align: left;
}

.weather-icon {
	width: 40px;
	margin-left: 5px;
	height: auto;
}

.weather-location {
	font-size: 1.3vw;
	width: 100%;
}

.weather-place {
	font-size: 1.3vw;
	padding-left: 10px;
	color: #2e4468;
	float: left;
}

.weather-location-region {
	margin-top: 4px;
	font-size: 1vw;
	float: left;
	margin-left: 4px;
	vertical-align: sub;
}

.weather-location-country {
	margin-top: 4px;
	font-size: 1vw;
	float: left;
	margin-left: 4px;
	vertical-align: sub;
}

.weather-temperature {
	padding-left: 10px;
	font-size: 1.5vw;
	float: left;
	margin-left: 4px;
}

.weather-temperature-type {
	font-size: 1vw;
	margin-left: 2px;
	vertical-align: super;
	color: darkred;
	border: none;
	background: none;
}

.weather-temperature-type:hover {
	cursor: pointer;
	color: red;
}
