﻿#RitenuteAcconto .List_Table > tbody > tr > td:nth-child(1)
{
    font-weight: bold;
    color: #313534;
    width: 140px;
}

#RitenuteAcconto .List_Table > tbody > tr > td:nth-child(2)
{
    font-weight: bold;
    text-transform: uppercase;
}

#RitenuteAcconto .List_Table > thead > tr > th:nth-child(3),
#RitenuteAcconto .List_Table > thead > tr > th:nth-child(6),
#RitenuteAcconto .List_Table > tbody > tr > td:nth-child(3),
#RitenuteAcconto .List_Table > tbody > tr > td:nth-child(6)
{
    text-align: center;
    width: 150px;
}

#RitenuteAcconto .List_Table > tbody > tr > td:nth-child(7)
{
    width: 300px;
}

    #RitenuteAcconto .List_Table > tbody > tr > td:nth-child(3) span
    {
        font-weight: bold;
        color: #ff0000;
    }

#RitenuteAcconto .List_Table > thead > tr > th:nth-child(4),
#RitenuteAcconto .List_Table > thead > tr > th:nth-child(5)
{
    text-align: right;
}

#RitenuteAcconto .List_Table > tbody > tr > td:nth-child(4),
#RitenuteAcconto .List_Table > tbody > tr > td:nth-child(5)
{
    text-align: right;
    font-weight: bold;
}

#RitenuteAcconto .List_Table > thead > tr > th:nth-child(7)
{
    width: 250px;
}

#RitenuteAcconto .List_Table > thead > tr > th:nth-child(8)
{
    width: 160px;
}