
@import url('https://fonts.googleapis.com/css?family=Oswald');

.meteo_content_user_layer p {
	color: white;
	padding: 8px;
	font-weight: 600;
	letter-spacing: 1px;
}



.meteo_content_user_layer {
	position:absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.meteo_map_column_user_layer {
	position:relative;
	left:0;
	width:65%;
	height:100%;
}

.meteo_map_user_layer {
	position:absolute;
	height: 100%;
	width: 100%;
}

.weather_report_column_user_layer {
	float: right;
	display: inline-block;
	width: 42%;
}


.weather_report_block_user_layer {
	position: absolute;
	bottom: 0px;
	height: 56%;
	width:42%;
}


.title_block_user_layer {
	text-align:left;
	position: absolute;
	display: block;
	width: 100%;
	height: 22%;
}

.weather_title_content {
	margin-left:3%;
	font-size: 25px;
	color: white;
	vertical-align:middle;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:700;
	letter-spacing: 0.05em;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.85);
}




.content_block_user_layer {
	font-family: arial;
	position:absolute;
	display: block;
	width: 100%;
	height: 64%;
	line-height: 120%;
	bottom: 16%;
	word-wrap: break-word;
	overflow-y: auto;
}

.meteo_map_lastupdate{
	text-align:center;
	position:absolute;
	bottom:0;
	height:10%;
	width:100%;
	color:#fff;
	font-style:italic;
	font-size: 0.7em;
}

.coordinates {
	position:relative;
	width: 100%;
	height: 100%;	
}

.city_point {
	margin-top:2%;
	margin-left:2%;
	position: absolute;	
	width:25%;
	height: 25%;
}

.weather_picto {
	position:relative;
	left:-12px;
	width:63%;
	height:63%;
}

.wind_picto {
 	margin-left: 0px;
    width: 45%;
    height: 45%;
}

.wind_speed {
	bottom: 0;
	color:white;
	margin-top: -18px;
    margin-left: -68px;
	text-align:center;
	position:relative;
	display:block;
	font-family: Open sans;	
}

.temperature_value {
	position: relative;
	top: 20px;
	left: 20px;
	font-size: 18px;
	color:white;
	font-family: Open sans;	
}