#wr95-desktop-area {
  background: #008080;
  width:100%;
  height:100vh;
  position:relative;
  padding:24px;
  box-sizing:border-box;
  font-family: "MS Sans Serif", "Tahoma", sans-serif;
}
.wr95-icon {
  width:90px;
  text-align:center;
  position:absolute;
  cursor:move;
  user-select:none;
  transition: box-shadow .08s ease;
}
.wr95-icon img{ width:48px; height:48px; display:block; margin:0 auto 6px auto; image-rendering: pixelated; }
.wr95-icon span{ font-size:12px; color:#fff; text-shadow:1px 1px #000; display:block; }
.wr95-icon.dragging{ opacity:0.9; box-shadow: 0 4px 10px rgba(0,0,0,0.4); }
