/*
:Author: Your Name
:Contact: Your Email Address
:Copyright: This stylesheet has been placed in the public domain.

Stylesheet for use with Docutils.  [Optionally place a more
detailed description here.]
*/

@import url(rst.css);

body {
    margin-left: 5em;
    margin-right: 5em;
    font-family: sans-serif;
}


p {
    text-align: justify;
}


div.document table.docutils {
    table-layout: auto;
    border-collapse: collapse;
    border: black solid medium;
    cell-padding: 0;
    cellspacing: 0;
}

table.footnote {
    text-align: justify;
    font-size: smaller;
    border: none !important;
    border-left: black solid thin !important;
}

div.document table.docutils th {
    border-bottom: black solid medium;
    background: lightyellow;
}

h1.title, h2.subtitle {
    font-family:Georgia, Times;
    border:thin solid black;
    background-color: #eee
}

a.toc-backref {
    margin-left:-2em;
    font-family:Georgia, Times;
    color:darkcyan;
}

caption {
    font-size: smaller;
}
