.infoButtonColour {
	background-color: #0E4C65;
	color: white;
}

.disabledInteraction {
	pointer-events: none;
	opacity: 1;
	/* keep original opacity */
	filter: none;
	/* prevent dimming (Bootstrap) */
	cursor: default;
	/* or 'not-allowed' if you want */
}