/**
 * // $Id$
 *
 * @name Mobile Standalone CSS
 * @package Scorage Display Display
 * @subpackage Wrappers
 * @author Jose Garcia <jjgarcia a.t logic-energy c.om>
 * @copyright Copyright (c) 2007-2009, Logic Energy Ltd. http://www.logic-energy.com
 * @version 1.8.9 091026 $Revision$
 *
 * CHANGELOG
 *
 */
@import "layout.css";

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
    padding-left:5px;
}

div.header {
    max-width:300px;
    width:100%;
}

div.footer {
    max-width:300px;
    width:100%;
    text-align:center;
}

div.location {
    border-bottom-color:lightgrey;
    border-bottom-style:solid;
    border-bottom-width:1px;
    max-width:300px;
    padding-bottom:15px;
    width:100%;
}
div.last {
    border-bottom:none !important;
    padding-bottom:0px !important;
}

img.chart {
    width:300px;
    height:150px;
}