.tour-welcome-note {
    margin-top: 20%;
    font-weight: 300;
    color: rgb(255,255,255);
}

.tour-container {
    background-color: rgba(0,0,0, .8);
}

.tour-choose-container {
    width: 16%;
    margin: 4em auto 0;
}

.start-tour-btn {
    padding: 0.95em;
    width: 49%;
}

.tour-content-wrapper .tour-step {
    margin: 0;
    font-size: 13px;
    line-height: 2;
    text-align: right;
}

.tour-step-wrapper {
    float: right;
    display: inline-block;
}

.tour-tip {
  display: none;
  position: absolute;
  background: rgba(28, 37, 46, .9);
  color: #FFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  max-width: 400px;
  border-radius: 4px;
}

.tour-tip p {
  color: #FFFFFF;
  font-size: .9em;
  line-height: 1.5em;
  margin: 1em 0;
}

.tour-tip button,
.tour-tip .button {
  background-color: #2CB2A9;
  transition: background-color 300ms ease-out;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: .8em;
  color: #FFF;
  border-style: solid;
  border-width: 0;
  margin: 0 0 1.25em;
  padding: .5em 1.25em .6em;
  border-radius: 2px;
}

.tour-tip button small,
.tour-tip .button small {
  padding-top: .625em;
  padding-bottom: .5625em;
  -webkit-appearance: none;
}

.tour-tip button:hover,
.tour-tip .button:hover {
  background-color: rgb(52, 200, 190);
}

.tour-tip .tour-arrow {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}

.tour-tip .tour-arrow.tt-top {
  border-style: solid;
  bottom: -27px;
  border-color: rgba(28, 37, 46, .9) transparent transparent !important;
}

.tour-tip .tour-arrow.tt-bottom {
  border-style: solid;
  top: -28px;
  border-color: transparent transparent rgba(28, 37, 46, .9) !important;
}

.tour-tip .tour-arrow.tt-right {
  border-style: solid;
  left: -27px;
  top: 28px;
  border-color: transparent rgba(28, 37, 46, .9) transparent transparent !important;
}

.tour-tip .tour-arrow.tt-left {
  border-style: solid;
  left: 100%;
  top: 28px;
  border-color: transparent transparent transparent rgba(28, 37, 46, .9) !important;
}

.tour-tip .tour-content-wrapper {
  padding: 1.125em 1.25em 1.5em;
}

.tour-tip .tour-content-wrapper .button {
  margin-bottom: 0 !important;
}

.tour-tip .tour-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #fff !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: 400;
  line-height: 0.5 !important;
  cursor: pointer;
}

.tour-tip .tour-close-tip:hover,
.tour-tip .tour-close-tip:focus {
  color: #eee !important;
}

.tour-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.tour-element-active {
  z-index: 120 !important;
  position: relative;
  background: #fff;
}
