@charset "UTF-8";

.tooltip-link, a.tooltip-link{
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.tooltip-information{
	position: absolute;
	display: none;
	padding: 8px 10px 8px;
	margin:0;

	width: auto;
	white-space: nowrap;
	height: auto;
	/*overflow: auto;*/

	color:#F2F2F2;
	background-color: #252525;
	font-size: 14px;
	font-weight: normal;
	z-index: 100;

	-ms-word-break: keep-all;
		word-break: keep-all;
	/*white-space: nowrap;*/

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px 0px hsla(0,0%,0%,.25);
	   -moz-box-shadow: 1px 1px 3px 0px hsla(0,0%,0%,.25);
	   		box-shadow: 1px 1px 3px 0px hsla(0,0%,0%,.25);  
}
.tooltip-down-arrow{
	padding: 0;
	margin :0;
	display: none;
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-top: 5px solid #252525;
}