.tooltip_content {
	background-color: #ffe; 
	border: 1px solid #aaa;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	padding: 10px;
	cursor: pointer;
	width: 200px;
	height: 100px;
}

.tooltip_button {
	cursor: pointer;
	position: relative;
}

.tooltip_close {
	position:absolute;
	top: 100px;
	right: 10px;
	text-decoration: underline;
	color: red;
}
