.link {
  fill: none;
  stroke: #666;
  stroke-width: 2.5px;
}

.link.activation {
	stroke: #00CC00;
}

.link.inhibition {
	stroke: red;
}

.node.fixed rect, .node.fixed circle {
  stroke-width: 4px;
}

.node rect, .node circle, .node ellipse{
  fill: white;
  stroke: black;
  stroke-width: 2.5px;
}

.node.highlighted rect {
	stroke: red;
}

text {
  font: 10px sans-serif;
  pointer-events: none;
}

.ui-widget-graphviz {
	margin-right: 10px;
	border: 2px solid #DDD;
}

.graphvizPanel {
	right: 0px;
	position: absolute;
	background-color: none;
	z-index: 1000;
}

.graphvizPanel::before{
    content: "Graphviz layout";
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    color: #bbb;
    border-bottom: 1px solid #DDD;
    padding: 0 20px 5px 0;
}

.graphvizPanel ul{
	list-style-type: none;
	padding-left: 0px;
}

.graphvizPanel label {
	float: left;
    color: #bbb;
    display: inline-block;
    width: 200px;
}

.tooltip {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(198, 198, 198, 0.5);
    border-radius: 10px 10px 10px 10px;
    color: #333333;
    font-size: 12px;
    left: 100px;
    min-width: 260px;
    opacity: 1;
    padding: 10px !important;
    position: absolute;
    top: 100px;
    width: 300px;
    z-index: 120;
}
.tooltip p.main {
    font-size: 15px;
    text-align: left;
    padding:0px 5px;
    margin:0;
}
hr.tooltip-hr {
    background-color: rgba(198, 198, 198, 0.5);
    border: 0;
    height: 2px;
}
.tooltip .title {
    font-size: 20px;
    line-height: 24px;
}
.tooltip .name {
    font-weight:bold;
}

.ui-expansion-slider {
	float: left;
}

.ui-zoom-slider {
	float: left;
}