.green {
	background-image: -webkit-linear-gradient(top, #13fB04 0%, #58e343 50%, #ADED99 100%);
}

.orange {
	background-image: -webkit-linear-gradient(top, #f9a004 0%, #e0ac45 50%, #ead698 100%);
}


.red {
	background-image: -webkit-linear-gradient(top, #fb1304 0%, red 50%, #9f0000 100%);
}


.led {
	border-radius: 6px;
	width: 12px;
	height: 12px;
	/* box-shadow: 0px 0px 3px black; */
	margin: 0px 3px;
	display: inline-block;
	border: none;
}

.led.small {
	border-radius: 5px;
	width: 10px;
	height: 10px;
}



/* .led:after { */
/* 	display: block;             */
/* 	content: ''; */
/* 	margin-left: 1px; */
/* 	margin-right: 1px; */
/* 	width: 8px; */
/* 	height: 6px; */
/* 	-webkit-border-top-right-radius: 4px 3px; */
/* 	-webkit-border-top-left-radius: 4px 3px; */
/* 	-webkit-border-bottom-right-radius: 4px 3px; */
/* 	-webkit-border-bottom-left-radius: 4px 3px; */
/* 	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 100%); */
/* } */
/*  */
