.walkthrough-hole-glow {
    position: absolute;
    outline: none;
    border: 2px solid #FFFF66 !important;
    box-shadow: 0 0 36px #FFFF66 !important;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.wiki-button-container {
    text-align: center;
    margin: 10px 0 0 0;
}

.go-to-wiki-button {
    /* display: block; */
    border-radius: 4px;
    background-color: #ffffff;
    padding: 7px 10px;
    font-size: 12px;
    text-align: center;
    color: #535353;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.walkthrough-background {
    position:fixed;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    /*background-color: black;*/
    text-align: center;
    -webkit-transition: height 0s ease-out .2s, opacity .2s ease-out;
    -moz-transition: height 0s ease-out .2s, opacity .2s ease-out;
    -o-transition: height 0s ease-out .2s, opacity .2s ease-out;
    transition: height 0s ease-out .2s, opacity .2s ease-out;
    /*opacity:0;*/
    height: 0;
    overflow: hidden;
    z-index: 1000;
}

/*.walkthrough-hole {
    position: absolute;
    -moz-box-shadow: 1px 1px 3px 1997px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 1px 1px 3px 1997px rgba(0, 0, 0, .8);
    box-shadow: 1px 1px 3px 1997px rgba(0, 0, 0, .8);
    -webkit-appearance: none;
}*/

.walkthrough-element.walkthrough-text{
    margin-top: 10%;
    width: 80%;
    color: #fff;
    text-align: center;
}

.walkthrough-element.walkthrough-done-button{
    position:absolute;
    bottom: 30px;
    height: 30px;
    width: 80px;
    display: inline-block;
    right: 30px;
    margin: 0 auto;
}

.walkthrough-button-positive{
    border-color: #0c63ee;
    background-color: #387ef5;
    color: #fff;
}

.walkthrough-button-positive:hover {
    color: #fff;
    text-decoration: none;
}

.walkthrough-button-positive.active {
    border-color: #0c63ee;
    background-color: #0c63ee;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
}

.walkthrough-element.walkthrough-icon {
    height: 200px;
}

.walkthrough-element.walkthrough-arrow{
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.walkthrough-element{
    z-index: 99999;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}

.walkthrough-background.walkthrough-active{
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;

    /*opacity:1;*/
    height: 100%;
    pointer-events: all;
}

.walkthrough-transclude{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.walkthrough-hole-round{
    border-radius: 200px;
}

.walkthrough-tip-text-box {
    /*top: 128px;*/
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    /*border: 2px solid;*/
    border-radius: 10px;
    padding: 14px;
    word-break: normal !important;
    font-size:18px;
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
}

.walkthrough-container{
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
}

.walkthrough-inner{
    position: fixed;
    z-index: 3;
    width: 100%;
}

.walkthrough-container-transparency > .walkthrough-inner{
    height: 100%;
}

.walkthrough-text-container{
    position: absolute;
    width: 100%;
}

.walkthrough-container-tip .walkthrough-top, .walkthrough-container-transparency .walkthrough-top {
    top: 15px;
}

.walkthrough-container-transparency {
    background-color:black;
    opacity:0.6;
}

.walkthrough-container-tip .walkthrough-bottom {
    bottom: 1%;
}

/* take 'done' button into consideration */
.walkthrough-container-transparency .walkthrough-bottom {
    bottom: 70px;
}

.walkthrough-tip-icon-image-front{
    z-index: 1002;
}

.walkthrough-tip-icon-image-back{
    z-index: 999;
}

.walkthrough-tip-icon-text-box {
    height: 142px;
    /*right: 9%;*/
    position: relative;
    margin-bottom: -32px;
    margin-right: -250px;
    /*bottom: 70px;*/
}

.walkthrough-tip-done-button-text-box{
    /*top: 109px;*/
    /*bottom: 59px;*/
    position: relative;
    z-index: 1002;
    /*right: -7px;*/
    margin-top: 107px;
    background-color: transparent;
    border: 0;
    float: right;
}

.walkthrough-tip-done-button-no-icon{
    margin-top: -13px !important;
}

.walkthrough-tip-button-image-text-box{
    width: 42px;
    height: 42px;
}

.walkthrough-tip-text-box-color-black {
    border-color: #545454;
    background-color: #545454;
    color: #ffffff;
}

.walkthrough-tip-text-box-color-white {
    border-color: #000000;
    background-color: #ffffff;

}

.walkthrough-hero-image{
    margin-top: 15px;
}