body .tooltipster-base {
  min-width: 240px !important;
  z-index: 88 !important; }
  body .tooltipster-base .tooltipster-box {
    border: 1px solid #767d84;
    border-radius: 0;
    background: #fff;
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 2px 10px);
    margin: 10px;
    box-sizing: border-box;
    position: relative;
    max-width: 500px;
    /*
    &:after, &:before {
    	border-right: 15px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      width: 0;
      height: 0;
      position:absolute;
      content:"Arrow";
      text-align:left;
      text-indent:-9999px;
      left: -15px;
      top: 50%;
      margin: -10px 0 0 0;
      z-index:10;
    }
    &:before {
    	border-right: 17px solid #767d84;
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      margin: -11px 0 0 0;
      z-index:5;
      left: -17px;
    }
    */ }
    body .tooltipster-base .tooltipster-box .tooltipster-content {
      padding: 15px;
      color: #767d84; }
      @media screen and (min-width: 768px) {
        body .tooltipster-base .tooltipster-box .tooltipster-content {
          padding: 20px; } }
  body .tooltipster-base.tooltipster-bottom .tooltipster-box {
    margin: 17px 10px 10px 10px; }
  body .tooltipster-base.tooltipster-bottom .tooltipster-arrow {
    height: 18px;
    width: 22px;
    margin-left: -11px; }
    body .tooltipster-base.tooltipster-bottom .tooltipster-arrow .tooltipster-arrow-uncropped {
      top: 0; }
    body .tooltipster-base.tooltipster-bottom .tooltipster-arrow .tooltipster-arrow-border {
      border-width: 0 11px 17px 11px;
      border-bottom-color: #767d84; }
    body .tooltipster-base.tooltipster-bottom .tooltipster-arrow .tooltipster-arrow-background {
      border-width: 0 11px 17px 11px;
      border-bottom-color: #fff;
      top: 2px; }
  body .tooltipster-base.tooltipster-top .tooltipster-box {
    margin: 10px 10px 17px 10px; }
  body .tooltipster-base.tooltipster-top .tooltipster-arrow {
    height: 18px;
    width: 22px;
    margin-left: -11px; }
    body .tooltipster-base.tooltipster-top .tooltipster-arrow .tooltipster-arrow-uncropped {
      bottom: 0; }
    body .tooltipster-base.tooltipster-top .tooltipster-arrow .tooltipster-arrow-border {
      border-width: 17px 11px 0 11px;
      border-top-color: #767d84; }
    body .tooltipster-base.tooltipster-top .tooltipster-arrow .tooltipster-arrow-background {
      border-width: 17px 11px 0 11px;
      border-top-color: #fff;
      bottom: 2px; }
  body .tooltipster-base.tooltipster-right .tooltipster-box {
    margin: 10px 10px 10px 17px; }
  body .tooltipster-base.tooltipster-right .tooltipster-arrow {
    width: 18px;
    height: 22px;
    margin-top: -11px; }
    body .tooltipster-base.tooltipster-right .tooltipster-arrow .tooltipster-arrow-uncropped {
      left: 0; }
    body .tooltipster-base.tooltipster-right .tooltipster-arrow .tooltipster-arrow-border {
      border-width: 11px 17px 11px 0;
      border-right-color: #767d84; }
    body .tooltipster-base.tooltipster-right .tooltipster-arrow .tooltipster-arrow-background {
      border-width: 11px 17px 11px 0;
      border-right-color: #fff;
      left: 2px; }
  body .tooltipster-base.tooltipster-left .tooltipster-box {
    margin: 10px 17px 10px 10px; }
  body .tooltipster-base.tooltipster-left .tooltipster-arrow {
    width: 18px;
    height: 22px;
    margin-top: -11px; }
    body .tooltipster-base.tooltipster-left .tooltipster-arrow .tooltipster-arrow-uncropped {
      right: 0; }
    body .tooltipster-base.tooltipster-left .tooltipster-arrow .tooltipster-arrow-border {
      border-width: 11px 0 11px 17px;
      border-left-color: #767d84; }
    body .tooltipster-base.tooltipster-left .tooltipster-arrow .tooltipster-arrow-background {
      border-width: 11px 0 11px 17px;
      border-left-color: #fff;
      right: 2px; }

/*# sourceMappingURL=tooltipster-sidetip.css.map */