	#datatablesChangeDisplayLength {
		width:60px;
		padding-left: 5px;
		padding-right: 5px;
		margin-right: 5px;
	}
	
	#datatablesSearchTextField {
		width:250px;
	}
	

	
	.m-right {
		margin-right: 4px 
	}
	
	table#example tr td button {
		opacity:0.5;
		filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
	table#example tr:hover td button  {
		opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
	
	.table tbody tr:hover td, .table tbody tr:hover th {
		background-color: #eeeeea !important;
	}
	
