.statusPoint{
	display: inline-block;	
	width: 11px;
	height: 11px;
	border-radius: 5px;
	background-color: red;
}

.statusPoint.success{
	background-color: #01DF01;
	border: 1px solid #298A08;
}

.statusPoint.danger{
	background-color: #DF0101;
	border: 1px solid #B40404;
}

.statusPoint.warning{
	background-color: #FE9A2E;
	border: 1px solid #B45F04;
}