.svg{
  float: left;
}
.node {
  stroke: #fff;
  stroke-width: 1.5px;
}
.header{
  font-size: 20px;
  font-weight: bold;
  fill: #ff6600;
}
.link {
  stroke: #999;
  stroke-opacity: .6;
}
.list{
  font-size: 12px;
  fill: #666;
}
#options{
  width: 200px;
  background-color: #dedede;
  padding: 10px;
  margin: 0;
  position: absolute;
  right:0;
  top:0;
  font-size: 10px;
  height: 98%;
  overflow-y: scroll;
  overflow-x: none;
}
#search{
  margin-bottom: 10px;
  width: 160px;
}
.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
  font-size: 10px;
}
.ui-menu .ui-menu-item{
  font-size: 10px;
}
#entities a, #groups a{
  color: #6666ff;
  cursor: pointer;
}