body {
  font-family: Arial;
  font-size: 12px;
}

/* hide the table by default */
.stock-table.fetching {
  visibility: hidden;
}

.stock-table {
  visibility: visible !important;
}

.dataTables_wrapper {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}