.tipsy { font-family: Tahoma; font-size: 12px; position: absolute; padding: 5px; word-wrap: break-word; z-index: 100; }

.tipsy-inner { background-color: black; color: white; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed black; }

.tipsy-arrow-n { border-bottom-color: black; }

.tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow, .tipsy-ne .tipsy-arrow { top: 0; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }

.tipsy-n .tipsy-arrow { left: 50%; margin-left: -5px; }

.tipsy-nw .tipsy-arrow { left: 10px; }

.tipsy-ne .tipsy-arrow { right: 10px; }

.tipsy-arrow-s { border-top-color: black; }

.tipsy-s .tipsy-arrow, .tipsy-sw .tipsy-arrow, .tipsy-se .tipsy-arrow { bottom: 0; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }

.tipsy-s .tipsy-arrow { left: 50%; margin-left: -5px; }

.tipsy-sw .tipsy-arrow { left: 10px; }

.tipsy-se .tipsy-arrow { right: 10px; }

.tipsy-arrow-e { border-left-color: black; }

.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }

.tipsy-arrow-w { border-right-color: black; }

.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
