body {
  background: url("../img/volvo_background.jpg") no-repeat center center fixed;
  width: 100%;
  /* position: fixed; */
}

.dataTables_wrapper {

  margin-top: 15px;
  padding: 15px;
  background: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 480px) {
  body {
    
    top: 0;
    bottom:0;
    overflow-y:scroll;
    overflow-x:hidden;
  }
}
