.bg-body-primary {
  border-width: 0 .625rem 0;
  border-color: rgb(31,83,105);
  border-style: solid;
}

.strike {
  text-decoration: line-through;
}

.text.small {
  font-size: 0.85rem;
}

.text.smaller {
  font-size: 0.75rem;
}

.text.smallest {
  font-size: 0.5rem;
}

.el-text-primary {  
  color: rgb(31,83,105);
}

.el-text-secondary {  
  color: rgb(54,143,181);
}

.el-text-hl {
  color: rgba(181,105,18,1.00);  
}

.el-text {
  color: rgb(29,39,43);
}

.btn-el-primary {
  color: var(--bs-white);
  background-color: rgb(35,93,117);
  border-color: rgb(35,93,117);
}

.btn-el-primary:hover {
  color: var(--bs-white);
  background-color: rgb(54,143,181);
  border-color: rgb(54,143,181);
}