/* Gets rid of the random text boxes that plotly generates */
.edrag, .wdrag, .ndrag, .sdrag{
    pointer-events:  none !important;
  }

  /* Modebar button color */
  .modebar-container .modebar-group .modebar-btn svg path{
    fill:black !important;
  }
/******************************************* Econ Dev Page ***************************************/
/* Used to deal with margin issues within the xs breakpoint for the Exports plot. */

.modal-graph{
  min-height:450px;
}