.Company_ProductGroup table {
	table-layout: fixed;
}

.Company_ProductGroup table thead th {
	vertical-align: middle;
}

.Company_ProductGroup tbody td:nth-of-type(2) {
	width: 10px;
}

.Company_ProductGroup tbody td:nth-of-type(2) i {
	font-size: large;
}

.Company_ProductGroup tbody td:nth-of-type(2) img {
	display: none;
	position: absolute;
}

.Company_ProductGroup tbody td:nth-of-type(2):hover img {
	display: block;
}

@media ( max-width : 768px ) {
	.Company_ProductGroup thead th:nth-of-type(n+2), .Company_ProductGroup tbody td:nth-of-type(n+2)
		{
		display: none;
	}
	.Company_ProductGroup table {
		table-layout: auto;
	}
	.Company_ProductGroup table col:nth-of-type(n+2) {
		width: auto !important;
	}
}


.Product-Directory .box-title .seeall,.Product-Directory .box-title .edit,.Product-Directory .box-title .remove{display:none!important;}