.warning {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

	background: orange;
	/*color: white;*/
	font-weight: bold;
	min-height: 60px;
	/*line-height: 50px;*/
	/*text-transform: uppercase;*/
	padding-top: 10px;
	padding-bottom: 10px;
}

.warning.margin-sensors {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 50px;
}

.warning .progress {
	height: 10px;
	background: blue;
	max-width: 300px;
	width: 100%;
	text-align: left;
}

.warning #build-days-progress {
	height: 10px;
	width: 0px;
	background: green;
	margin-left: 0px;
}