.drop_zone {
  border: 5px solid #008484;
   height: 140px;
/*  width: 500px;
  height: 200px;
*//*  margin-bottom: 50px;
  margin-top: 50px;*/
  margin: 10px auto 10px;
  overflow-y: scroll;
}

#message {
height: 50px;
}

.drop_zone p {
    font-size: larger;
    text-align: center;
}

.drop_zone img {
    display: block;
    height: 50px;
    margin: 30px auto 0px;
   /* margin-left: auto;
    margin-right: auto;
    margin-top: 100px;*/
}

/*button {
  margin: 10px;
}*/

#buttons_div {
  /*border: 5px solid #008484;*/
  width: 500px;
  height: 100px;
/*  margin-bottom: 50px;
  margin-top: 50px;*/
  margin: 10px auto 50px;
  /*padding-left: 30px;*/
}

label {
  font-weight: bold;
}

.upload_progress {
  margin: 15px 0px 15px;
}
#example_data {
  /*border: solid red 1px;*/
  display: none;
  padding-bottom: 10px;
}

body {
  padding-bottom: 50px;
}



