body{
margin:0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:14px;
}

.dataTables_filter {
float: left;
text-align: left;
font-size: 20px;
}

.dataTable {
	width:100%;
}

.dataTables_wrapper th {
	text-align: left;
}

.dataTables_wrapper td {
	vertical-align:top;
}

.dataTables_wrapper .dataTables_filter {
	float:left;
}

input[type="search"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}
input[type="search"]:focus {
  outline: none;
}

div.DTS tbody td {
  white-space: normal;
}

.controls {
  font-size: 16px;
}

.outer-wrapper {
  margin: 0px 5px; 
}

.subTitle {
  font-size:1.1rem;
}