/*
 * This file is part of gorilla-repl. Copyright (C) 2014-, Jony Hudson.
 *
 * gorilla-repl is licenced to you under the MIT licence. See the file LICENCE.txt for full details.
 */

pre.static-code {
    margin: 0.3em;
    overflow: auto;
}

div.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #eeeeee;
    border-bottom: solid #4682b4;
    border-width: 1px;
    padding: 0.3em 0;
    font-family: "Arvo", sans-serif;
    font-size: 12px;
    color: #FF29D2;
    z-index: 100;
}

div.header a {
    color: #FF29D2;
}

div.header-left {
    float: left;
    padding-left: 0.6em;
}

div.header-right {
    float: right;
    padding-right: 0.9em;
}

div.status {
    top: 30%;
}

div.copyBox {
    font-family: 'Lora', serif;
    font-size: 15px;
    position: fixed;
    top: 60px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    padding: 20px;
    border-style: solid;
    border-color: #888888;
    border-width: 1px;
    background-color: #F1F1F1;
    z-index: 100;
    line-height: 130%;
}

div.copyBox li {
    padding-bottom: 0.3em;
}

div#contents {
    padding-top: 12px;
}

div.veiled {
    opacity: 0.3;
}

div.button {
    padding: 0.5em;
    background: #4682b4;
    color: #ffffff;
    border: solid 1px #888888;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    font-family: "Arvo", sans-serif;
    font-weight: 700;
    margin-top: 2em;
}

div.button:hover {
    color: #cccccc;
}


