#layer-accent-div-1 {
    padding-top: 0px;
    border-top: 8px solid #000;
}

#header {
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 750px) {
    #header {
        margin-bottom: 1.5rem;
    }

    div.container {
        padding-left: 6%;  /* 7rem;*/
        padding-right: 8%;  /* 8rem; */
    }
}

#header h1 {
    font-size: 3rem;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: monospace;
}

#header h1 a {
    color: #222;
    text-decoration: none;
}

#previously-div h5 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

#tagline-p {
    margin-bottom: 0.5rem;
}

#pri-links-p {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
}

#pri-links-p a {
    margin-left: 5px;
    margin-right: 5px;
}

#entry-header {
    margin-bottom: 20px;
}

#entry-h1 {
    margin-bottom: 5px;
    text-align: center;
}

#entry-tagline {
    font-style: italic;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0;
    padding: 0 0 0.3rem 0.5rem;
}

dd:before {
    content: '- ';
}

pre {
    /* display: inline-block; */
    border-left: solid 5px #E1E1E1;
    /*border-bottom: solid 1px #CCC;*/
    padding: 0.3rem 0 0.3rem 1.3rem;
    font-size: 1.3rem;
}

span.tags {
    margin-left: 1rem;
}

span.tags a {
    color: #AAA;
}

div.footnote {
    font-size: 1.3rem;
}

div.footnote li {
    margin-bottom: 0;
}

div.footnote li p {
    margin-bottom: 0;
}


hr {
    /* border: none; */
    margin: 10px 0;
    text-align: center;
}

div.footnote hr {
    border-top: 2px solid #E1E1E1;
    color: #BBB;
}

div.footnote hr:after {
    content: "###";
    display: inline-block;
    position: relative;
    top: -1.1rem;
    padding: 0 0.25rem;
    background: white;
}

div.footnote ol {
    list-style: outside none decimal;
}

/* real footer styles */

#footer {
    text-align: center;
    border-bottom: 5px solid #444;
}

/* sticky footer necessities. See
http://github.com/mahmoud/skeleton_sticky_footer for more. */

html, body {
    height: 100%;
}

.table-container {
    display: table;
    height: 100%;
    width: 100%;
}

.table-block {
    display: table-row;
    height: 1px;
}

.footer-push {
    height: auto;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #222;
    text-decoration: none;
}

.toclink {
    color: #222;
    text-decoration: none;
}

.toctitle {
    font-size: 1.8rem;
    font-weight: bold;
}

div.toc ul {
    list-style-type: decimal;
    margin: 1rem 0 1rem 2rem;
}

div.toc > ul {
    margin-left: 0.5rem;
}

div.toc li {
    margin-bottom: 0.5rem;
}

div.toc {
    /*border: 1px solid #CCC;*/
    /*padding: 0.5rem 0.7rem 0 0.7rem;*/
    border-left: 5px solid #E1E1E1;
    padding: 0.3rem 0 0 1rem;
    /*display: inline-block;*/
    margin-bottom: 1rem;
}

/* I found Skeleton's default heading sizes too large for my liking */
h1 {font-size: 3.5rem;}
h2 {font-size: 2.7rem;}
h3 {font-size: 2.3rem;}
h4 {font-size: 2.0rem;}
h5 {font-size: 1.7rem; font-weight: bold;}
h6 {font-size: 1.6rem; text-decoration: underline;}

/* Similarly, the lists are spacey and not indented enough */
li {
    margin: 0 0 0.3rem 1.3rem;
}
