
.header_widget_weather
{
	font-size: 11px;
	cursor: pointer;
}

.header_widget_weather .widget_title,
.header_widget_weather .widget_title a {
	font-size: 14px;
	color: #2189B1;
	margin: 0 0 15px;
	line-height: 14px;
}

.header_widget_weather ul
{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	min-width: 100px;
	display: table;
	margin-top: 20px;
}

.header_widget_weather li
{
	margin: 0;
	padding: 0 6px;
	font-size: 10px;
	line-height: 1.2em;
	color: #333;
	float: left;
	border-left: 1px solid #CCC;
	text-align: left;
	display: table-cell;
	margin-top: -4px;
}

.header_widget_weather .hidden-weather-aftertomorrow {
	padding-right: 0;
}

.header_widget_weather li.weather_today
{
	border: none;
	min-width: 102px;
	font-size: 11px;
	padding: 0 5px 0 0;
	margin-right: 2px;
	white-space: nowrap;
	margin-top: 0;
}

.header_widget_weather li img
{
	float: left;
	margin: 0 3px 6px 0;
}

.header_widget_weather li.weather_today img
{
	margin: 2px 3px 2px 0;
}

.header_widget_weather li .weather_degr
{
	font-size: 24px;
	display: block;
	margin: 1px 0 8px 3px;
}

.header_widget_weather .weather_day
{
	font-size: 13px;
	color: #333;
	padding-left: 25px;
}

.header_widget_weather .weather_night
{
	font-size: 10px;
	color: #666;
	padding-left: 25px;
}

.header_widget_weather li .weather_day_title
{
	display: block;
	font-size: 11px;
	color: #595959;
	margin-bottom: 3px;
}

@media (max-width: 1145px) {
	.col-xs-4 .hidden-weather-aftertomorrow {
		display: none !important;
	}
}

@media (max-width: 1360px) {
	.col-xs-3 .hidden-weather-aftertomorrow {
		display: none !important;
	}
}

@media (max-width: 1140px) {
	.col-xs-3 .hidden-weather-tomorrow {
		display: none !important;
	}
}