﻿.dropzone { border: 2px dashed #0087F7; border-radius: 5px; background: white; min-height: inherit; }
    .dropzone a.dz-remove,
    .dropzone-previews a.dz-remove { background-image: -webkit-linear-gradient(top, #fafafa, #eee); background-image: -moz-linear-gradient(top, #fafafa, #eee); background-image: -o-linear-gradient(top, #fafafa, #eee); background-image: -ms-linear-gradient(top, #fafafa, #eee); background-image: linear-gradient(to bottom, #fafafa, #eee); -webkit-border-radius: 2px; border-radius: 2px; border: 1px solid #eee; text-decoration: none; display: block; padding: 4px 5px; text-align: center; color: #aaa; margin-top: 10px; }
        .dropzone a.dz-remove:hover,
        .dropzone-previews a.dz-remove:hover { color: #666; }
    .dropzone .dz-filename { z-index: 8; }
    .dropzone .dz-image img { width: 120px; height: 120px }
