.center{
text-align: center;
}
.sc-tooltip-wrapper{
max-width: 600px;
height: auto;
color: #333333;
z-index: 9999;
display: none;
overflow: hidden;
position: absolute;
border-radius: 0px;
height: 75px;
box-shadow: 0 0 0px #333; background-image: url(http://i.imgur.com/NDzECci.png);
}
.sc-tooltip-wrapper img{
float: right; height: auto;
}
.sc-tooltip-wrapper span{
padding: 10px;
color: white;
top: 32px;
position: relative;
font-size: 16px;
margin-left:65px;
padding-right: 30px;
}