#chart-component > *  {
   -webkit-box-ordinal-group: 10;
   -moz-box-ordinal-group: 10;
   -ms-flex-order: 10;
   -webkit-order: 10;
   order: 10;
}

#chart-component .dm-component-header {
   -webkit-box-ordinal-group: 0;
   -moz-box-ordinal-group: 0;
   -ms-flex-order: 0;
   -webkit-order: 0;
    order: 0;
}

#chart-component imf-legend {
   -webkit-box-ordinal-group: 2;
   -moz-box-ordinal-group: 2;
   -ms-flex-order: 2;
   -webkit-order: 2;
   order: 2;

   z-index: 3000;
}

#chart-component .dm-legend-item:nth-last-child(1):nth-child(odd) {
   border-bottom: none;
}

#chart-component imf-legend {
   border-bottom: 1px solid #dbdbda;
}

.dm-component-footer a:after {
   content: ", October 2017\A0\A0\A0\25BA";
   padding-left: 0;
}
