body {
  margin: auto;
  padding: .2em;
  line-height: 1.5em;
  background: #ddf;
  max-width: 80ch;
}

/* Table of Contents, if wanted

Add to yaml:

output:
  blogdown::html_page:
    toc: true

    */

#TableOfContents, #TOC {
  border: 1px solid #eee;
  border-radius: 5px;
}

/* Header and Footer */
.menu li { display: inline-block; }
.article-meta, .menu a {
  text-decoration: none;
  background: #bbd;
  color: #002;
  padding: 5px;
  border-radius: 5px;
}

.readmore {
  color: #888;
}

.terms { font-size: .9em; }
// .menu, .article-meta, footer { text-align: center; }
.title { font-size: 1.1em; }
footer a { text-decoration: none; }

.pull-left {
    float: left
}
.pull-right {
    float: right
}

a {
  color: #11a;
  text-decoration: none;
}
/* make the visited links not disappear in header bar */
header nav a:visited {
  color: #caf;
}
a:visited {
  color: #61a;
}

a:hover {
  text-decoration: underline;
}

/* Adjust background at your leisure! */
header {
    position: relative;
    width: 100%;
    height: 1.75rem;
    font-family: "Go Mono", "Lucida Console" , "Liberation Mono", monospace;
    font-size: .875rem;
    background: #11a;
    border-bottom: 1px solid #000;
}

header ul,
header ol {
    margin: 0;
    padding: 0;
    list-style: none
}
header nav {
    padding: 0 0.5rem
}

header a {
    color: #fff;
    line-height: 1.75rem;
    padding: 0 0.5rem
}
header a:hover,
header .current a {
    color: #ff8
}

/* Code Boxes */
pre {
  border: 2px solid #ccd;
  box-shadow: 5px 5px 5px #778;
  background: #dde;
  padding: 1em;
  overflow-x: auto;
}
code { background: #ccd; }
pre code { background: none; }

/* Images, tables, misc. */
img, iframe, video { max-width: 100%; }
blockquote {
  background: #dde;
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
tr:nth-child(even) { background: #eee }
li.page-item {
  box-sizing: border-box;
  display: inline-block;
  padding: 5pt;
  background: #dde;
  border: 2px solid black;
  border-collapse: collapse;
}
