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

.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: #EAE8F1;
  color: #6c6b7e;
  text-align: left;
  padding: 10px 10px 10px 10px;
  max-width: 100%;
  border: 1px solid #beb2e8;
  box-shadow: 0 0 10px 0px #e0e0e0;
}

.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;
}
