/* style for current weather data */
div.wp-forecast-curr {
                  text-align:center;
}

/* style for current weather data table section */
table.wp-forecast-curr {   text-transform:capitalize;
		    border-collapse:collapse;
                    text-align:left;

}

/* style for current weather data details */
div.wp-forecast-curr-details { text-transform:capitalize;
                  border: 0px solid;
				  padding: 0;
				  margin: 0;
				  margin-left: 67px;
				  text-align: left;
}

/* style for current weather icon */
img.wp-forecast-curr {
                  border: 0;
}

/* style for forecast data */
div.wp-forecast-fc { text-transform:capitalize;
                  border: 0px solid;
                  text-align:center;
}

/* style for forecast data table header section */
table.wp-forecast-fc-head { font-weight: bold;
		    border-collapse:collapse;
                    text-align:left;

}
/* style for forecast data table section */
table.wp-forecast-fc { 

		    border-collapse:collapse;
                    text-align:left;
}

/* style for forecast data details */
div.wp-forecast-fc-details {
                  border: 0px solid;

                  text-align:left;

}

/* style for forecast weather icon */
img.wp-forecast-fc-details {
                  border: 0;
}


