﻿
.ErrorPage
{
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
    font-family: 'Roboto Condensed', sans-serif;
    /*vertical-align: middle;*/
    color: #9f9f9f;
    background-color: #fff;
    padding-top: 15%;
    margin-top: -10px;
}

.refreshIcon {
    display: inline-block;
    width: 25%;
    max-width: 150px;
    position: relative;
    padding: 20px 20px;
    font-size: 10px;
}

    .refreshIcon svg {
        fill: rgba(0, 0, 0, 0.2);
    }

.ErrorMessage {
    display: inline-block;
    width: 55%;
    font-size: 1.8em;
    text-align: left;
}

    .ErrorMessage h1 {
        color: rgba(0, 0, 0, 0.5);
        font-size: 1.2em;
        font-weight: normal;
    }

    .ErrorMessage h1, .ErrorMessage p {
        padding: 0 0;
    }

    .ErrorMessage a {
        color: rgba(0, 0, 0, 0.8);
    }


@media screen and (max-width: 1020px) {
    .ErrorPage {
        text-align: center;
    }

    .refreshIcon {
        display: block;
        max-width: 200px;
        margin: 0 auto;
    }

    .ErrorMessage {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.4em;
    }

        .ErrorMessage h1 {
            font-size: 1.0em;
        }
}
