main.error {
  margin-top: -25px;
}

main.error .wrapper{
  min-height: 500px;
  text-align: center;
  color: #FFF;
  padding: 50px 0;
}

main.error .wrapper p small {
  font-size: 9.5em;
  line-height: 1em;
}

main.error .wrapper p b {
  font-size: 16em;
  line-height: 1em;
  margin-top: -40px;
}

main.error .wrapper p strong {
  font-size: 2.8em;
  position: relative;
  vertical-align: middle;
}

main.error .wrapper p strong span,
main.error .wrapper p strong .icon {
  display: inline-block;
}

main.error .wrapper p strong .icon {
  width: 81px;
  height: 82px;
  background: url(/extension/smilehecphd/design/phd/images/404_icon-81x82.png ) no-repeat left top transparent;
}

main.error .wrapper .links li {
  float: none;
  margin: 0 4px;
  display: inline-block;
  background-color: #a1be2e;
}

main.error .wrapper .links li a {
  color: #FFF;
  display: block;
  padding: 12px 10px;
  font-weight: bold;
  text-transform: uppercase;
}

main.error .wrapper .links li a .icon {
  float: right;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: 15px;
  background: url(/extension/smilehecphd/design/phd/images/arrow_icon-14x14.png ) no-repeat left top transparent;
}