.tipso_title {
  font-family: "Play", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  padding: 10px;  
}
.tipso_content {
  text-align: left;
  padding-left: 5px;
  background-color: #ffffff;
}
.tipso_bubble.top > .tipso_arrow {
  left: -2px;  
}
.tipso_bubble.bottom > .tipso_arrow {
  left: -2px;
}
.tipso_bubble {
  border: 2px solid #b6d6eb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.tipso_style {
  width: 20px;
  height: 20px;
  border: 0px none;
 
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;  
}

.tipso_style:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
