body {
    font-family: "Goudy Old Style", "Sorts Mill Goudy", "Palatino Linotype", "Palatino", "Book Antiqua", "URW Palladio L", serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Missive", "Times To Go SC", "Dead History", "Leash", sans-serif;
    font-variant: small-caps;
    font-weight: normal;
    margin: 0.4em 0;
}

h1 {
    font-size: 275%;
}

h2 {
    font-size: 200%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 120%;
    margin-bottom: 0;
}

p {
    text-indent: 2em;
    text-align: justify;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

ul li {
    text-indent: 2em;
}

.ui-autocomplete li { 
    text-indent: 0;
    font-size: 10pt;
}

.nosourcebook {
    display: none;
}

/* Some general formatting ... */
ol {
    list-style-type: decimal;
}

ol > ol {
    list-style-type: lower-latin;
}

ol > ol > ol {
    list-style-type: lower-roman;
}

#search {
    position: fixed;
    top: 0;
    right: 0;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    padding: 5px;
    background: white;
}

.toclink {
    text-indent: 0;
    margin: 1em 0;
}

cite { 
    font-weight: bold;
    font-style: normal;
}

abbr {
    cursor: help;
    border-bottom: 1px dashed #000;
}