body {
  margin: 0;
}

.iwr-vis {
  position: relative;
  margin: 0 auto;
  width: 700px;
  height: 700px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

a.iwr-vis:link {
  text-decoration: none;
}

a.iwr-vis:visited {
  text-decoration: none;
}

a.iwr-vis:hover {
  text-decoration: none;
}

a.iwr-vis:active {
  text-decoration: none;
}

.iwr-vis-group-card-html {
  font-size: 6px;
  line-height: 6px;
}

.iwr-vis-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.iwr-vis-segment-item {
  cursor: pointer;
}

.iwr-vis-group-item {
  cursor: pointer;
}

.iwr-vis-clickable {
  cursor: pointer;
}

.iwr-vis-group-item:hover .iwr-vis-group-item-box {
  fill: #cccccc;
}
