#demand-area {
    width: 90%;
    max-width: 1024px;
    margin: 20px auto;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1rem;
    border: 2px #990000 solid;
}

#demand-area a {
  text-decoration: underline;
	font-size: 1.6rem;
	font-weight: normal;
}

#demand-bar-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 1rem;
}

#demand-bar {
    display: flex;
    flex-direction: column;
	align-items: center;
    gap: 3px 0;
}

#demand-bar-demand {
  display: flex;
  background: #e0e0e0;
	height: 32px;
	width: 200px;
}

.demand-bar-green {
    background: #00c853;
}

#demand-bar-hint {
    display: flex;
    height: 2px;
}

#demand-ratio {
    font-size: x-large;
    text-decoration: underline;
    margin-bottom: 0.8em;
}

#demand-axis-labels {
    display: flex;
    justify-content: space-between;
	width: 230px;
}

#demand-axis-labels > div {
    display: flex;
    justify-content: center;
    width: auto;
    font-size: 7.5pt;
}

.demand-text-green {
    color: #00c853;
}

.demand-text-yellow {
    color: #ffea00;
}

.demand-text-red {
    color: #f44336;
}
