/*BEGIN Shop Merchandise */

	/* Featured top accent (UAB green) */
	.tk-featured-accent {
		border-top: 4px solid #1e6b52;
	}

	/* Link-like location button */
	.tk-location-trigger {
		text-decoration: underline;
		color: inherit;
	}

	.tk-location-trigger:hover {
		text-decoration: none;
	}

    /*END Shop Merchandise */


	/*BEGIN Color Accessibility */

/*Temporary fixes to hide info icons next to headers in table until tooltips can be fixed */
	.th-label {
		padding-right:0 !important;
	}

	.th-info {
		display:none;
	}

	/*END Color Accessibility */