html {
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 40px;
  background: #f4f6f8;
  color: #1c2330;
}

.app-nav {
  background: #1b365d;
}

.app-nav .navbar-brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1b365d;
}

.card-header {
  font-weight: 600;
  background: #eef2f6;
}

.narrative {
  min-height: 8rem;
}

.pre-wrap {
  white-space: pre-wrap;
}

.probability-number {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1b365d;
  line-height: 1.1;
}

.login-wrap {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  width: 100%;
  max-width: 420px;
}

.asset-row {
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  background: #fff;
}

.firm-card {
  margin-bottom: 1rem;
}

.btn-primary, .btn-primary:focus {
  background-color: #1b365d;
  border-color: #1b365d;
}

.btn-primary:hover {
  background-color: #152a49;
  border-color: #152a49;
}

.btn-outline-primary {
  color: #1b365d;
  border-color: #1b365d;
}

.btn-outline-primary:hover {
  background-color: #1b365d;
  border-color: #1b365d;
}

.table thead th {
  color: #4a5568;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
