body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #373737;
    background-color: #373737;
}

#headcontainer
{
    padding-top:20px;
    margin: auto;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;

    background: rgb(220, 208, 192); /* Fall-back for browsers that don't                        support rgba */
    background: rgba(220, 208, 192, .8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}
