body {
    font-family: Arial, Helvetica, Sans-sereif;
    font-size:12pt;
    background-color:#fff;
    color:#000;
    margin:8px;
}

pre, code {
    color: inherit !important;
    word-break: normal !important;
    line-height:1.0rem !important;
    font-size:1.0rem !important;
    overflow: hidden !important;
}

h1 { font-size:36pt; font-weight:700 margin:2px 0px; }
h2 { font-size:28pt; font-weight:700 margin:2px 0px; }
h3 { font-size:24pt; font-weight:700 margin:2px 0px; }
h4 { font-size:20pt; font-weight:700 margin:2px 0px; }
h5 { font-size:16pt; font-weight:700 margin:2px 0px; }
h6 { font-size:12pt; font-weight:700; margin:2px 0px; }

em { font-weight:700; }

dl { margin-left:0px; padding:2px 0px; }
dt { margin-left:0px; padding:2px 0px; font-weight:700; }
dd { margin-left:0px; padding:2px 0px; font-weight:400; }

table { border-collapse: collapse; box-shadow: 5px 5px 10px #888888; }
tr { border: solid black 1px; vertical-align: top !important; }
th { font-weight:700; text-decoration:italic; border: solid black 1px; padding: 2px 4px; vertical-align: top !important; }
td { font-weight:400; border: solid black 1px; padding: 2px 4px; vertical-align: top !important; }

/* Override Bootstrap .footer for markdown */
.footer {
    position:fixed;
    bottom:0px;
    height:40px;
    width:100%;
    padding:15px;
    left:auto;
    right:auto;
}

/* Added to enhance Markdown Documents */
green { color: green; }
red   { color: red; }
navy  { color: navy; }
blue  { color: #33c; }
lblue { color: #39f; }
lgreen { color: #3f6; }
rose  { color: #f66; }
yellow { color : yellow; }
alert { background: #900; color: yellow; padding: 0.05em 0.2em; }
hilight { background: #909; color: yellow; padding: 0.05em 0.2em; }
enh   { background: #e7e7e7; color:#333; padding: 0.05em 0.2em; }
