/* SVN FILE: $Id: weather_forecast.css 19 2009-11-04 22:03:03Z Chris $ */
/**
 * Weather Forecast CSS
 *
 * @copyright    Copyright 2009 PBM Web Development - All Rights Reserved
 * @package      weatherForecast
 * @since        V1.0.0
 * @version      $Revision: 19 $
 * @modifiedby   $LastChangedBy: Chris $
 * @lastmodified $Date: 2009-11-04 22:03:03 +0000 (Wed, 04 Nov 2009) $
 * @license      http://www.opensource.org/licenses/bsd-license.php The BSD License
 */
.weather-forecast th,
.weather-forecast td {
  font-size: 90%;
  padding: 0.375em 5px;
  text-align: center;
}
.weather-forecast tfoot tr,
.weather-forecast tr.even {
  background-color: transparent;
}
.weather-forecast tfoot {
  font-size: 80%;
  font-style: italic;
}