/* canvis Enric */

@media print {

	.filterForm {
		display:none;
	}

	.page-header span {
		display:none;
	}

	table.table {
		width: 100%;
		font-size: 10px;
	}

	a[href]:after {
		content: none !important;
	}

	.tablefooter .pagination {
	 	display:none;
	}

	td.actions {
		display:none;
	}

	thead tr th:last-child {
		display:none;
	}

}
