.tag-cont{
	margin-top:4px;
}

.tg-btn-base{
	position:relative;
	display:inline-block;
	background:#def;
	border:1px solid #ccc;
	border-radius:4px;
	margin:0 3px 3px 0;
	padding:0px 3px 1px 2px;
	line-height: 0.9rem;
	cursor: pointer;
}
.tg-btn-base:hover{background:#cde;}

.tg-btn-tools{
	position:absolute;
	display:none;
	top:-1px;
	left:97%;
	text-align:center;	
	background:#fafafa;
	border:1px solid #ccc;
	border-radius:4px;
	margin:0 3px 3px 0;
	padding:0px 3px 1px 0px;
	line-height: 0.9rem;
	cursor: pointer;
}

/* CONFIGURATIONS */
.tg-tbl{display:table;}
