.dropper {
  background-color: #555;
  border: 1px solid #111;
  border-radius: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.drop_hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8) inset; }

.draggable {
  margin: 10px 10px 10px 10px;
  width: 150px;
  height: 150px;
  color: #570f09;
  background-color: #570f09;
  border: 4px solid #3D110F;
  font-size: 2em;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.avatar {
  background-image: url("/assets/img/avatar0.png");
  background-position-x: center;
  background-position-y: -2px;
  background-repeat: no-repeat;
  background-size: 75%;
  background-color: #570f09; }

