.bg-dark {
  background-color: #91919c !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.text-imds{
  color: #f0cce9 !important;
}

.bg-light {
  background-color: #91919c !important;
}
span.m_text a{
  font-weight:bold;
  color:#f0f0f0 !important;
}
span.m_text a:hover{
  color:#ffff00 !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #9999e0 !important;
}
