.image{
width:65px;height:65px;  border-radius: 52%;
  -webkit-filter: drop-shadow(3px 3px 3px #3E3E3E);
  filter: drop-shadow(3px 3px 3px #3E3E3E);

		height:65px;
		width: 65px;
		border-style:solid;
		border-width: 2px;
		border-color: #149AE9;
		margin-right: 4.6px;
		margin-top: 3px;
}



a.hoverbubble {
  position: relative;
  text-decoration: none;
}
a.hoverbubble span {display: none;}
a.hoverbubble:hover span {
	display: block;
	position: absolute;
	padding: .5em;
	content: attr(title);
	min-width: px;
	text-align: center;
	width: auto;
	height: auto;
	white-space: nowrap;
	top: -40px;
	background: rgba(0,0,0,.8);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 0.86em;
	font-family: Arial, Helvetica, sans-serif;
}
a.hoverbubble:hover span:after {
	position: absolute;
	display: block;
	content: "";
	border-color: rgba(0,0,0,.8) transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -20px;
	left: 1em;
}
