.nexora-container {
  display: flex;
  width: 100%;
}

.site-logo {
  text-align: center;
  display: block;
}

.table-container {
  background-color: #f5feff;
}

a {
  text-decoration: none;
}

.site-logo img {
  max-width: 120px;
}

.welcome-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.welcome-block p {
  font: normal normal 600 24px/31px Source Sans Pro;
  letter-spacing: 0px;
  color: #292929;
}
.welcome-logout-a {
  text-align: left;
  font: normal normal normal 16px/20px Source Sans Pro;
  letter-spacing: 0px;
  color: #292929;
}

.js-pager__items {
  list-style: none;
  display: flex;
  justify-content: left;
}
.js-pager__items li {
  margin-right: 10px;
}
