<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TABLETS */
@media screen and (max-width: 979px) {
	.ipsTable td.ipsTable_wrap, .ipsTable td.ipsMatrix_rowTitle {
			white-space: normal;
			word-wrap: break-word;
			max-width: 250px;
		}
	[data-role="tableRows"] [data-title="Key"] {
			white-space: normal;
			word-wrap: break-word;
			max-width: 150px;
	}
}

/* PHONES */
@media screen and (max-width: 767px) {
	.acpTable_search {
		float: none;
		width: 100% !important;
		max-width: 100% !important;
	}
}</pre></body></html>