
/* Simple overrides atop Bootstrap */
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.navbar-brand { font-weight: 700; }
.main { padding-top: 1rem; padding-bottom: 2rem; }
.card form .form-text { color: #6b7280 }
.badge-status { text-transform: capitalize; }
.table td, .table th { vertical-align: middle; }
footer.footer { border-top: 1px solid #e5e7eb; color:#6b7280; padding: 2rem 0; margin-top: 2rem; }
