/* line 11, ../sass/error.scss */
html, body {
  height: 90%;
}

/* line 13, ../sass/error.scss */
html {
  padding: 0;
  margin: 0;
  height: 100% !important;
  background: #2d799d;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 800, color-stop(1.25%, #64a2bf), color-stop(100%, #2d799d));
  background-image: -webkit-radial-gradient(center center, #64a2bf 10px, #2d799d 800px);
  background-image: -moz-radial-gradient(center center, #64a2bf 10px, #2d799d 800px);
  background-image: -o-radial-gradient(center center, #64a2bf 10px, #2d799d 800px);
  background-image: radial-gradient(center center, #64a2bf 10px, #2d799d 800px);
}

/* line 21, ../sass/error.scss */
body {
  padding: 0;
  margin: 0;
}

/* line 29, ../sass/error.scss */
table td #container {
  font-family: Helvetica, arial, sans-serif;
  width: 500px;
  padding: 0;
  margin: 0;
}
/* line 35, ../sass/error.scss */
table td #container h1 {
  float: left;
  margin: 0;
  padding: 10px 0 20px;
  text-align: center;
  font-size: 24px;
  color: white;
  width: 500px;
  text-shadow: 0 2px #2d799d;
}
/* line 45, ../sass/error.scss */
table td #container h2 {
  float: left;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  color: #343434;
  width: 440px;
}
/* line 55, ../sass/error.scss */
table td #container h2 a {
  color: #0f4a66;
  text-decoration: none;
}
/* line 59, ../sass/error.scss */
table td #container h2 a:hover {
  text-decoration: underline;
}
/* line 64, ../sass/error.scss */
table td #container .clearfix {
  clear: both;
  display: block;
}
