@font-face {
    font-family: "Product Sans";
    font-style: normal;
    font-weight: 400;
    src: url("/static/pxiDypQkot1TnFhsFMOfGShVF9eO.woff2") format("woff2");
}

body { 
    background-color: #ffffff;
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

#outerContainer {
    margin: auto;
    max-width: 750px;
}

#innerContainer {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 180px;
    position: relative;
}

#drive-logo {
    margin: 18px 0;
    position: absolute;
    white-space: nowrap;
}

.docs-drivelogo-img {
    background-image: url("/static/googlelogo_color_116x41dp.png");
    background-size: 116px 41px;
    display: inline-block;
    height: 41px;
    width: 116px;
    vertical-align: bottom;
}

.docs-drivelogo-text {
    color: #000;
    display: inline-block;
    opacity: 0.54;
    font-family: "Product Sans", Arial, Helvetica, sans-serif;
    font-size: 32px;
    position: relative;
    top: -6px;
    left: -7px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main {
    position: relative;
    width: 640px;
    top: 30px;
}

#accessDeniedIcon {
    background-image: url("/static/locked_doc-2.svg");
    float: right;
    height: 158px;
    width: 128px;
}

#accessDeniedHeader {
    color: #222;
    font: 32px Arial, sans-serif;
}

#message {
    color: #222;
    font: 15px/1.6 Arial, sans-serif;
    width: 480px;
}

#footer {
    padding-top: 60vh;
}

button.jfk-button {
    font-family: Arial, sans-serif;
    height: auto;
}

.jfk-button-action {
    background-color: #4d90fe;
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    border: 1px solid #3079ed;
    color: #fff;
}

.jfk-button {
    border-radius: 2px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin-right: 16px;
    height: 27px;
    line-height: 27px;
    min-width: 54px;
    padding: 0 8px;
    outline: 0;
    border: 1px solid rgba(0,0,0,0.1);
}

.jfk-button-standard {
    background-color: #f5f5f5;
    background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
    color: #444;
}

@media (max-width: 500px) {

    #accessDeniedHeader {
        font-size: 25px;
    }

    #accessDeniedIcon {
        background-image: url("/static/locked_doc-1.svg");
        height: 108px;
        width: 88px;
    }

    #main {
        width: 100%;
    }

    #message {
        width: 85%;
    }

    #outerContainer #innerContainer {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 120px;
    }
}

:focus { outline: none; }
::-moz-focus-inner { border: 0; }