
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');

body {
    font-family: 'IBM Plex Sans', sans-serif;
}

#app {
  min-height: 350px;
  width: 100%;
}

#visualization {
  width: 100%;
  height: 98%;
}


.treemap .node {
  padding: 15px;
  border: 1px solid white;
  font-size: 100%;
  color: #fff;
  line-height: 150%;
  overflow: hidden;
  position: absolute;
  text-indent: 1%;
  transition: background 1s;
  transition: color 0.5s;
}
/*
.treemap .node:hover {
  background: #e6e600 !important;
  color: #000;
}
*/


.tossdChart {
  position: relative;
  background: #ededed;
  width:100%;
  height: 75px;
}


rect.d3plus_data {
  stroke: white!important;
}
.d3plus_share {
}
.d3plus_label {
    //font-family: 'IBM Plex Sans', sans-serif;
}