body {
  background-color: #c3c3c3!important;
}

.table-scrollable {
  overflow-y: auto;
  max-height: 300px;
  box-shadow: inset 0 0 5px rgba(150, 150 ,150,0.35);
  margin: auto;
}
