<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #553447;
    overflow: hidden;
}

.builder-share-link{
    left: 529px;
    top: 334px;
    width: 105px;
    height: 45px;
    position: absolute;
    /*background-color: red;*/
    /*opacity: .4;*/
}

.coloringbuilder-share-link{
    left: 477px;
    top: 334px;
    width: 105px;
    height: 45px;
    position: absolute;
    /*background-color: red;*/
    /*opacity: .4;*/
}

.coloringbuilder-share2-link{
    left: 603px;
    top: 334px;
    width: 105px;
    height: 45px;
    position: absolute;
    /*background-color: red;*/
    /*opacity: .4;*/
}

#app-container{
    width: 1024px;
    height: 672px;
    overflow-x: hidden;
    overflow-y: hidden;
    /*margin: 0 auto;*/
}
#mainscenebounds{
    position: relative;
    width: 8000px; /* large the width the slower the scene drags */
    left: -3488px; /* (-width/2 - vpwidth/2) */
    height: 672px;
    z-index: 175;
    pointer-events: none;
    /*background-color: rgba(0, 0, 255, .4);*/
}

#mainscenedragger{
    position: relative;
    top: 5.7%;
    width: 4512px; /* dragboundswidth/2 + vpwidth/2 */
    height: 590px;
    /*background-color: rgba(255, 0, 0, .4);*/
    pointer-events: auto;
}

#mainsceneview{
    position: absolute;
    width: 1024px;
    height: 672px;
}

#view-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    bottom: 30%;
    left: 320px;
    width: 384px;
    height: 22px;
    display: inline-block !important;
    visibility: hidden;
    background: #553447; 
    border: none;
}

#view-progress-txt {
    background: url('../img/loaders/txt_loading.png') no-repeat;
    position: absolute;
    left: 357px;
    top: 510px;
    width: 310px;
    height: 27px;
    visibility: hidden;
    display: inline-block !important;
}

#view-progress::-webkit-progress-inner-element {
    background: url('../img/loaders/progressBar_under.png') no-repeat;
}

#view-progress::-webkit-progress-bar{
    border-radius: 8px;
    height: 16px;
    background-color: transparent;
}
#view-progress::-webkit-progress-value{
    border-radius: 8px;
    height: 16px;
    background: url('../img/loaders/progressBar.png') no-repeat;
}

#view-progress::-moz-progress-bar{
    border-radius: 8px;
    height: 16px;
    background: url('../img/loaders/progressBar.png') no-repeat;
}

#curtain {
    width: 1024px;
    height: 762px;
    position: absolute;
    top: 0px;
    display: none;
    z-index: 175;
    overflow-x: hidden;
    overflow-y: hidden;
}

#curtain-display-container {
    width: 1024px;
    height: 672px;
    text-align: center;
    position: relative;
    /*margin: 0 auto;*/
}
#curtain-continue-button{
    cursor: pointer;
    position: absolute;
    display: none;
}

#curtain-continue-button.touchStart{
    width: 140px;
    height: 42px;
    background: url('../img/loaders/continuebutton.png') no-repeat;
    top: 460px;
    left: 445px;
}

#curtain-continue-button.getStarted{
    width: 140px;
    height: 42px;
    background: url('../img/loaders/startbutton.png') no-repeat;
    top: 460px;
    left: 445px;
    display: none;
}

#curtain-continue-button p {
    color: white;
    font-weight: bold;
    display: none;
}

#colorbuilder-hammer-div{
    /*background-color: #00ff00;*/
    /*opacity: .3;*/
    position: absolute;
    width: 506px;
    height: 506px;
    left: 259px;
    top: 67px;
}

.jw-icon-display {
    display: none;
}

/* Fix Error div pushing app down */
#error-buffer-capture-output {
    display: none;
}

@font-face {
    font-family: 'JensonMedium';
    src: url('../fonts/jenson-medium.woff');
}
@font-face {
    font-family: 'JensonBold';
    src: url('../fonts/jenson-bold.woff');
}
</pre></body></html>