/* line 9, ../sass/tipsy.scss */
.tipsy {
  padding: 5px;
  font-size: 1em;
  position: absolute;
  z-index: 100000;
}

/* line 15, ../sass/tipsy.scss */
.tipsy-inner {
  padding: 5px 8px 4px;
  background-color: #646464;
  color: white;
  max-width: 200px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*border-radius: 3px;*/
}

/* line 24, ../sass/tipsy.scss */
.tipsy-arrow {
  position: absolute;
  background: url(../images/tipsy.gif) no-repeat top left;
  width: 9px;
  height: 5px;
}

/* line 30, ../sass/tipsy.scss */
.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
}

/* line 35, ../sass/tipsy.scss */
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
}

/* line 39, ../sass/tipsy.scss */
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
}

/* line 43, ../sass/tipsy.scss */
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
}

/* line 49, ../sass/tipsy.scss */
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left;
}

/* line 54, ../sass/tipsy.scss */
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom left;
}

/* line 59, ../sass/tipsy.scss */
.tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: top right;
}

/* line 67, ../sass/tipsy.scss */
.tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px;
}
