﻿html {
    background-color:silver;
}

body {
    background-color: white;
    margin: 2em;
    padding: 1em;
    font-family: Georgia, "Bitstream Charter", serif;
    font-size: 1em;
}

header {
    padding:1em 0;
}

main {

}

footer {
    border-top:solid 1px #000077;
    margin-top:1em;
    padding:1em 0;
}

h1 {
    margin: 0 0 0.75em 0;
    font-size: 1.75em;
    font-weight: bold;
    border-bottom: solid 1px #000077;
    text-transform: uppercase;
}

h2 {
    margin: 0 0 1em 0;
    font-size: 1.25em;
    font-weight: normal;
    font-style: italic;
}

h3 {
    border-bottom: solid 1px #000077;
    font-weight: bold;
    font-size: 1.25em;
}

h4 {
    margin: 1em 0 0.5em 0;
    font-weight: bold;
    font-size: 1.25em;
    font-style: italic;
}

p {
    margin: 0 0 1em 0; /* Move margin to the bottom */
    line-height: 1.5em;
}

section {
    margin-top: 1.25em;
}

td.TOC_level_H3, 
td.TOC_level_H3, 
td.TOC_level_H3 {
    line-height:1.25em;
}

td.TOC_level_H3 {
}

td.TOC_level_H4 {
    padding-left: 1em;
}

td.TOC_level_H5 {
    padding-left: 2em;
}

ul li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.citation {
    font-weight: bold;
    font-style: italic;
}

.info {
    margin:1em 0 0 2em;
}

.info-desc {
    margin-bottom:1em;
}

.info-name {
    font-weight:bold;
}

.info-web {
    padding:0.25em 0;
}

.note {
    font-size: 0.9em;
    font-style: italic;
}

.to-top {
    font-style: italic;
    font-size: 0.9em;
}

#TOC {
    border: solid 1px #AAAAAA;
    background-color: #EEEEEE;
    max-width: 50em;
}

#TOC_Header {
    padding-bottom: 0.5em;
}

#TOC_Toggle {
    cursor: pointer;
    font-weight: normal;
    font-size: 0.9em;
}

@media only screen and (max-width: 550px) {
}

/* Large tablets */
@media only screen and (min-width: 551px) and (max-width: 750px) {
}

/* Default view*/
@media only screen and (min-width: 751px) {
}