/* NoLink stack 1.2.0 */

/*#stacks_in_8_page1 {
	display: none !important;
}*/

.NoLink, .NoLink a {
	-webkit-user-select: none;                /* disable cut copy paste */
	-webkit-touch-callout: none;              /* disable callout, image save panel */
	-webkit-tap-highlight-color: transparent; /* "turn off" link highlight */
	cursor: pointer;
}

.NoLink:focus {
	  outline:0; /* Firefox: removes border on link click */
}