
/*

	Intro JS
	For more information: https://github.com/usablica/intro.js

*/

.introjs-helperNumberLayer {
	visibility: hidden;
	/* width: 30px; */
	/* height: 30px; */
}

.introjs-overlay {
	background: black;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

.introjs-tooltip {
	position: absolute;
	visibility: visible;
	padding: 10px;
	background-color: white;
	min-width: 250px;
	max-width: 350px;
}