body {
  font-family: Arial;
  font-size: 0.8em;
}

#visualization {
  border: 1px solid lightgray;
  background-color: white;
}

.vis-group {
  height: 30px !important;
}

.vis-item {
  top: 5px !important;
  height: 20px !important;
}

.vis-label, .vis-foreground .vis-item, .vis-background .vis-item {
  max-height: 30px;
}

.vis-labelset .vis-label .vis-inner, .vis-item .vis-item-content {
  font-size: 12px;
  padding: 0 5px;
  /*margin: 0px;*/
}

.vis-item .vis-item-overflow .vis-item-content {
  padding-top: 0px;
}

.vis-item .red {
  color: white;
  background-color: red;
  border-color: darkred;
}

.vis-item .vis-range .vis-item-content {
  padding-top: 0;
}

.vis-item .vis-item-overflow {
  overflow: visible;
}

.vis-item.vis-background.positive {
  background-color: rgba(0, 0, 0, 0.10);
}

.vis-itemset .vis-background, .vis-itemset .vis-foreground {
  height: 100%;
  overflow: visible;
  position: absolute;
  width: 100%;
}

.vis-item.vis-background {
  background-color: rgba(213, 221, 246, .4);
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

