.tipsy{font-size:13px;position:absolute;padding:5px;z-index:100000;font-family:'Open Sans', sans-serif;}
.tipsy-inner{background-color:#ddd;color:#000;max-width:500px;padding:3px 10px 2px 10px;text-align:center;}
.tipsy-inner{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.tipsy-arrow{position:absolute;width:0;height:0;border:5px solid transparent;}
.tipsy-arrow-n{border-bottom-color:#ddd;}
.tipsy-arrow-s{border-top-color:#ddd;}
.tipsy-arrow-e{border-left-color:#ddd;}
.tipsy-arrow-w{border-right-color:#ddd;}
.tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow, .tipsy-ne .tipsy-arrow{top:0;border-top:none;}
.tipsy-s .tipsy-arrow, .tipsy-sw .tipsy-arrow, .tipsy-se .tipsy-arrow{bottom:0;border-bottom:none;}
.tipsy-n .tipsy-arrow, .tipsy-s .tipsy-arrow{left:50%;margin-left:-5px;}
.tipsy-nw .tipsy-arrow, .tipsy-sw .tipsy-arrow{left:10px;}
.tipsy-ne .tipsy-arrow, .tipsy-se .tipsy-arrow{right:10px;}
.tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow{top:50%;margin-top:-5px;}
.tipsy-e .tipsy-arrow{right:0;border-right:none;}
.tipsy-w .tipsy-arrow{left:0;border-left:none;}