/* Upload */
#upload,#download{position:absolute;left:calc(50% - 200px);width:400px;background:#eef1e7;border-radius:2px;padding:8px}
#upload .image{width:108px;height:108px;padding:4px;background:rgba(0,0,0,0.4);border-radius:2px;float:left}
#upload .image div{position:relative;height:100%;background:#fff;overflow:hidden}
#upload span{display:inline-block;width:calc(100% - 116px);margin-left:8px;text-align:right}
#upload img{position:relative}
#upload input[type=text]{width:100%;margin:8px 0;background:#fff;color:#000;border:1px solid rgba(0,0,0,0.2);padding:8px;border-radius:2px}
#upload input[type=text]::-webkit-input-placeholder{color:#888}
#upload button,#download button{line-height:16px;padding:4px 8px;border:0;border-radius:2px;cursor:pointer;background:rgba(0,0,0,0.2);color:rgba(0,0,0,0.8);margin:0;float:right}
#upload button:hover,#download button:hover{background:rgba(0,0,0,0.1)}
#upload button.disabled,#download button.disabled{background:rgba(0,0,0,0.1);color:rgba(0,0,0,0.2);cursor:default}

#uploaded-img img{position:absolute;opacity:0;max-width:80%;max-height:80%}

#download{text-align:center}
#download button{float:none}
#download-info{margin-bottom:16px}
#download-info > div{background:rgba(0,0,0,0.1);border-radius:2px}
#download-info > div > div{width:0;height:16px;background:#78c478;border-radius:2px;transition:0.5s width}
#download-relaunch{display:none;font-size:80%}