
.wth_margin-top-50 {
    margin-top: 50px;
}

.mycc_overlay_container{
    position: relative;
}
.mycc_overlay{
    position: fixed;
    top: 0;
    margin-left: -15px;
    color:#0066CC;
    width: 1050px;
    height: 100%;
    z-index: 10;
    background:rgba(255,255,255,0.5);;
    text-align:center;
    overflow: hidden;
}

.expiration_time{
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    z-index: 3000;
}

.placeholder {
    color: rgba(19, 19, 19, 0.5);
}

.no-scroll {
    overflow: hidden;
}

#configId div.spinner::after{
    content: "Please wait while we build your cabin";
    position: absolute;
    top: 30px;
    left: -100px;
    width: 300px;
}