.bg-info {
  background-color: gray !important;
}
.text-info {
  color: red !important;  
}
@media print {
  .bg-info {
    background-color: gray !important;
  }
  .text-info {
    color: red !important;  
  }
}
