/* Import variables first */
/* LESS variables and mixins */
/* URL paths */
.sf-tooltip {
  position: absolute;
  z-index: 99999;
  max-width: 27em;
  padding: .7em 1em;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(81, 81, 81, 0.53);
  -moz-box-shadow: 2px 2px 2px 0px rgba(81, 81, 81, 0.53);
  box-shadow: 2px 2px 2px 0px rgba(81, 81, 81, 0.53);
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  font-size: .9em;
  line-height: 1.3;
}
.ui-helper-hidden-accessible {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
