body {
    background: inherit;
}
.message-wrapper {
    outline: 3px dashed #444;
    padding: 15px 20px;
}

.message-wrapper label {
    color: #AAA;
    font-weight: normal;
}

p.message {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
}

p.type, p.size {
    font-size: 14px;
}

#image-preview.on-display img {
    padding: 5px 5px;
    border-radius: 10px;
    border: 3px solid #777;
    margin: 20px 0;
}