#tooltip {
	font-weight:bold;
	color:#107fc9;
	cursor:pointer;
	}
	
.tip-content {
  background:rgba(35,35,35,0.95);
  color:#fff;
  padding:8px;
  position:absolute;
  min-width:50px;
  max-width:300px;
  display:none;
  font-weight:normal;
  z-index: 99;
  margin-left:-8px;
  text-align:center;
	}
	
 /*.tip-content:before{
  content:'';
  height:3px;
  width:0;
  border:7px solid transparent;
  border-top-color:#1d1d1d;
  position:absolute;
  bottom:-14px;
  right:42%;
}*/

.tip-content a {
	color: #107fc9;
	text-decoration:underline;
	}
