div#eval.eval_history {
  height: 300px;
  width: 100%;
  font-family:'BitstreamVeraSansMonoRoman', monospace;
  color: black;
  white-space: pre;
  overflow: auto;
}

.matlab_warning {
  color: red;
}

.spinner {
  z-index: 1;
  position: relative;
  margin: auto;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
}

.editorSpinner {
  z-index: 1;
  position: absolute;
  top: 46%;
  left: 46%;
  right: 0;
  bottom: 0;
}

.lineNode {
  word-wrap: normal;
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

.eval_iot_analytics_show_style{
  font-family:'BitstreamVeraSansMonoRoman', monospace;
  color: black;
  white-space: pre;margin:20px;
}
