/*Været i header */
#wiseTop .weather_container ul,
#wiseTop .weather_container li{
margin:0px;
margin-top:5px;
padding:0px;
list-style-type:none;
}
#wiseTop .weather_list{
float:left;
margin:0px 2px;
}
#wiseTop .weather_list li{
display:inline;
}
#wiseTop .weather_place a,
#wiseTop .weather_place a:visited,
#wiseTop .weather_day{
float:left;
margin-right:2px;
color:#999999; 
text-decoration:none;
font-size:11px;
}
#wiseTop .weather_place a:hover{
color:silver;
}
#wiseTop .weather_place,
#wiseTop .weather_daytime{
display:none;
}
#wiseTop .weather_icon{
width:28px;
float:left;
margin:0px 3px;
}
#wiseTop .weather_temperature{
height:20px;
float:left;
color:#999999;
font-size:13px;
margin-right:5px;}

/*weater-list-page*/
.wp_center_coloumn .weather_name a{	
font-size:17px;
text-decoration:none!important;
color:#c53439!important;
margin-bottom:8px;
display:block;
}
.wp_center_coloumn .weather_name a:hover{
color:silver!important;	
}
.wp_center_coloumn .weather_table td{	
border: 1px solid #EEEEEE;
vertical-align:top;
}
.wp_center_coloumn .weather_table b{
font-size:11px;
}
.wp_center_coloumn .weather_table br{
width:100%;
display:block; 
}
.wp_center_coloumn .weather_icon{	
width:45px;
/*padding-left:8px;
padding-right:5px;
clear:both;*/
}
.wp_center_coloumn .weather_table{
margin-bottom:20px;
}
.wp_center_coloumn ul.weather_list{
list-style:none;
margin:0px;
padding:0px;
width:100%;
}
.wp_center_coloumn li.weather_forecast{
display:inline;
width:33%;
float:left;
}

.wp_center_coloumn .weather_place,
.wp_center_coloumn .weather_daytime{
visibility:hidden;
font-size:2px;
line-height:2px;
}
.wp_center_coloumn .weather_day{
font-weight:normal;
font-size:11px;
width:100%;
display:block;
text-align:left;
padding-left:7px;
}
.wp_center_coloumn .weather_temperature{
font-weight:bold;
font-size:11px;
color:red;
height:35px;
vertical-align:
middle;float:left;
}

