
.CL_HelpBackground {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(240, 240, 240, 0.5); /* Almost white w/ opacity */
}

#ID_PolygoniaHelp {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	color: #c000c0;
	padding: 10px;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px
}

#ID_MainHelpText {
	display: block;
	font-size: 18px;
	padding: 20px 20px 30px 20px;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	border: dotted 1px lightgray;
    background-color: rgba(255, 255, 255, 0.85);
	border-radius: 10px;
    width: calc(100% - 500px);
}

#ID_HelpHighlighter {
	display: none;
    background-color: rgba(0, 0, 255, 0.25);
    position: absolute;
	border-radius: 5px;
}

.CL_HelpButtons {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	margin: 10px;
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    border-radius: 20px;
}

.CL_HelpButtonsAttention {
	animation-duration: 0.5s;
	animation-name: KF_ButtonsHighlight;
}

@keyframes KF_ButtonsHighlight {
	from {
	}

	50% {
   		background-color: rgba(128, 128, 255); 
   		bottom: 10px;
   		right: 10px;
   		padding: 20px;
	}

	to {
	}
}

.CL_HelpButton {
	padding: 5px 15px;
	margin: 10px;
    border-radius: 10px;
}

.CL_HelpHighlight {
	border: 1px solid rgba(0, 0, 255, 0.15);
	border-radius: 5px;
	padding-left: 2px;
    padding-right: 2px;
}

.CL_HelpHighlight:hover {
	background-color: rgba(0, 0, 255, 0.24);
}
