
#container {
  width: 1200px;
  padding: 5px 0 10px 0;
}

#main {
  clear: both;
  width: 100%;
}

#controls {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}


#layouts {
  padding-left: 0;
}


p.search_title {
  display: inline;
  text-align: left;
  font-weight: normal;
  color: #777;
}

.title{
  font-size:10px;
}

.title-bold{
  font-size:10px;
  font-weight: bold;
}

#search_section {
  /*padding-top: 23px;*/
  /*padding-left: 20px;*/
}

#search_form #search {
  margin-left: 10px;
}

footer p {
  text-align: center;
}



.edge {
  fill: none;
  /*stroke-width: 1.5px;*/
}

.tooltip {
  position: absolute;
  top: 100px;
  left: 100px;
  -moz-border-radius:5px;
  border-radius: 5px;
  border: 2px solid #000;
  background: #fff;
  opacity: .9;
  color: black;
  padding: 10px;
  width: 300px;
  font-size: 12px;
  z-index: 10;
}

.tooltip p.main {
  font-size: 15px;
  text-align: center;
  padding:0;
  margin:0;
}

hr.tooltip-hr {
  padding:3px 0 0 0;
  margin:3px 0 3px 0;
}

.content {
  position: relative;
  width: 100%;
  /*height: 550px;*/
}

#side {
  position: absolute;
  top:0;
  left:0;
  height:100%;
  overflow-y:scroll;
  z-index: 100;
  width: 250px;
  height: 100%;
}

#info ul {
  padding-left: 20px;
}

#vis {
  /* position: absolute; */
  top:0;
  /* left:251px; */
  width: calc(100%);
  height: 100%;
  /*height: calc(100% - 10%);*/
}

.svg-container {
    /* display: inline-block;
    position: relative; */
    /*width: calc(100% - 251px);*/
    width: 100%;
    min-height: 500px;
    /* padding-bottom: 100%; /* aspect ratio */ */
    /* vertical-align: top; */
    overflow: hidden;
}
/* .svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
} */

/**/

#infoTitle {
  margin-bottom: 1px;
}

.connCount {
  font-size: 70%;
  color: #777;
}
