body {
  background: #f7f7fb;
}

main.container {
  padding-bottom: 4.5rem;
}

.has-top-nav main.container {
  padding-top: 5.25rem;
}

.app-sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1040;
}

.app-sticky-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
}

.card {
  border: 0;
}

.table td,
.table th {
  vertical-align: middle;
}
