html {
    -webkit-text-size-adjust: 100%;
    font-size: 125%;
}

body {
    background-color:#f7f7f7;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    font-size: 75%;
}

div {
    display:block;
}

h1 {
    margin-top: 0;
    color: #333;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 16px;
    letter-spacing: -1px;
}
button {
    font-family: 'Open Sans', sans-serif;
    -webkit-user-select: none;
    background: rgb(168, 197, 226);
    border: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #f7f7f7;
    cursor: pointer;
    font-size: .875em;
    margin: 0;
    padding: 10px 40px;
}

.error-code {
    color: #777;
    display: inline;
    font-size: .86667em;
    margin-top: 15px;
    opacity: .5;
    text-transform: uppercase;
}

.interstitial-wrapper {
    box-sizing: border-box;
    font-size: 1em;
    margin: 100px auto 0;
    max-width: 600px;
    width: 100%;
}

.offline .interstitial-wrapper {
    color: #2b2b2b;
    font-size: 1em;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 800px;
    padding-top: 100px;
    width: 80%;
}

.offline .runner-container {
    height: 150px;
    max-width: 600px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    width: 44px;
}

.icon {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 72px;
    margin: 0 0 40px;
    width: 720px;
    -webkit-user-select: none;
    content: '';
}
.icon-offline {
    background-image: url('https://www.srverror.com/dinasor.png');
    background-size: contain;
    position: relative;
    width: 74px;
}

.hidden {
    display: none;
}

.nav-wrapper {
    margin-top: 40px;
}
#buttons::after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.nav-wrapper::after {
    clear: both;
    content: '';
    display: table;
    width: 100%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#details-button {
    background: inherit;
    border: 0;
    float: none;
    box-shadow: none;
    min-width: 0;
    margin: 0;
    padding: 10px 0;
    text-decoration: underline;
}
.small-link {
    color: #696969;
    font-size: .875em;
}


@media (min-height: 240px) and (orientation: landscape) {
    .icon-offline {
        margin-bottom: 20px;
    }
}
@media (max-width: 640px), (max-height: 640px) {

    .interstitial-wrapper {
        padding-top: 20px;
    }
    h1 {
        margin: 0 0 15px;
        font-size: 2em;
    }

    .nav-wrapper {
        margin-top: 21px;
    }
}