.tag-selected {
	background: #ffe7a8;
	border-radius: 12px;
	border: 3px solid #b0d4ff;
	font-weight: bold;
}

.tema-tag,
.medarb-tag {
	display: inline-block;
	background: #e0f0ff;
	color: #036;
	border-radius: 12px;
	padding: 2px 8px;
	margin-right: 4px;
	cursor: pointer;
	border: 1px solid #b0d4ff;
}

.tema-tag:hover,
.medarb-tag:hover {
	background: #e0e0e0;
}

.tag-selected:hover {
	border-color: #d31414;
	cursor: grab;
}
