﻿#SectionSchedaContabile {
    position: relative;
}

    #SectionSchedaContabile .List_Table {
        table-layout: fixed;
        margin-bottom: 240px;
    }

        #SectionSchedaContabile .List_Table > thead > tr > th:nth-child(1),
        #SectionSchedaContabile .List_Table > thead > tr > th:nth-child(3),
        #SectionSchedaContabile .List_Table > tbody > tr > td:nth-child(1),
        #SectionSchedaContabile .List_Table > tbody > tr > td:nth-child(3) {
            text-align: center;
            width: 110px;
        }

        #SectionSchedaContabile .List_Table > tbody > tr > td:nth-child(1),
        #SectionSchedaContabile .List_Table > tbody > tr > td:nth-child(2),
        #SectionSchedaContabile .List_Table > tbody > tr > td:nth-child(3) {
            font-weight: bold;
        }

        #SectionSchedaContabile .List_Table > tbody > tr > td:nth-child(2) {
            width: 120px;
        }

        #SectionSchedaContabile .List_Table > tbody > tr > td:nth-child(6) {
            text-transform: uppercase;
            font-weight: bold;
            color: #313534;
        }

        #SectionSchedaContabile .List_Table > thead > tr > th:nth-child(7),
        #SectionSchedaContabile .List_Table > thead > tr > th:nth-child(8),
        #SectionSchedaContabile .List_Table > thead > tr > th:nth-child(9) {
            text-align: right;
            width: 150px !important;
        }

        #SectionSchedaContabile .List_Table > tbody > tr > td:nth-child(7),
        #SectionSchedaContabile .List_Table > tbody > tr > td:nth-child(8),
        #SectionSchedaContabile .List_Table > tbody > tr > td:nth-child(9) {
            text-align: right;
            font-weight: bold;
        }

    #SectionSchedaContabile .divFixed_Content {
        height: 220px;
    }

        #SectionSchedaContabile .divFixed_Content .List_Fixed_Content > tbody > tr.Totale > td.Totale_Titolo {
            text-align: right;
            text-transform: uppercase;
            font-weight: 700;
        }

        #SectionSchedaContabile .divFixed_Content .List_Fixed_Content > tbody > tr.Totale > td:nth-child(2) {
            font-weight: bold;
            text-align: right;
            color: #21872f;
            font-size: 14px;
            width: 150px;
        }

        #SectionSchedaContabile .divFixed_Content .List_Fixed_Content > tbody > tr.Totale > td:nth-child(3) {
            font-weight: bold;
            text-align: right;
            color: #ad0101;
            font-size: 14px;
            width: 150px;
        }

        #SectionSchedaContabile .divFixed_Content .List_Fixed_Content > tbody > tr.Totale > td:nth-child(4) {
            width: 150px;
        }