        body { font-family: Ubuntu, sans-serif; }
        #dropPlace {
            width:100%;
            height: 200px;
            border: 3px dashed #ccc;
        }

        .file {
            position: relative;
            width: 100%;
            clear: both;
            padding: 5px;
        }

            .file img {
                float: left;
            }

            .file canvas {
                float: left;
            }

            .file span {

                padding: 15px;
                width: 200px;
            }

            .file div {
                text-align:center;
                padding:5px;
            }

        .close {
            position: absolute;
            right: 5px;
            top: 5px;
            text-decoration: none;
        }