#elements p[data-xel-id]
{
  border:1px solid #aaa;
  border-radius:10px;
  padding:10px;
  background-color:#efefef;
  margin:3px;
  font-size:60%;
}

#elements p[data-xel-id]:hover
{
  background-color:#a0a0a0;
}

#elements div.group-type
{
  padding:3px;
  margin-top:10px;
  box-shadow:5px 5px 5px #bbb;
  border-radius:5px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-widget-overlay
{
  opacity: 0.5;
}