table.data th,
table.data td
{
    padding: 0.2em 1em;
}

tr.odd
{
    background-color: #eeeeee;
}

.date-range-picker
{
    overflow: hidden;
    padding-bottom: 0.3em;
}

.date-range-picker .form-field
{
    overflow: hidden;
}

.from-date,
.to-date
{
    float: left;
    padding-right: 2em;
}

.form-buttons
{
    display: block;
    float: none;
    clear: both;
}

table.report
{
    margin: 1em 0;
}

table.report th
{
    font-weight: bold;
}

table.report th,
table.report td
{
    padding: 0.3em 1em;
}

table.report th.icon,
table.report td.icon
{
    padding: 0.3em 0.1em;
}

table.report td.numeric
{
    text-align: right;
}

textarea.notes
{
    width: 40em;
    height: 10em;
    margin-bottom: 1em;
}

table.datapoint
{
    margin: 1em 0;
}

table.datapoint th
{
    font-weight: bold;
}

table.datapoint th,
table.datapoint td
{
    padding: 0.3em 1em;
}

table.datapoint td.numeric
{
    text-align: right;
}

#chart
{
    margin-top: 2em;
}

#chart-div
{
    width: 100%;
    height: 400px;
}
#chart-controls
{
    margin-left: 35px;
    margin-bottom: 1em;
}

#chart-controls input
{
    display: inline;
    margin-right: 1em;
}

.popbox
{
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}
.popbox h2
{
    background-color: #4D4F53;
    color:  #E3E5DD;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: -10px 0px 8px -10px;
    padding: 5px 10px;
}
