p#vtip {
  display: none;
  position: absolute;
  padding: 10px;
  left: 10px;
  font-size: 0.8em;
  background-color: white;
  border: 1px solid #a6c9e2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 9999;
  overflow: scroll;
}

.webform-tooltip-icon {
  background-color: #7ac143;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  height: 20px;
  margin-left: 2px;
  padding-bottom: 2px;
  text-align: center;
  text-decoration: none;
  width: 20px;
}

a.webform-tooltip-icon:hover {
  text-decoration: none;
  color: #e8e8e8;
}
