div.dots-container{background-color:#fff;position:absolute;bottom:10px;left:30px;height:17px;width:10px;padding:0 3px;border-radius:10px;border:1px solid #609dff;box-shadow:0 0 10px 1px rgba(80,80,80,.5)}div.dots-container div.dots{background-color:#609dff;width:100%;height:3px;overflow:visible;display:flex;justify-content:space-between;border-radius:5px;padding:0 2px;margin-top:6px}div.dots-container div.dots div.dot-container{width:11px;height:11px;margin:-4px 0 4px}div.dots-container div.dots div.dot-container div.dot{width:5px;height:5px;border:1px solid #609dff;border-radius:5px;background-color:#b9d4ff;margin:3px 3px 3px;cursor:pointer;transition:width .1s,height .1s,margin .1s}div.dots-container div.dots div.dot-container:first-child>div.dot,div.dots-container div.dots div.dot-container:last-child>div.dot{background-color:#b9d4ff;width:9px;height:9px;margin:1px 1px 1px}div.dots-container div.dots div.dot-container:hover>div.dot{width:11px;height:11px;margin:0 0}div.dots-container div.dots div.dot-container.selected>div.dot{background-color:#27f;border-color:#27f;width:11px;height:11px;margin:0 0;cursor:default}div.dots-container.hide{display:none}div.notice{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2000;background-color:#ee0;font-size:30px;padding:20px}@media screen and (min-width:1100px){div.notice{display:none}}div.tile{position:absolute;top:10px;left:10px;width:400px;background-color:#fff;border:1px solid #27f;box-shadow:0 0 10px 1px rgba(80,80,80,.5);padding:5px;overflow:auto}.title-bar{display:flex;justify-content:space-between;align-items:center}.zoom{text-align:center}h1>a{color:inherit;text-decoration:inherit}.myCanvas{background-color:#fff;width:100%;height:100%}.canvas-container{width:100%;height:100%;z-index:0;position:absolute;top:0;left:0;overflow:hidden}div{box-sizing:border-box}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}#nav{padding:30px}#nav a{font-weight:700;color:#2c3e50}#nav a.router-link-exact-active{color:#42b983}@font-face{font-family:Fenix;src:url(/fonts/fenix/Fenix-Regular.ttf)}body{margin:0 0;padding:0 0;background-color:#fff;font-family:Fenix,serif}a{color:#27f;text-decoration:none;cursor:pointer}p.warning{color:red}h1.title,h3.title,h4.title{margin:0}