		body { padding-top: 48px; font-family: "Lucida Console", Monaco, monospace;}
		table, table.dataTable thead th, table.dataTable tfoot th { font-size:12px; }
		/*th, td { white-space: nowrap; }*/
		table tbody .editColumn { background-color: #fafafa; }
		table tbody .editColumn a { color:#000000; }
		table tbody .editColumn a:hover { color:#aaaaaa; }
		.table-striped > tbody > tr:nth-of-type(odd) {background-color: #e9e9e9;}

		@media screen and (max-width: 767px) {
		  #example_filter.dataTables_filter {
		    float: none;
		    width: 100%;
		    text-align: center;
		    margin-top: 0.5em;
		    margin-bottom: 0.5em;
		  }
		}
		input.form-control,input.form-control:focus {
/*		    border:none;*/
		    box-shadow: none;
		   -webkit-box-shadow: none;
		   -moz-box-shadow: none;
		   -moz-transition: none;
		   -webkit-transition: none;
		}
		div.dt-buttons.btn-group {float:right;}