#tutorialHighlight {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	z-index: 99999;
	pointer-events: none;
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 59%,rgba(0,0,0,0.45) 70%,rgba(0,0,0,0.45) 100%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 59%,rgba(0,0,0,0.45) 70%,rgba(0,0,0,0.45) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 59%,rgba(0,0,0,0.45) 70%,rgba(0,0,0,0.45) 100%);
	background: radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 59%,rgba(0,0,0,0.45) 70%,rgba(0,0,0,0.45) 100%);
	overflow-x: visible !important;
	overflow-y: visible !important;
}
#tutorialHighlight::before, #tutorialHighlight::after {
	pointer-events: auto;
	position: absolute;
	background-color: rgba(0,0,0,0.45);
	width: 99999px;
	height: 100%;
	right: 100%;
	content: "";
}
#tutorialHighlight::after {
	left: 100%;
}
#tutorialHighlight > .hack::before, #tutorialHighlight > .hack::after {
	pointer-events: auto;
	position: absolute;
	background-color: rgba(0,0,0,0.45);
	width: 99999px;
	height: 99999px;
	left: -55555px;
	bottom: 100%;
	content: "";	
}
#tutorialHighlight > .hack::after {
	top: 100%;
}

/*#tutorialAddon .day_content .menu {
	display: none !important;
}*/
#tutorialAddon .day_content > div {
	margin-top: 10px !important;
}
#tutorialAddon .day_content > div.event {
	margin-top: 20px !important;
}
#tutorialAddon .day_content .note_content {
	font-size: 11px;
}/*	color: rgba(0,0,0,0);
}
#tutorialAddon .day_content .note_content::after {
	display: block;
	color: black;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 8px;
	content: "Działa! :)";
}*/
.next_button {
	background-image: url('../icons/icon_right_arrow.png');	
	background-repeat: no-repeat;
	background-position: top right;
	height: 24px;
	width: 100px;
	float: right;
	cursor: pointer;
	opacity: 0.75;
	margin-top: 10px;
	text-align: right;
	padding-right: 32px;
	padding-top: 8px;
}
.next_button:hover {
	opacity: 1;
}
#tutorial a {
	color: white;
}
