/*formulaire*/
@media screen and (max-width: 350px) { 
form table td { display:block; text-align:left!important }
form table tr { display:block; margin:0.6em 0 }
}

/*switch form*/
@media screen and (min-width: 720px) { 
#switch-form { list-style: none; display:block; margin: 10px 0; padding: 0; border-bottom: 1px solid #aaa; height: 36px }
#switch-form li { float: left; padding: 0; margin: 0 4px }
#switch-form li a { background-color: #f0f0f0; display: block; height: 29px; padding: 2px 12px; text-decoration: none; border: 1px solid #aaa; border-top: 3px solid #aaa; border-top-left-radius:3px; border-top-right-radius:3px }
#switch-form li a:hover { background-color: #ddd }
.LkFormSelect{ color:#333; border-bottom: 1px solid #fff!important; background-color: #fff!important; border-top: 3px solid orange!important; cursor:default }
}


#amort { border-collapse:collapse; }
#amort td { margin:0; padding:0.4em 0.8em; text-align: right; border: 2px solid #ddd; white-space: nowrap }