body {
  font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
}

.dataTables_wrapper {
  padding: 0px;
}
.dataTables_wrapper * {
  font-family: "Montserrat", arial, sans-serif !important;
}
.dataTables_wrapper .bottom {
  padding: 10px 10px 5px 10px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.dataTables_wrapper .bottom div li {
  padding: 0px !important;
}
.dataTables_wrapper .bottom .dataTables_info {
  margin-top: 4px;
  white-space: pre-wrap !important;
  word-wrap: break-word;
  width: 200px;
  position: relative;
}
.dataTables_wrapper .bottom .dataTables_filter, .dataTables_wrapper .bottom .dataTables_length {
  margin-top: 0px;
}


table.dataTable thead .sorting, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
  background-image: none !important;
}
