span.tooltip {
      position: absolute;
      width: 80px;
      height: 21px;
      line-height: 19px;
      padding: 10px;
      font-size: 9px;
      text-align: center;
      color: rgb(255, 255, 255);
      background: rgb(117, 179, 27);
      border: 0px solid rgb(117, 179, 27);
      border-radius: 3px;
      text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.156863) 0px 0px 10px 3px inset;
      float: right;
      position: relative;
      margin-top: -59px;
      margin-right: 5px;
      font-family: arial;
}

span.tooltip:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 7px;
      border-style: solid;
      border-color: #75b31b transparent transparent transparent;
      top: 41px;
      left: 10px;
}
