/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress,sub,sup {
    vertical-align: baseline
}

button,hr,input {
    overflow: visible
}

[type=checkbox],[type=radio],legend {
    box-sizing: border-box;
    padding: 0
}

body,svg:not(:root) {
    overflow: hidden
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

button,input,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

a,body,div#info {
    color: #000
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

div#info {
    xxfont-weight: bold
}

div.loading {
    width: 44px;
    height: 44px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,.45);
    border-radius: 50%;
    -webkit-animation: rot 10ms linear forwards infinite;
    animation: rot 10ms linear forwards infinite;
    display: none
}

.zoooom {
    -webkit-transform: scale(10);
    transform: scale(10)
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0) scale(.1)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

@keyframes rot {
    0% {
        transform: rotate(0) scale(.1)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

body,html {
    padding: 0;
    margin: 0;
    min-height: 100%
}

body {
    width: 100%;
    height: 100%
}

div#full {
    cursor: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: 10px;
    padding-right: 6px
}

div#backgroundimg,div#link {
    position: fixed;
    top: 0;
    left: 0
}

a {
    font: 12px Arial,sans-serif;
    text-decoration: none
}

div#backgroundimg {
    background: #bbb;
    width: 100%;
    height: 100%;
    z-index: -10;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

div#link {
    width: 128px;
    height: 128px;
    z-index: 20
}

div#info {
    xxxfont-weight: lighter;
    xxline-height: 20px;
    xxz-index: 200000;
    position: absolute;
    top: 5px;
    left: 88px;
    text-align: left;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    xxfont-family: Menlo,Andale Mono
}

canvas,div#OBJWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1
}

div#Output {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}
