.tipsy-description {
  position: absolute;
  margin: 5px 0 0;
  right: -20px;
  top: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/icon-info.png) no-repeat;
}

.tipsy-container {
  clear: both;
}

.tipsy-close {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 10px;
  display: inline;
  margin: 0px 0px 0 0;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/bg-exit.gif) no-repeat;
}

.tipsy {
  /*z-index: 0;*/
}

.tipsy-inner {
  margin-top: 20px;
  background-color: #fff;
  color: #6c6b7e;
  text-align: left;
  padding: 20px;
  max-width: 100%;
  border: 1px solid #e2e2e2;
}

.tipsy-inner h2 {
  margin-right: 30px;
  color: #1c1d3f;
  font-size: 18px;
}

.tipsy-arrow {
  border: 5px dashed #eae8f1;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #eae8f1;
}

.tipsy-arrow-s {
  border-top-color: #eae8f1;
}

.tipsy-arrow-e {
  border-left-color: #eae8f1;
}

.tipsy-arrow-w {
  border-right-color: #eae8f1;
}

@media screen and (min-width:940px) {
  .tipsy-w .tipsy-arrow {
}
}


.tipsy-content {
  position: relative;
}

.tipsy-inner {
  display: none;
}

.tipsy-inner.open {
  display: block
}

.tipsy-content span.tipsy-close {
  position: absolute;
}
