.tooltip-container {
	padding: 10px 13px;
	text-align: left;
	color: #454545;
}
.tooltip-title {
	padding-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
}
.tooltip-description {
	max-height: 8em;
	overflow: hidden;
	font-size: 15px;
	line-height: 17px;
}