/*
  CSS Name:     CCMP Custom styles
  Author:       Lorenzo T. Flores
  Version:      1.0.0
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.node rect {
  cursor: move;
  fill-opacity: .9;
  shape-rendering: crispEdges;
}
 
.node text {
  pointer-events: none;
  text-shadow: 0 1px 0 #fff;
}
 
.link {
  fill: none;
  stroke: #000;
  stroke-opacity: .2;
}
 
.link:hover {
  stroke-opacity: .5;
}

#sankey {
  font-size: 10px;
}

#tooltip {
  color: white;
  opacity: .9;
  background: #333;
  padding: 5px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  /*white-space: nowrap;*/
  max-width: 400px;
  pointer-events: none;
}

.pdfobject-container {
  height: 900px;
}
.pdfobject {
  border: 1px solid #666;
}

path {
  shape-rendering: smoothEdges;
}

.iis-caption .iis-caption-content {
  font-size: 15px !important;
  font-family: 'Bitter', serif;
}

#ccmp-matrix-wrapper {
  height: 550px;
  width: 700px;
}
