<style>
	tfoot input {
			width: 100%;
			font-size: 8pt;
			padding: 1px;
			box-sizing: border-box;
		}
	/* body.waiting * {
		cursor: progress;
	} */
	div.settings {
		display:grid;
		grid-template-columns: max-content max-content;
		grid-gap:5px;
		color: black;
		font-family: "Helvetica Neue", Arial, sans-serif;
		font-size: .8125em;
		line-height: 1.4;		
	}
	div.settings label       { text-align:right; }
	div.settings label:after { content: ":"; }
	#btnSearchWells {
		margin-left: 150px;
		margin-top: 8px;
	}
 	#wellsTable > tbody > tr > td	{
		/* white-space:nowrap; */
	}
	#wellsTable {
		/* table-layout: fixed; */
	}
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftHeadWrapper > table > thead > tr:nth-child(2) > th:nth-child(1) > input[type=text],
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftHeadWrapper > table > thead > tr:nth-child(2) > th:nth-child(2) > input[type=text],
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table > thead > tr:nth-child(2) > th:nth-child(3) > input[type=text],
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table > thead > tr:nth-child(2) > th:nth-child(9) > input[type=text],
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table > thead > tr:nth-child(2) > th:nth-child(24) > input[type=text] {
		display: none;
	} 
	/* #wellsTable td:nth-child(3),
	#wellsTable td:nth-child(4) {
	  width: 50px;
	  max-width: 50px;
	} */
	
	/* table.dataTable tbody th, table.dataTable tbody td {
		white-space: wrap;
	} */
	
	/* #wellsTable_wrapper > div.DTFC_ScrollWrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table > thead > tr:nth-child(1) > th:nth-child(1),	
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table > thead > tr:nth-child(2) > th:nth-child(1),
	#wellsTable > thead > tr:nth-child(1) > th:nth-child(1),
	#wellsTable > tbody > tr:nth-child(1) > td:nth-child(1),
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.dataTables_scroll > div.dataTables_scrollFoot > div > table > tfoot > tr > th:nth-child(1),
	#wellsTable > tfoot > tr > th:nth-child(1),
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftHeadWrapper > table > thead > tr:nth-child(1) > th:nth-child(1),
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftHeadWrapper > table > thead > tr:nth-child(2) > th.sorting_asc,
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftHeadWrapper > table > thead > tr:nth-child(1) > th:nth-child(2),
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th:nth-child(1),
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > thead > tr:nth-child(1) > th:nth-child(2),
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > tbody > tr.odd > td.sorting_1,
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > tbody > tr.even > td.sorting_1,
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > tbody > tr:nth-child(1) > td:nth-child(1),
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > tbody > tr:nth-child(1) > td:nth-child(1),
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftFootWrapper > table > tfoot > tr > th:nth-child(1),
	#wellsTable_wrapper > div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftFootWrapper > table > tfoot > tr > th:nth-child(2) {
		width: 47px !important;
	} */
	
	div.pganchors {
		display: inline-grid;
		grid-template-columns: auto auto auto auto;
		grid-gap:30px;
		justify-content: space-evenly;
		width: 100%;
	}
	</style>