/* style for current weather data */
div.wp-forecast-curr {
                  font-size: 11px; 
                  font-family: Arial;
                  border: 0px solid;
                  padding-top: 20px;
				  padding-bottom:30px;
				  margin-top:55px;
				  margin-right:20px;
                  text-align:left;
				  color:#444;
				  background: url(vrijeme.jpg) no-repeat left top;
		  
}

/* style for current weather data table section */
table.wp-forecast-curr { 
                    font-size: 11px;
                    font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
					font-style:normal;
					font-weight:normal;
                    color:#444;
		             
                    text-align:right;
                     
}

/* style for current weather data details */
div.wp-forecast-curr-details {
                  font-size: 11px; 
                  font-family: Arial;
                  border: 0px solid;
                  padding: 10px;
                  text-align:left;

}

/* style for current weather icon */
img.wp-forecast-curr {
                  border: 0;
                  width: 48px;
                  padding: 0px 0px 0px 10px;
}

/* style for forecast data */
div.wp-forecast-fc {
                  font-size: 11px; 
                  font-family: Arial;
                  border: 0px solid;
                  padding: 10px;
                  text-align:left;
		  
}

/* style for forecast data table header section */
table.wp-forecast-fc-head { 
                    font-size: 11px;
                    font-family: Arial;
                    font-weight: normal;
                    text-align:left;
					margin-bottom:10px;
					border-bottom:0px solid #ddd;
                     
}
/* style for forecast data table section */
table.wp-forecast-fc { 
                    font-size: 11px;
                    font-family: Arial;
                    
                    
		    
                    text-align:left;
                    margin-left:10px; 
					padding:8px;
                     
}

/* style for forecast data details */
div.wp-forecast-fc-details {
                  font-size: 11px; 
                  font-family: Arial;
                  border: 0px solid;
                  padding: 10px;
                  text-align:left;

}

/* style for forecast weather icon */
img.wp-forecast-fc-details {
                  border: 0;
		  width: 48px;
                  padding: 4px;
}



