
.opt-in{
	position: relative;
}

.opt-in .opt-in-hovertext:first-child{
	padding-top: 10px;
}

.opt-in .opt-in-hovertext{
	/*display: none;*/
	padding: 20px;
	background-color: #D3E8F9;
	color: #0061A0;
	border-radius: 12px 12px 12px 12px;
	box-shadow: 2px 2px 9px 0 #333333;
	overflow: visible;
	position: absolute;
	top: 40%;
	width: 75%;
	left: 10%;
}
.opt-in .opt-in-hovertext a{
	color: white;
	background: #008000;
	padding: 7px;
	font-weight: bold;
	cursor: pointer;
}
.opt-in:hover .opt-in-hovertext{
	/*display: block;*/
}