div.meteo
{
	display: none;
	padding: 12px 8px 8px 8px;
	position: absolute;
	top: 55px;
	bottom: 55px;
	left: 240px;
	right: 0;
	overflow-y: auto;
	text-align: center;
	margin: auto;
}

div.meteo_inner
{
	/*max-width: 1200px;*/
	margin: auto;
}

div.thumbnail_weather
{
	width: 395px;
	height: 463px;
	margin: 8px 6px;
	display: inline-block;
	position: relative;
	background-color: white;
	cursor: default;
}

div.thumbnail_weather_title1
{
	position: absolute;
	left: 14px;
	top: 14px;
	font-size: 14px;
	font-weight: bold;
}

div.thumbnail_weather_title2
{
	position: absolute;
	left: 14px;
	top: 32px;
	font-size: 13px;
}

.thumbnail_weather_image_cloudy
{
	position: absolute;
	left: 25px;
	top: 50px;
	width: 80px;
}

div.thumbnail_weather_sun
{
	position: absolute;
	left: 21px;
	top: 136px;
	font-size: 16px;
	width: 90px;
}

div.thumbnail_weather_sun > span
{
	font-weight: bold;
}

.thumbnail_weather_image_temperature
{
	position: absolute;
	left: 183px;
	top: 55px;
	height: 75px;
}

div.thumbnail_weather_temperature
{
	position: absolute;
	left: 174px;
	top: 136px;
	font-size: 16px;
}

div.thumbnail_weather_temperature > span
{
	font-weight: bold;
}

.thumbnail_weather_image_wind
{
	position: absolute;
	left: 294px;
	top: 55px;
	width: 75px;
}

.thumbnail_weather_image_wind_arrow
{
	position: absolute;
	left: 324px;
	top: 81px;
	width: 15px;
}

div.thumbnail_weather_wind
{
	position: absolute;
	left: 282px;
	top: 135px;
	font-size: 16px;
	width: 100px;
	text-align: center;
}

div.thumbnail_weather_wind > span
{
	font-weight: bold;
}

img.thumbnail_weather_info
{
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 10;
}

div.thumbnail_weather_footer
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 281px;
	padding-top: 10px;
	color: white;
	background-color: #1B1D28;
	overflow: hidden;
}

div.thumbnail_weather_footer > div
{
	position: relative;
	height: 30px;
}

div.thumbnail_weather_footer .row
{
	position: absolute;
	left: 0;
	right: 0;
	top: 22px;
	height: 1px;
	background-color: white;
}

div.thumbnail_weather_footer .left
{
	position: absolute;
	left: 0;
	padding: 10px 20px;
	background-color: #1B1D28;
}

div.thumbnail_weather_footer .right
{
	position: absolute;
	right: 0;
	padding: 10px 20px;
	background-color: #1B1D28;
}
