/* campaign banner links */
.noLink { cursor: default; }



/* Hide Extra Loan App Line */
#la_lard_scheduleExtraLine {
	display:none !important;
	}



/* KG: SF 54271 - set max width on Routing Description for small screens */
@media only screen and (max-width: 480px) {
	#acct_g_ddigrd_descriptionTableColumn { min-width: 50px !important; max-width: 50px !important; }
	#acct_g_ddigrd_table_wrapper table.dataTable tbody th { max-width: 50px !important; }
	}

