/**
 * Chart container
 */

@media screen {

  .chart-container {
    width: 100%;
  }

  .chart-container > * {
    margin-top: 0;
  }
}
