.drop-box {
  height: 100px;
  width: 200px;
  border: 3px dashed steelblue;
  text-align: center;
  padding-top: 30px;
}

droplet.event-dragover {
    color: red;
}

.small {
  font-size: 8px;
}

.wide {
  width: 120px;
}

.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}