  .draggable {
	/* display: inline-block; */
	vertical-align: top;
	border: 4px solid #bbb;
	border-radius: 4px;
	background-color: #f5f5f5;
	/* position: absolute; */
	top: 20px;
	left: 20px;
	z-index: 500;
  }

  .handle {
	background-color: lightblue;
	cursor: move;
	text-align: center;
	font: bold 12px sans-serif;
  }

  #infoDraggable {
	font: 12px helvetica, sans-serif;
	max-width: 260px;
	position: absolute;
	right: 0;
	margin: 10px;
	z-index: 3000;
  }

  #myInfo {
	width: 100%;
	/* overflow: hidden; */
  }

  #myPaletteDiv {
	background-color: #f5f5f5;
	width: 100%;
	height: 100%;
  }

  #paletteContainer {
	position: absolute;
	bottom: 14px;
	left: 0px;
	right: 0px;
	top: 14px;
  }