/*** Target IE10 only ***/
_:-ms-lang(x), .iebrowser-warn-overlay {
  display: block\9 !important;
  position: fixed\9;
  width: 100%\9;
  height: 100%\9;
  top: 0\9;
  left: 0\9;
  right: 0\9;
  bottom: 0\9;
  opacity: 0.98\9;
  filter: alpha(opacity=98)\9;
  zoom: 1\9;
  background-color: black\9;
  overflow-x: hidden\9;
  overflow-y: hidden\9;
  z-index: 9998\9;
}
.iebrowser-warn-msg {
  display: block\9 !important;
  position: absolute\9;
  top: 0px\9;
  left: 0px\9;
  right: 0px\9;
  padding: 5px 0px 5px 0px\9;
  margin: 0px\9;
  background-color: #edac09\9;
  color: #001F49\9;
  font-size: 16px\9;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif\9; /* fallback if fonts not loaded */
  text-align: center\9;
  z-index: 9999\9;
}
/** END Target IE10 only **/
