body {
    margin: 20;
    width: 100vw;
    height: 100vh;  
    background-color: rgba(217, 236, 236, 0.795);
}


circle {
    cursor: pointer;
}


a {
    color: rgb(17, 17, 17);
    font-weight: bold;
    display: block;
}

.nodeGraph {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 3px;
  }

 .textBubble {
    font: 10px sans-serif;
    pointer-events: none;
    opacity: 1;
    color: rgb(0, 0, 0);
    text-anchor: middle;
  }

  .nodeTree {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 3px;
  }

  .nodeTree text {
    fill: rgb(0, 0, 0);
    stroke: steelblue;
    stroke-width: 0px;
    font: 14px sans-serif;
  }

  .nodeG {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 3px;
  }

  .nodeG .textG{
    fill: rgb(0, 0, 0);
    stroke:rgb(0, 0, 0);
    stroke-width: 0px;
    font: 14px sans-serif;
  }
span {
    display: inline-block;
    margin-top: 5px;
    padding: 2px 10px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
}

.puppies { background: #F16529; }
.js  { background: #1C88C7; }
.PoliticalDiscussion   { background: #FCC700; }

.container{
    display: flex;
}

.tooltipBubble {
    position: absolute;
    display: none;
    background-color: rgba(216, 216, 216, 0.995);
    display: flex;
    font-family: sans-serif;
    max-width: 700px;
    align-items: "center";
    justify-content: center;
    color: rgb(29, 29, 29);
    border-radius: 20px;
    border: 2px solid #525252;
}

.tooltipComments {
    position: absolute;
    visibility: hidden;
    background-color: rgba(216, 216, 216, 0.995);
    display: flex;
    font-family: sans-serif;
    max-width: 700px;
    align-items: "center";
    justify-content: center;
    color: rgb(29, 29, 29);
    border-radius: 20px;
    border: 2px solid #525252;
}

.tooltipAuthors {
    position: absolute;
    visibility: hidden;
    background-color: rgba(216, 216, 216, 0.995);
    display: flex;
    font-family: sans-serif;
    max-width: 700px;
    align-items: "center";
    justify-content: center;
    color: rgb(29, 29, 29);
    border-radius: 20px;
    border: 2px solid #525252;
}

.tooltipHist {
    position: absolute;
    display: none;
    background-color: rgba(216, 216, 216, 0.995);
    font-family: sans-serif;
    width: 100px;
    height: 100px;
    color: rgb(29, 29, 29);
    border-radius: 20px;
    border: 2px solid #525252;
}

.tooltipComArrow {
    position: absolute;
    right:100px;
    top:20px;
    display: none;
    background-color: rgba(216, 216, 216, 0.995);
    font-family: sans-serif;
    width: 500px;
    height: 300px;
    color: rgb(29, 29, 29);
    border-radius: 20px;
    border: 2px solid #525252;
}

.tooltip div {
    padding: 10px;
}

.node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 3px;
  }
  
.node text {
    font: 12px sans-serif;
}
  
.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px;
}

.linkTree {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px;
}

.linkG {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px;
}

.contenitorBubble {
    display : flex;
   flex-direction : row;
    
 }

 .arrow{
     color:steelblue;
     font-size: 40px;
     position: absolute;
     right: 30px;
     margin-top: 10px;
 }

 .comArrow{
    color:steelblue;
    font-size: 40px;
    position: absolute;
    right: 30px;
    margin-top: 50px;
    max-width: 80px;
}
