#iyp__bubbles {
  position: static;
}

.iyp__bubbles span.iyp__bubble {
  display: inline;
  position: absolute;
  vertical-align: top;
  z-index: 100020;
  height: 0px;
  text-decoration: none;
  width: 0px;
  background: none !important;
}

span.iyp__bubble {
  display: none;
}

.iyp__bubbles span.iyp__bubble span.iyp__bubble_top.iyp__bubble_dup {
  /*background-position: -50px -30px !important;*/
}

.iyp__bubbles span.iyp__bubble span.iyp__bubble_top {
  /*background-position: 0px -30px !important;*/
}

.iyp__bubbles span.iyp__bubble span.iyp__bubble_dup {
  /*background-position: -50px 0px !important;*/
}
.iyp__bubbles span.iyp__bubble span {
  color: white;
  left: -90px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: -48px;
  white-space: nowrap;
  width: 100px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  text-shadow: none;
  overflow: hidden;
  background: url(../img/iyp-bubble-v2.png) no-repeat !important;
}
