span.carousel-quote {
  font-style: italic;
  
  padding: 0.3em;
  -webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
}

.owl-stage-outer{
  background-color: #dfdfdf;
  text-align: center;
  
  box-shadow: 4px 4px 3px #aaaaaa;
  border-radius: 0.1em;
  font-size: 1.1em;
}
.owl-item {
  padding: 0.2em;
}

div.sidebyside{
  width: 50%;
  float: left;
  padding-left: 1.5%;
}

div.chartcontainer {
  
}