#solutionsView{

	position: absolute;
	top: 10px;
	left: 10px;

	border: 1px solid black;
	border-radius: 7px;
	background-color:  white;
	cursor: move;
	z-index: 9999999;
	display: none;

}


#solutionsView #closeSolutionBox{

	position: absolute;
	top: -9px;
	right: -9px;
	background:white;
	font-size: 20px;
	border-radius: 60%;
}

#solutionsView #closeSolutionBox:hover {
	cursor: pointer;
	color: #3498db;
}
