@charset "UTF-8";

/* CSS Document */

.invisible,.totallyinvisible{
    position:absolute;
    left:-100000px;
    width:1px;
    height:1px;
    overflow:hidden;
    outline:0
}


.invisible:focus{
    position:static;
    width:auto;
    height:auto
}

.canvaswrapper{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    justify-content:center;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    width: 100%;
}

.canvaswrapper .canvas{
    box-shadow:0 0 10px rgba(0,0,0,.2);
    background:#232323
}

#puzzlesolvedtext {
    display: none;
}
