/* Keep both loan terms visible together on narrow screens. */
@media(max-width:700px){
 .loan26-page .loan26-table table{min-width:0;table-layout:fixed}
 .loan26-page .loan26-table th,.loan26-page .loan26-table td{overflow-wrap:anywhere}
 .loan26-page .loan26-table th:first-child{width:38%}
}
