body.error-page {
  color: #3f3f3f;
  background-color: white;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5em;
}
body.error-page #warning-triangle {
  width: 100px;
  height: 100px;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("https://www.paypalobjects.com/webstatic/ppplus/icons/triangle.png");
  background-repeat: no-repeat;
}
body.error-page #warning-message {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.error-page #warning-message p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
body.error-page #warning-message q {
  font-family: Courier New;
}
body.error-page #warning-message a {
  text-decoration: none;
  font-weight: bold;
  color: #9c2b36;
}
