/* Stolen from Bootstrap */
.text-muted {
  color: #6c757d !important; }

.text-black {
  color: black !important; }

/* Background-colors */
.bg-dark {
  background-color: #343a40 !important; }

.bg-success {
  background-color: #28a745 !important; }

.bg-primary {
  background-color: #007bff !important; }

.bg-warning {
  background-color: #ffc107 !important; }

.bg-less-danger {
  background-color: #e36370 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

.bg-more-danger {
  background-color: #be1929 !important; }

/* Badges */
.badge {
  padding: .05rem .2rem;
  border-radius: .1rem; }

.badge-blue {
  color: white !important;
  background-color: blue !important; }

.badge-orange {
  background-color: orange !important; }

.badge-violet {
  background-color: violet !important; }

.badge-rebeccapurple {
  color: white !important;
  background-color: rebeccapurple !important; }
