#cy {
  position: relative;
  height: 400px;
  z-index: 999;
  border: 1px solid #a1a1a177;
  background-color: white;
  border-radius: 8px;
  margin: 16px 0;
}

#wrapper {
  position: relative;
  min-width: 200px;
  min-height: 320px;
  width: 98%;
  height: 98%;
  margin: auto;
  padding: 0px;
  border: 0px solid #999;
  background-color: white;
}

#content-main {
  position: relative;
  width: 100%;
  height: 75%;
  margin: 0px;
  padding: 1px;
}

#content-box {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

#plot {
  height: 100%;
  width: 100%;
  margin: 0px;
  overflow: hidden;
}

#sidebar {
  height: 0px;
}

#footer {
  position: absolute;
  bottom: 0;
}

#content-info {
  padding: 10px;
}


.examples {
  color: #999;
  margin-top: 1rem;
  padding-left: 1rem;
}


.svg-container {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: auto;
  padding-bottom: 0%;
  bottom: 0px;
  vertical-align: top;
  overflow: hidden;
}

.svg-container-responsive {
  display: inline-block;
  position: relative;
  padding: 0%;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

