﻿@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,400italic,700,700italic);

body {
    background-color: Transparent;
    margin: 0;
    font-family: 'Istok Web', sans-serif;
    color: #636974;
}
#plusContainer 
{
    width: 238px;
    padding: 10px;
}
#plusContainer h2 
{
    font-size: 14px;
    margin: 3px;
    color: #6d6e71;
}
#plusContainer ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#plusContainer li 
{
    width: 100%;
    padding: 1px 3px;
    float: left;
    font-size: 14px;
    color: #d9d3c2;
    font-weight: bold;
}
#plusContainer li b 
{
    float: right;
    font-weight: normal;
    font-size: 13px;
    color: #20201f;
}

#plusContainer p 
{
    padding: 3px;
    margin: 0;
    font-size: 12px;
    color: #6d6e71;
    line-height: 15px;
    border-top: 1px solid #e5e2de;
}

.chartImage 
{
    clear: both;
    margin: 10px 0;
    width: 100%;
    height: 138px;
}

.aumento {
    color: #109206 !important;
    font-weight: bold !important;
}
.diminuzione {
    color: #ed1c24 !important;
    font-weight: bold !important;
}

