﻿.nova-chart-status {
  text-align: center;
}
.nova-chart-status > img {
  margin-bottom: 8px;
  height: 32px;
  width: 32px;
}
.nova-chart-status > h2 {
  margin-top: -12px;
  font-size: 1.4em;
  color: #D3D3D3;
}
.nova-text-multiline {
  white-space: pre-line;
}
input[type=number].nova-number-nospinner {
  -moz-appearance: textfield;
}
input[type=number].nova-number-nospinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number].nova-number-nospinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nova-hide {
  display: none !important;
}