table.txt1{
    width: 70%;
}
table.txt1 td{
    padding: 7px;
}
table.txt1 tr td:first-child{
    text-align: left;
}
table.txt1 input[type='text']{
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0;
    text-align: left;
    border-right: 5px solid #eee;
    position: relative;
}
/*table.txt1 input[type='text']:before{*/
/*    content: "x";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    height: 25px;*/
/*    background-color: #0a2b1d;*/
/*    width: 3px;*/
/*    margin-right: -10px;*/
/*    z-index: 5;*/
/*}*/

table.txt1 input[type='checkbox'], table.txt1 input[type='radio']{
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
input[name='Áruérték']{
    width: 100px !important;
}
table.txt1 select{
    width: 100px;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0;
    text-align: left;
    border-right: 5px solid #eee;
    position: relative;
    margin-left: 10px;
}