
#topcontainer {
    flex-direction: row;
    justify-content: space-around;
    width: 100%!important;
 
}

#TOC{
  width: 150px;
}

#sections {
margin-top: 20px;

}

#vis {
    display: inline-block;
    position: fixed;
    top: 100px!important;
    z-index: 1;
    left:55%;
}

.zsection {
    margin-bottom: 100px;
    height: 700px;
    font-family: "Domine";
    font-weight: 400;
    line-height: 1.4em;
    text-align: justify;
    /* display: flex;
    flex-direction: column;
    justify-content: space-around; */
}

h1, h2 {
    font-weight: 700;
    text-align: right;
    line-height: 32px;
      text-align: left!important;
}

h1 {
    font-size: 35px;
}

strong {
    color: rgb(245, 155, 155);
}



.tick line {
    stroke: 'red'
}

#tooltip {
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    box-shadow: -3px 3px 15px #939393;
    color: white;
    padding: 6px;
    font-family: "Merriweather";
    font-size: 1.1em;
    max-width: 600px!important;
    z-index: 100;
}

svg circle:hover{
    cursor: pointer;
}

.swatch {
    fill: #939393;
}

.sizeLegend2 {
    opacity: 0.7
}


.itable {
  height: auto!important;
  
  margin-top:5px;
  text-align:left;padding-left:10px;padding-right:20px;padding-top:10px;padding-bottom:10px;
  width:95.5%;
  max-height: 400px!important;
overflow-y:auto!important;
overflow-x: hidden;
transition: all 200ms ease-in-out;
  border-style: solid;border-width: 1px;border-color:#1FC1AD;
  border-radius: 10px;
  box-shadow: 0 0 35px gray;
  text-align: left!important;
  
}

.dataTable {
  font-size: 10px!important;
}

#itable1{height:950px!important;}
#itable2{height:430px!important;}
#itable3{height:350px!important;}
#itable4{height:300px!important;}
#itablefunc{height:550px!important;}



#wcont {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

