.mod-preview-info {
  z-index: 1 !important;
  background-color: rgba(0,0,0, .15) !important;
  font-weight: bold !important;
  font-size: 12px !important;
  font: small-caps bold 12px  arial !important;
  color: black !important;
  opacity: 1 !important;
}
.mod-preview-info:hover {
  z-index: 2 !important;
  background-color: rgba(0,0,0, 1) !important;
  color: silver !important;
}
.mod-preview-info:active {
  background-color: rgba(255,255,255,0) !important;
  color: rgba(255,255,255,0) !important;
  border: none !important;
}