.legend {
    text-align:center;
    font-style: italic;
    font-size:0.9em;
    line-height: 1.4em;
    color:#555;
    max-width: 60%;
    margin-bottom:32px;
    margin-left: auto;
    margin-right: auto;
}

p {
    line-height: 1.75em;
    text-align: justify;
}

figure {
    /*  float: right;
      width: 30%;*/
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;
}

.shadowed {
    /*box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);*/
    border: 1px solid #777;
    margin-bottom: 10px;
}

.shadowed::after {
    color:red;
}

#container-fusion{
    width: 100%;
    height: 500px;
    text-align: center;
    align-items: center;
}

div.barplot {
    overflow:hidden;
  }
  div.barplot > div.barplot-content {
    height:350px;
    width:100%;
    margin-top:10px;
  }
  div.barplot > div.barplot-content > div.barplot-steps {
    position:relative;
    height:100%;
    width:5%;
    display:inline-block;
  }
  div.barplot > div.barplot-content > div.barplot-steps > div.barplot-step {
    position:absolute;
    left:0;
    bottom:0;
    margin-bottom:-10px;
    text-align:right;
    width:80%;
  }
  div.barplot > div.barplot-content > div.barplot-bars {
    height:100%;
    width:95%;
    display:inline-block;
  }
  div.barplot > div.barplot-content > div.barplot-bars > div.barplot-bar {
    display:inline-block;
    position:relative;
    height:100%;
  }
  div.barplot > div.barplot-content > div.barplot-bars > div.barplot-bar > div {
    position:absolute;
    bottom:0;
    left:0;
    background:#17a2b8;
    width:90%;
  }
  div.barplot > div.barplot-footer {
    width:100%;
    height:150px;
    position: relative;
    overflow:hidden;
  }
  div.barplot > div.barplot-footer:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(transparent 90%, white);
    pointer-events:none;
  }
  div.barplot > div.barplot-footer > div.barplot-barnames {
    display:inline-block;
    position:relative;
    width:95%;
    margin-left:5%;
  }
  div.barplot > div.barplot-footer > div.barplot-barnames > div.barplot-barname {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:0;
    transform:rotate(-45deg);
    transform-origin:top right;
    white-space:nowrap;
    text-align:right;
  }