<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Licensed Materials  - Property of IBM
	IBM Cognos Products: hal
	(C) Copyright IBM Corp. 2003, 2015
	US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/

*
{
	user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

*[HAL_isSelectable="true"],
TEXTAREA,
INPUT[type="text"]
{
	user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
}

HTML,
BODY
{
	overflow: hidden;
	position: relative;
}
</pre></body></html>