@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body{color:#555;user-select:none;background-color:#fff;font-family:roboto slab,serif;font-size:14px;overflow:hidden}canvas{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;-webkit-tap-highlight-color:transparent}#heading{position:absolute;top:16px;left:16px;margin-top:0}#canvas-container{user-select:none;position:absolute;top:0;left:0;width:100%;height:100%}#loader{background-color:#fff;position:absolute;top:0;left:0;width:100%;height:100%}#loader>.label{position:absolute;top:50%;left:50%;text-align:center;width:300px;height:48px;margin-top:-24px;margin-left:-150px}#credits-button{user-select:none;position:absolute;right:16px;top:16px;width:48px;height:48px}#credits-icon{user-select:none;position:absolute;right:0;top:0;width:32px;height:32px}.quality-setting{user-select:none;padding-right:8px;padding:4px;border-radius:4px;cursor:pointer;margin-right:4px}.quality-setting.selected{user-select:none;border:1px solid #888}#half-res-button{left:0;bottom:-32px}#credits{user-select:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;background-color:rgba(255,255,255,.75);display:none}#credits>.center{user-select:none;position:absolute;top:50%;left:50%;margin-left:-128px;margin-top:-150px;width:256px;height:256px}a{color:#555}.disable-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#loader>.label>.spinner{user-select:none;display:block;margin:auto;margin-top:8px;max-width:20px;-webkit-animation:spin .3s linear infinite;-moz-animation:spin .3s linear infinite;animation:spin .3s linear infinite}