body {
  padding: 50px;
  font: 14px 'Lucida Grande', Helvetica, Arial, sans-serif;
}

.site-header {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.site-header h1 {
  margin: 0;
}

.account-menu {
  align-items: center;
  display: flex;
  gap: 12px;
}

.account-menu form {
  margin: 0;
}

.logout-button,
.google-sign-in {
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  color: #202124;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  padding: 10px 16px;
  text-decoration: none;
}

.logout-button:hover,
.google-sign-in:hover {
  background: #f8f9fa;
  color: #202124;
}

.login-panel {
  max-width: 420px;
}

.auth-error {
  color: #b3261e;
}

table {
  width: 100%;
}

table p {
  margin-block-start: 0;
  margin-block-end: 0;
}

a {
  color: #00b7ff;
}
