.danger {
	background-color: #ea6053;
	border-color: #ea6053;
}

.discomfort {
	background-color: #fcd43e;
	border-color: #fcd43e;
}

.comfort {
	background-color: #dfef87;
	border-color: #dfef87;
}

.safe {
	background-color: #9ae07c;
	border-color: #9ae07c;
}

.result .score {
	position: relative;
	border-bottom: 1px dotted #f3f3f3;
}

@media screen and (min-width: 737px) {
	.result .chart {
		position: relative;
		top: -35px;
		width: 100%;
	}

	.result .analysis {
		margin-top: 1em;
	}
}
