body {
	margin:0;
	padding:0;
	font-family:  'Montserrat';
	line-height: 1.5em;
	font: 12px Helvetica;
}

.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

#main_container{
    margin:0px auto;
    width:720px;
    height:720px;
    margin-top:20px;
    margin-left:20px;
    float:left;
    border-radius:6px;
}

#option_container{
    margin:0px auto;
    width:340px;
    height:720px;
    margin-top:20px;
    margin-left:20px;
    float:left;
    border-radius:6px;
}

rect {
  fill: none;
  /*stroke: brown;*/
  pointer-events: all;
}

.node {
  fill: #000;
}

.cursor {
  fill: none;
  stroke: red;
  pointer-events: none;
}

.link {
  stroke: #999;
  stroke-width: 2.0;
}

.linksmall {
  stroke: #999;
}

.field_set{
  border-color: #dedede;
  border-style: solid;
}

.legend_text{
  font: 12px Helvetica;
  color: #555555;
}

#range-cir-slider {
    float: left;
    clear: left;
    width: 300px;
}

#range-cir-in-slider {
    float: left;
    clear: left;
    width: 300px;
}

#subgraph-slider {
    float: left;
    clear: left;
    width: 300px;
}

#range-cir-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

#range-cir-in-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

#subgraph-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

