.tippy-tooltip.custom-theme {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: medium;
  background-color: #2d86bb;
}

.tippy-tooltip.custom-theme .tippy-backdrop {
  background-color: #2d86bb;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.custom-theme .tippy-arrow {
  border-top: 7px solid #2d86bb;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.custom-theme .tippy-arrow {
  border-bottom: 7px solid #2d86bb;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.custom-theme .tippy-arrow {
  border-left: 7px solid #2d86bb;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.custom-theme .tippy-arrow {
  border-right: 7px solid #2d86bb;
}

.tippy-popper {
  max-width: none;
}

