.tooltipify.top {
margin-top: -5px;
}
.tooltipify.left {
margin-left: -10px;
}
.tooltipify > span.icon {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #000 transparent transparent;
border-image: none;
border-right: 7px solid transparent;
border-style: solid;
border-width: 7px;
content: " ";
height: 0;
left: 20px;
margin-left: -7px;
position: absolute;
top: 100%;
width: 0;
}
.tooltipify.bottom > span.icon {
border-color: transparent transparent #000;
top: -10px;
}
.tooltipify.right > span.icon {
border-color: transparent #000 transparent transparent;
margin-left: 0;
left: -12px;
top: 5px;
}
.tooltipify.left > span.icon {
border-color: transparent transparent transparent #000;
margin-left: -3px;
left: 100%;
top: 5px;
}
.tooltipify > span.text {
background: #000;
color: #FFF;
border-radius: 5px;
font-size: 10px;
padding: 5px;
}
