.hideImportant {
  display: none!important;
}
.showImportant {
  display: block!important;
}