div.result{
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
    font-weight: 600;
    background: #848484;
    padding: 20px;
    line-height: 1.2;
}
div.result.low_risk{
	background: #BCCB32;
}
div.result.medium_risk{
	background: #FBC825;
}
div.result.high_risk{
	background: #EA6B7C;
}
div.result.vhigh_risk{
	background: #e6532e;
}
