.tour-backdrop {
  position: absolute;
  z-index: 1009;
  background: #eeee11;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
}
.tour-step-backdrop {
  position: relative;
  z-index: 1011;
}
.tour-step-background {
  position: absolute;
  z-index: 1010;
  background: #fff;
  border-radius: 6px;
}
.popover-title {
    background-color: #eeee11;
}
.popover-content {
    background-color: #fff;
}
.popover p {
    margin-top: 10px;
}
