/*
 * 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>
 */

.doc {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.docPreview {
    margin-top: 25px;
    overflow: auto;
}

.previewTitle {
    margin-top: 0px;
}

.icon {
    margin-right: 10px;
}

.paginator {
    text-align: center;
}

.pagArrow {
    text-align: center;
    display: inline-block;
    width: 50px;
}

.date {
    font-size: small;
    color: grey;
}

pre {
    background: #d0d0d0;
    padding: 5px 20px;
    margin: 0;
}

code {
    font-size: large;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid;
}

tbody {
    border: 1px solid;
}

th {
    border: 1px solid;
    padding: 4px;
}

td {
    border-width: 0 1px 0 0;
    border-style: solid;
    padding: 4px;
}

