* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #707470;
    font-family: monospace;
    font-size: 14px;
}

.left {
    width: 174px;
    float: left;
}

.left .window {
    width: 148px;
}

.left .window pre {
    white-space: pre-line;
    word-wrap: break-word;
}

.right {
    margin-left: 174px;
}

.windows {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    min-width: 700px;
}

.window {
    margin: 10px 0;
    padding: 4px;
    background-color: #f8fce8;
    border: 4px solid #98ece8;
}

.window:hover {
    border-color: #50a8a8;
}


.window.status {
    position: relative;
    padding: 4px 0 0;
    width: 156px;
    height: 146px;
    background: url('/static/status.png') #f9fce9 no-repeat center bottom;
}

.window.status div.hostname {
    font-weight: bold;
    text-align: center;
}

.window.status video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 156px;
    height: 126px;
}

.window img {
    margin: 10px;
    display: inline-block;
    max-height: 200px;
    max-width: 200px;
}

.command {
    margin-bottom: 1em;
}

.prompt {
    font-weight: bold;
}

ul {
    list-style-type: none;
}

a {
    color: black;
    text-decoration: underline;
}

blockquote {
    white-space: normal; 
    margin-left: 2em;
}

blockquote p{
    white-space: pre-wrap; 
}

@media screen and (max-width: 900px){
    .window.status {
        display: none;
    }

    .left {
        float: none;
    }

    .left, .left .window {
        width: auto;
    }

    .right {
        margin-left: 0;
    }
}
