.classObjectContainer {
  stroke: black;
  /*stroke-width: 1;*/
  stroke-opacity: 1;
  fill-opacity: 0;
}

.classObject {
  stroke: white;
  /*stroke-width: 1;*/
  stroke-opacity: 0;
}


.ourTooltip > * {
  background: #eee;
  box-shadow: 0 0 5px #999999;
  color: #333;
  display: none;
  font-size: 12px;
  position: fixed;
  text-align: center;
  /*width: 50px;*/
  left: 0;
  /*z-index: 25;*/
  opacity: 0.8;
}

.test {
  height: 10;
  width: 10;
  stroke: black;
  stroke-width: 1;
}

/*.border {
  stroke-width: 1;
  stroke: red;
  fill: none;
}*/

.border {
  stroke-width: 3;
  stroke: blue;
  fill: none;
}

.container {
  padding-bottom: 10px;
}

.dropdown {
  float: left;
  padding-right: 30px;
}

#subButton {
  display: none;
}
