.tx-ufspublications .table-responsive .dataTables_wrapper .dataTables_filter {
	clear: both;
	margin-top: 0px;
	text-align: left;}
.tx-ufspublications .table-responsive .dataTables_wrapper .dataTables_filter label {
	text-align: left;
	width: 100%;}
.tx-ufspublications .table-responsive .dataTables_wrapper .dataTables_filter label input,
.tx-ufspublications .table-responsive .dataTables_wrapper .dataTables_filter label select {
	width: 100%;
	display: block;
	padding: 5px;
	border-radius: 0px;}
.tx-ufspublications .table-responsive .dataTables_wrapper .dataTables_filter label input {
	margin-left: 0px;}
.tx-ufspublications .table-responsive .dataTables_wrapper .dataTables_filter label input:after {
	content: 'hello';
	display: block;
	position: absolute;}
.tx-ufspublications .table th:nth-child(4) {
	white-space: pre-line;
	width: 190px;
	/*word-break: break-all;*/
}
.tx-ufspublications .table td:nth-child(4) {
	white-space: pre-line;
	width: 190px;
	/*word-break: break-all;*/
}

@media (min-width: 641px) {
	.tx-ufspublications .table-responsive .dataTables_wrapper .dataTables_filter {
		float: none;}
}

@media (min-width: 768px) {	
	.tx-ufspublications .table-responsive .dataTables_wrapper .dataTables_filter label input,
	.tx-ufspublications .table-responsive .dataTables_wrapper .dataTables_filter label select {
		width: 50%;}
}