body { font-family: 'Segoe UI', sans-serif; padding-top: 70px; }
.border-emerald {
  border-color: #00A267 !important;
}
.bg-emerald {
  background-color: #00834e  !important;
}
.text-emerald {
  color: #00834e; 
}
.btn-nowrap {
  white-space: nowrap;
}

