/**
 * cfturnstile — frontend styly widgetu.
 * @author One Zero IT
 */
.cfts-widget {
  margin: 12px 0;
  min-height: 65px;
}
.cfts-widget:empty {
  min-height: 0;
  margin: 0;
}
button.cfts-wait,
input.cfts-wait {
  opacity: .6;
  cursor: not-allowed;
}
