div.speechbubbles {
background-color : #ededed;
border : 1px solid black;
position : absolute;
top : 0;
z-index : 100;
visibility : hidden;
line-height : 1.3em;
padding : 8px;
width : 130px;
border-radius : 8px;
}
div.speechbubbles div.speechbubbles-arrow {
border-color : transparent transparent #ededed transparent;
border-style : solid;
border-width : 10px;
height : 0;
width : 0;
position : absolute;
top : -19px;
left : 20px;
z-index : 101;
}
div.speechbubbles div.speechbubbles-arrow-border {
border-color : transparent transparent black transparent;
border-style : solid;
border-width : 10px;
height : 0;
width : 0;
position : absolute;
top : -20px;
left : 20px;
z-index : 101;
}
div.downversion div.speechbubbles-arrow {
border-color : #ededed transparent transparent transparent;
top : auto;
bottom : -19px;
}
div.downversion div.speechbubbles-arrow-border {
border-color : black transparent transparent transparent;
top : auto;
bottom : -20px;
}