// Display message for IE <= 9
.warningOldIE {
  display: block!important;
  background-color: #ee3333;
  color: #fff;
  padding: 10px 35px;
}