﻿#BilancioContabile .Modulo small
{
    border-bottom: solid 1px #FCEBCF;
    display: block;
    float: none;
    width: 100%;
}

#BilancioContabile .Modulo span
{
    border-bottom: solid 1px #FCEBCF;
    display: block;
    float: none;
    width: 100%;
    font-size: 14px;
    height: 30px;
    margin: 1px 0;
    line-height: 30px;
    font-weight: bold;
    text-align: right;
}

.Bilancio_Periodo
{
    text-align: right;
}

.BilancioContabile_Totale_Title
{
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

.BilancioContabile_Totale
{
    color: #1270a7 !important;
    font-size: 15px !important;
    -webkit-text-fill-color: #1270a7;
    text-shadow: none;
}

.BilancioContabile_Totale_Sezione
{
    color: #1270a7 !important;
    font-size: 18px !important;
    -webkit-text-fill-color: #1270a7;
    text-shadow: none;
    text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
}

.BilancioContabile_Totale_Attivo
{
    color: #104605 !important;
    font-size: 18px !important;
    -webkit-text-fill-color: #1270a7;
    text-shadow: none;
    text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
}

.BilancioContabile_Totale_Passivo
{
    color: #d00000 !important;
    font-size: 18px !important;
    -webkit-text-fill-color: #1270a7;
    text-shadow: none;
    text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
}
