@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
    border: none;
    height: 100%;
}

body {
    width: 100%;
    height: 3000px;
    outline: 1px solid red;
    outline-offset: -1px;
    position: relative;
}

.fixed {
    position: fixed;
    z-index: 1;
    top: 5px;
    left: 5px;
    width: 500px;
    height: 10px;

    background-color: green;
}

#header {
    margin-bottom: 2rem;
}

.spacious {
    margin-bottom: 1rem;
}

.log {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    min-width: 230px;
    max-width: 280px;
    padding: 1em;
    border: 1px dotted grey;
    background: #fdfdfd;
    display: none; /* initially */
}

.message {
    text-align: center;
}

.message h1 {
    max-width: 280px;
}

.log dt, .log dd {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
}

dl {
    margin-bottom: 10px;
}

dt {
    min-width: 150px;
}

dd {
    float: right;
}

.dimensions {
    display: none;
}

.gBCR {
    /*display: none;*/
}

.nativeZoom {
    /*display: none;*/
}

.scrollPosition {
    /*display: none;*/
}
