


#amort{

}
#amort input {
    margin:0;
    height:2em;
}
#amort input[type="radio"] {
    vertical-align: middle;
    height: auto;
}

#amort button {
    padding: 0.5em 1em;
}

#amort .nostyle{
    display:inline-block;
    background:none;
    border:none;
    padding:0;
    margin:0;
	box-shadow: none;
	width: auto;
	font-size: 1em;
}


#amort .t1 .d1{
    width:100px;
}
#amort .t1 .d2{
    width:200px;
}
#amort .t1 td:last-child input{
    width:70px;
    display:inline-block;
    margin:0 10px;
}

#amort .t3 input{
    width:70px;
    display:inline-block;
    margin:0 10px;
}
#amort .t5 input{
    width:90px;
    display:inline-block;
    margin:0 10px;
}
#amort .t5 .d1{
    margin-left:0;
}

#amort .t5 .d2{
	width:55px;
	margin-right:0;
}




@media(max-width:650px){

#amort .t1 .d1{
    width:75px;
}
#amort .t1 .d2{
	width:auto;
}
}