.label.label-laboratory {
	font-weight: inherit;
	font-size: 100%;
	padding: 3px 10px 3px 10px;
	margin-top: -1px;
	border: 1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

	.label.label-laboratory.labType-1 {
		background-color: #df5f51;
		color: white;
	}

	.label.label-laboratory.labType-2 {
		background-color: #42a1ee;
		color: white;
	}

	.label.label-laboratory.labType-3 {
		background-color: #cbeb45;
		color: gray;
		text-shadow: none;
	}
