.list-panel.tag-cloud{
	border:1px solid #666;
	display:flex;
	flex-wrap:wrap;
}

.list-panel.tag-cloud .list-item{
	margin:2px;
	background-color:#666;
	color:#fff;
	display: flex;
    align-items: center;
}

.list-panel.tag-cloud .list-item .label-outer{
	display: flex;
    align-items: center;
}

.list-panel.tag-cloud .list-item .label-outer label.caption-label{
	display: flex;
    align-items: center;
}
	
/* hide the checkbox */
.list-panel.tag-cloud .list-item input {
	display:none;
}

.list-panel.tag-cloud .list-item .x:before{
	content: "x";
	display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    background-color: #ffffff73;
    border-radius: 50px;
    width: 15px;
	height: 15px;
}