/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.graph-columns-wrapper {
  display: flex; }
  .graph-columns-wrapper .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  .graph-columns-wrapper .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 16px 0; }
    .graph-columns-wrapper .column:nth-child(odd) {
      margin-right: 32px; }
    .graph-columns-wrapper .column .base_chart {
      max-width: 384px; }

body.single-chart {
  background-color: white; }

.button-add-year {
  font-size: 13px;
  background: black;
  color: white;
  width: 90px;
  padding: 8px;
  text-align: center;
  cursor: pointer; }

/*# sourceMappingURL=kib-charts-public.css.map */
