/* style for the widget wrapper */
div.wp-forecast {
margin: 0;
padding: 0;
width: 698px;
}

/* style for current weather data */
div.wp-forecast-curr {
margin: 0 0 0 52px;
padding: 0;
font-size: 1em;
font-family: "Trebuchet MS", "Times New Roman", Times, serif;
text-align: right;
background: transparent url("images/weather.gif") no-repeat top left;
border-bottom: 1px dotted #000000;
}

/* style for current weather data table section */
table.wp-forecast-curr {
float: left;
width: 12em;
font-size: 1em;
font-family: "Trebuchet MS", "Times New Roman", Times, serif;
font-weight: bolder;
font-variant: small-caps;
border-spacing: 2px;
border-collapse: collapse;
text-align: left;
/* margin-left: auto;
margin-right: auto; */
}

/* style for current weather data details */
div.wp-forecast-curr-details {
margin-left: 12em;
min-width: 16em;
font-size: 1em;
font-family: "Trebuchet MS", "Times New Roman", Times, serif;
text-align: right;
}
