@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url(about:mozilla) {
  * {
    margin-top: 1em !important;
    background-color: #000082 !important;
    color: #fff !important;
    font-family: lucida console, monospace, courier !important;
    font-style: normal !important;
    font-size: medium !important;
    font-weight: normal !important;
    text-decoration: none !important;
    text-align: left !important;
  }

  #moztext:before {
    content: "A problem has been detected and Windows has been shut down to prevent damage\0d\0ato your computer.\0d\0a\0d\0aPFN_LIST_CORRUPT\0d\0a\0d\0aIf this is the first time you've seen this error screen,\0d\0arestart your computer. If this screen appears again, follow\0d\0athese steps:\0d\0a\0d\0aCheck to make sure any new hardware or software is properly installed.\0d\0aIf this is a new installation, ask your hardware or software manufacturer\0d\0afor any Windows updates you might need.\0d\0a\0d\0aIf problems continue, disable or remove any newly installed hardware\0d\0aor software. Disable BIOS memory options such as caching or shadowing.\0d\0aIf you need to use Safe Mode to remove or disable components, restart\0d\0ayour computer, press F8 to select Advanced Startup Options, and then\0d\0aselect Safe Mode.\0d\0a\0d\0a\0d\0aTechnical information:\0d\0a\0d\0a*** STOP: 0x0000004e (0x00000099, 0x00000000, 0x00000000, 0x00000000)\0d\0a\0d\0a\0d\0aBeginning dump of physical memory\0d\0aPhysical memory dump complete.\0d\0aContact your system administrator or technical support group for further\0d\0aassistance.\0d\0a";
  }

  #from:after {
    content: "Beginning dump of physical memory\0d\0aPhysical memory dump complete.\0d\0aContact your system administrator or technical support group for further\0d\0aassistance.\0d\0a";
  }
}