/*
 * This file is part of Lope. Lope is free software: you can
 * redistribute it and/or modify it under the terms of the GNU GPL version 3.
 *
 * (c) 2010 Vitaly Minko <vitaly.minko@gmail.com>
 */

html, body  {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 900px;
}

.wrapper {
    min-height: 100%;
}

.content {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 100px;
}

.footer {
    color: grey;
    width: 100%;
    text-align: center;
    margin-top: -100px;
    font-size: small;
}

.menu {
    padding: 5px;
}

.headline {
    padding: 0 5px;
    color: black;
    font-size: x-large;
}

.arrow {
    padding: 0 10px;
    font-size: x-large;
}

.error {
    color: red;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.viewer {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

