input[type=file]{
	opacity:0;
}
#preview{
	max-width:300px;
	margin: 0 auto;
}
#preview div{
	margin: 1em 0 0 0;
}
#preview div canvas{
	width:100%;
}
#info{
	margin:.3em;
}
.button{
	background: #2196f3;
    color: #fff;
    padding: .2em .6em;
    border-radius: .3em;
    font-size: 1.2em;
    cursor: pointer;
}
#SVGcode{
	width:100%;
}
#SVGcode svg{
	width:100%;
}