/* for showing and styling info text */
.infotext {
	display:none;
	background-color: #f8ffa6;
	margin:20px;
	padding:10px;
}

.infotext-icon {
	display: inline-block;
	text-align: center;
	height: 12px;
    width: 12px;
	line-height: 12px;
	cursor:pointer;
	border-radius: 10px;
	background-color: #f8ffa6;
}

.infotext-icon-big{
	display: inline-block;
	text-align: center;
	height: 17px;
    width: 17px;
	line-height: 17px;
	cursor:pointer;
	border-radius: 10px;
	background-color: #f8ffa6;	
	font-weight:bold;
	font-size:12px;
}

.infotext-big{
	height: 15px;
    width: 15px;
	line-height: 15px;	
}

#infotext-box{
	position:absolute;
	top:1px;
	left:1px;
	cursor:pointer;
	border-radius: 2px;
	background-color: #f8ffa6;
	max-width:400px;
	z-index: 99;
	display:none;
	box-shadow: 3px 3px 10px grey;
	padding:5px;
	margin:5px;
}