/*!
 * search.css
 *
 * XAVIER PAYEN
 *
 * Date: 2018-05-15
 */	
#products-library-ico-search {
    position: absolute;
    display: inline-block;
    right: 0px;
}


table.item,
table.item tr,
table.item tr td{
	border: none;
	margin: 0 !important;
}
table.item tr td.icon{
	width: 32px;
	padding: 0.2em;
	text-align: center;
}
table.item tr td.type{
	width: 90px;
	padding: 0.2em;
	font-size: 0.8em;
	text-align: left;
}
table.item tr td.link{
	text-align: left;
	padding: 0.2em;
	line-height:1.3em;
}
table.item tr td.link a{
	color: black;
	text-decoration: none;
	font-size: 0.9em;
}
