:root {
  --ap-bg: #f7f7fb;
}

body {
  background: var(--ap-bg);
}

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

