table{
  margin: 30px auto;
  border-collapse: collapse;
  max-width: 100px;
}
canvas{
  margin: 30px auto;
  width: 100% !important;
  max-width: 700px;
  height: auto !important;
  min-height: 100px;
}
.form-select {
    padding: 2px 1px 3px 1px;
}
table.table-status{
    width: auto;
    margin: 20px;
    display: inline;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #343a40;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #212529;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}