﻿#StampaEtichette h1
{
    position:relative;    
}

    #StampaEtichette h1 span
    {
        top:-20px;
    }

    #StampaEtichette .Div_Content .List_Table thead tr th:nth-child(1),
    #StampaEtichette .Div_Content .List_Table tbody tr td:nth-child(1) {
        width: 130px;
        text-align: center;
    }

#StampaEtichette .Div_Content .List_Table thead tr th:nth-child(3),
#StampaEtichette .Div_Content .List_Table tbody tr td:nth-child(3) {
    width: 130px;
    text-align: right;
}

#StampaEtichette .Div_Content .List_Table tbody tr td:nth-child(4),
#StampaEtichette .Div_Content .List_Table thead tr th:nth-child(7),
#StampaEtichette .Div_Content .List_Table tbody tr td:nth-child(7) {
    width: 110px;
    text-align:center;
}

#StampaEtichette .Div_Content .List_Table tbody tr td:nth-child(5) {
    width: 90px;
    text-align: center;
}

#StampaEtichette .Div_Content .List_Table thead tr:first-child th:nth-child(3),
#StampaEtichette .Div_Content .List_Table tbody tr td:nth-child(6) {
    background-color:#d8d8d8;
    width:10px;
}

    #StampaEtichette .Div_Content .List_Table tbody tr td:nth-child(5) input[type=text] {
        text-align: center;
    }


#StampaEtichette .Div_Content .List_Table thead tr th:nth-child(8),
#StampaEtichette .Div_Content .List_Table tbody tr td:nth-child(8),
#StampaEtichette .Div_Content .List_Table thead tr th:nth-child(9),
#StampaEtichette .Div_Content .List_Table tbody tr td:nth-child(9) {
    width: 120px;
    text-align: center;
}
