/* svg {
  border: thin gray solid;
  background: rgba(128, 128, 128, .5);
} */

/* body{
  background-color:rgb(245,248,244);
  text-align:center;
  font-family: "Lucida Sans", Verdana, sans-serif;
} */

body {
    font-family:"Helvetica Neue";
    color: #686765;
}

h2{
  color: black;
}
.name {
    float:right;
    color:#27aae1;
}
.axis {
    fill: none;
    stroke: #AAA;
    stroke-width: 1px;
}
text {
    stroke: none;
    fill: #666666;
    font-size: 2em;
    font-family:"Helvetica Neue"
}
.label {
    fill: #414241;
}
 .node {
    cursor:pointer;
} 
.dot {
    opacity: .7;
    cursor: pointer;
}

circle{
  fill: steelblue;
}

/* .axis path,
.axis line{
    fill: none;
    stroke: grey;
} */
 
.axis text {
    font-family: sans-serif;
    font-size: 11px;
    font-weight:400;
    color:grey;
}

.tooltip{
  position: absolute;
  width: 120;
/*  height: auto
*/  
  line-height: 1;
  font-size: 12px;
  text-align: center;
  border-style: solid; 
  border-width: 1px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 2px;
  padding: 12px;
 }

  *, *::after, *::before {
  box-sizing:border-box;
} 

/*     .tooltip {
      line-height: 1;
      font-weight: bold;
      padding: 12px;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      border-radius: 2px;
    }*/
    
/*    Styling of extender    */      
/*    .tooltip:after {
      box-sizing: border-box;
      display: inline;
      font-size: 10px;
      width: 120;
      height: auto;
      color: rgba(0, 0, 0, 0.8);
      content: "\25BC";
      position: absolute;
      text-align: center;
    }*/
      
     /* Styling of tooltips*/
/*    .tooltip.n:after {
      margin: -1px 0 0 0;
      top: 100%;
      left: 0;
    } 
*/

/*.tooltip{
position: absolute;
width: 120;
height: auto;
font-family: simsun;
font-size: 14px;
text-align: center;
border-style: solid; 
border-width: 1px;
background-color: white;
border-radius: 5px;
}*/



.dimentitle{
  text-align:center;
}

.col-1-2{
  float:left;
  width:50%;
  padding:0;
  margin-left: 40px;
/*  margin:0;
*/}

.col-2-2{
  float:left;
  width:40%;
  padding:0;
  margin-top: 90px;
}

#content1:after{
  content: "";
  display: table;
  clear: both;
}

.col2-1-2{
  float:left;
  width:50%;
}

.col2-2-2{
  float:left;
  width:50%;
}

.col3-1-2{
	float:left;
	width:30%;
}

.col3-2-2{
	float:left;
	width:70%;
}

#labelDescription{
    position: fixed;
    bottom: 0;
    right: 0;
    padding:2em;
    background-color: rgba(255,255,255,0.5);
}