#square {
height:200px;
width:200px;
background-color:blue;

}

#target {
height:300px;
width:300px;
background-color:yellow;
}
.ui-menu { width: 150px; }
#selection .ui-selecting { background-color: pink; }
  #selection .ui-selected { background-color: blue }