th{
    padding: 5px;
    text-align: center;
}
td:nth-child(2){
    width: 180px!important;
}
td:nth-child(3){
    width: 120px;
}
td:nth-child(3) > input{
    width: 100%!important;
    background-color: lightgoldenrodyellow;
    text-align: right;
}
td:nth-child(4), td:nth-child(5){
    width: 50px;
}
td:nth-child(4) > input ,td:nth-child(5) > input{
    width: 100%!important;
}
th,td{
    height: 16px;
    vertical-align: middle;
}
