/*i.tlp-body {
  position: absolute;
  display: none;
  width: 150px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffd54f;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
  padding: 12px 12px 12px 16px;
  font-family: Roboto;
  font-size: 15px !important;
  line-height: 23px !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  color: #212121;
  z-index: 1050;
  text-align: left !important;
}*/
/*i.tlp-body:last-child {
    z-index: 2;
}*/

i.tlp-body {
  position: absolute;
  display: block;
  width: 150px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #dff0fc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
  padding: 15px;
  font-family: Roboto;
  font-size: 15px !important;
  line-height: 23px !important;
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  color: #424d58;
  z-index: 1050;
  text-align: left !important;
  border: 8px solid #ffffff;
}

i.tlp-body p {
  font-style: normal;
  font-weight: normal;
}
i.tlp-body p:last-child {
  margin-bottom: 0 !important;
}
i.tlp-body:after {
  display: block;
  position: absolute;
  content: ' ';
  z-index: 5;
}
/* default style */
i.tlp-body.tlp-default {
  display: block;
  to-p: 27px;
  left: -17px;
}
i.tlp-body.tlp-default:after {
  content: '';
  border: 7px solid transparent;
  border-bottom: 9px solid #ffffff;
  left: 20px;
  top: -6px;
}
/* left style */
i.tlp-body.tlp-left {
  display: block;
  top: -2px;
}
i.tlp-body.tlp-left:after {
  width: 8px;
  height: 11px;
  top: 5px;
  right: -8px;
  background: url('../images/tooltip/tooltip-tip-left.png') 0 0 no-repeat;
}
/* right style */
i.tlp-body.tlp-right {
  display: block;
  top: -20px;
}
i.tlp-body.tlp-right:after {
  content: '';
  border: 7px solid transparent;
  border-right: 9px solid #ffffff;
  left: -24px;
  top: 4px;
}
/* top style */
i.tlp-body.tlp-top {
  display: block;
  left: 0;
}
i.tlp-body.tlp-top:after {
  width: 11px;
  height: 8px;
  bottom: -8px;
  left: 10px;
  background: url('../images/tooltip/tooltip-tip-bottom.png') 0 0 no-repeat;
}
i.tlp-body .comment-note {
    font-size: 12px !important;
    color: #717E84;
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
}