/***BEGIN ResourceUsage.css***/
.bolt-progress-bar-bar.red-bar {
  background: red; }

.bolt-progress-bar-bar.green-bar {
  background: green; }

.bolt-progress-bar-bar.orange-bar {
  background: orange; }

.data-container {
  margin-top: 1.15vh; }

.progress-bar-container {
  position: relative;
  height: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 80% !important; }

.usage-text {
  font-size: 0.857rem;
  margin-left: 1vh;
  width: calc(100% - 200px); }
/***END ResourceUsage.css***/

