.introjs-tooltip {
    background-color: transparent;
    color: white;
    box-shadow: none;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
}

.introjs-tooltipReferenceLayer {
    width: 100%;
    height: 100%;
}
.introjs-arrow {
    display: none;
}
.introjs-tooltipbuttons {
    bottom: 30px;
    position: absolute;
    right: 10px;
}
.introjs-button {
    background: #56A8D7;
    height: 45px;
    width: 100px;
    line-height: 45px;
    text-align: center;
    color: white;
    text-shadow: none;
    font-weight: bold;
    border: none;
    margin-right: 20px;
    font-size: 20px;
}
.introjs-button:hover {
    box-shadow: none;
    cursor: pointer;
    color: white;
    background: #56A8D7;

}

.introjs-showElement, tr.introjs-showElement>td, tr.introjs-showElement>th {
    z-index: 999999999!important;
}
.introjs-tooltiptext {
    padding-right: 10px;
    margin-left: 10px;
}
.introjs-hidden {
    position: absolute; width: 5px; height: 5px; top: -10px;
}