.ccm-tags-display ul.ccm-tag-list li {
	display: inline;
	color: #000;
	padding: 12px 8px 9px 0px;
	margin: 8px 6px 8px 0;
	float: left;
	line-height: 13px;
	height: 13px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	cursor: pointer;
}
.ccm-tags-display ul.ccm-tag-list li.regulatory {
	display: block;
    width: 95%;
	color: #000;
	padding: 12px 8px 9px 0px;
	margin: 8px 6px 8px 0;
	padding-right: 0;
    margin-right: 0;
	float: left;
	line-height: 13px;
	height: auto;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	cursor: pointer;
}
