.hide_the_reader {
	display: none;
}

.cpd_memory.populated { 
	background: #C44536;
	display: flex;
	width: 100%;
	height: 6px;
	position: relative;
	top: 10px;
}

.cpd_memory.populated .percentage {
	background: #EDDDD4;
	flex-grow: 1;
	transition: background-color 1s ease-in-out;
}

.cpd_memory.populated .percentage.cleared {
	background: none;
}

.scrollgress > div {
	background: #C44536;
}

.scrollgress {
	z-index: 9;
}