.question{
	cursor:pointer;
}
.tooltip {
	position: fixed;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	background-color: #555;
	color: #fff;
	font-size: 1.2rem;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	z-index:99;
	max-width: 300px;
	line_height: 1.3;
}
