.customTooltip * {
    color: #4a4a4a;
    font-size: 14px;
}

.customTooltip .introjs-tooltip-header {
    background-color: #3c50e0;
    padding: 10px;
    min-height: 1.5em;
}

.customTooltip .introjs-tooltip-title {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
}

.customTooltip .introjs-skipbutton {
    color: #ffffff;
}

.customTooltip .introjs-bullets {
    padding-top: 0px;
}

.customTooltip .introjs-button {
    padding: 0.3em 0.8em;
    border: 1px solid #d4d4d4;
    text-shadow: 1px 1px 0 #fff;
    font: 11px/normal sans-serif;
    color: #333;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    /* IE hacks */
    zoom: 1;
}

.introjs-helperLayer {
    border: solid white !important;
}