.bg-fda         { background-color: #1a478a; }
.btn-fda        { background-color: #1a478a; color: #fff; border: none; }
.btn-fda:hover  { background-color: #153a72; color: #fff; }
.btn-outline-fda{ border-color: #1a478a; color: #1a478a; }
.btn-outline-fda:hover{ background-color:#1a478a; color:#fff; }

.section-heading {
  border-bottom: 2px solid #1a478a;
  padding-bottom: .25rem;
  margin-bottom: .75rem;
  color: #1a478a;
}

.font-monospace-small td { font-family: monospace; font-size: .78rem; }
.truncate-cell { max-width: 40vw; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.table-success td { background-color: #d1e7dd !important; }
