#error-page {
  min-height: 250px;
  padding-bottom: 30px;
  text-align: center; }
  #error-page > .err {
    color: #B0BEC5;
    font-family: 'Lato';
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 20px;
    text-align: center; }
  #error-page > .errorMessage {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #error-page > .err-back {
    margin-top: 20px; }
    #error-page > .err-back > a {
      text-decoration: underline; }
  #error-page > .message ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

@media (min-width: 768px) {
  #error-page > .err {
    font-size: 96px;
    margin-bottom: 40px; } }

/*# sourceMappingURL=error_page.css.map */