[data-preference]{
    display: none;
}

#drag-drop-area{
    position: relative;
    z-index: 9999;
    width:300px;
    height:100px;
    line-height:100px;
    border:5px dashed #CCC;

    font-family:Verdana;
    text-align:center;
}

body.form-sent .entry-content p{
    display: none;
}

body.form-sent .entry-content .confirmation-text p{
    display: block;
}

.no-form-link, .visible-form{
    display: none;
}