.tooltip-wrapper {
	background: rgba(255, 255, 225, 0.9);
	padding: 5px;
	font-size: 90%;
	font-family: inherit;
	max-width: 300px;
	/*border-size: 1px;
	border-style: solid;
	border-color: inherit;*/
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}