.hide{
	display: none !important;
  }

  
#data-section{
	overflow-x: scroll;
}

.svg-tooltip {
	font-family: "Lato", sans-serif;
	background: rgba(69,77,93,.9);
	border-radius: .1rem;
	color: #fff;
	display: block;
	font-size: 18px;
	max-width: 320px;
	padding: .2rem .4rem;
	position: absolute;
	text-overflow: ellipsis;
	white-space: pre;
	z-index: 300;
	visibility: hidden;
}