.parcoords > canvas {
  font: 14px sans-serif;
  position: absolute;
}
.parcoords > canvas {
  pointer-events: none;
}
.parcoords text.label {
  cursor: default;
}
.parcoords rect.background:hover {
  fill: #220fea;
}
.parcoords canvas {
  opacity: 1;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.parcoords canvas.faded {
  opacity: 0.25;
}
.parcoords {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
}


/*#parallel,*/
/*#example,*/
/*#example-axes,*/
/*#example1,*/
/*#example2,*/
/*#example3,*/
/*#example-zscore,*/
#parallelForPeptideToProtein {
  height: 200px;
  margin: 12px 0;
}
/*p {*/
  /*width: 560px;*/
/*}*/
pre {
  color: #444;
  font-family: Ubuntu Mono, Monaco, monospace;
  padding: 4px 8px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  word-wrap: auto;
}
/*h1 small {*/
  /*font-weight: normal;*/
  /*font-size: 0.5em;*/
/*}*/
/*h3 {*/
  /*margin-top: 40px;*/
/*}*/
.float {
  float: left;
}
.centered {
  text-align: center;
}
.hide {
  display: none;
}