body {
  font-family: sans-serif;
}
a {
  color: #369;
}
.note {
  width: auto;
  font-size: 1.1em;
  color: #333;
  text-align: justify;
}
#drop-area {

}
#drop-area.highlight {

}
p {
  margin-top: 0;
}
.my-form {
  margin-bottom: 10px;
}
#gallery {
  margin-top: 10px;
}
#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.button:hover {
  background: #ddd;
}
#fileElem {
  display: none;
}