body {
    background-color: #050505;
    font-size: 1.2em;
    font-family: monospace;
    font-weight: normal;
    padding: 20px;
    color: #ccc;
    max-width: 960px;
    /*margin:0 auto; */
}

h1 {
    font-size: 22px;
}

a {
    color: #55ccaa;
    text-decoration: none;
}

footer {
    
    padding-top:20px;
}

#footer-directive {
    visibility: visible;
    text-align: right;
    font-size: 12px;
    padding-right:20px;
    color: #aaa;
}

.tnhquote {
    font-size: 12px;
    color: #aaa;
}

nav {
    margin-bottom: 20px;
}

pre {
    padding: 25px;
    background: #000;
    color: #66ff66;
    overflow: auto;
}

code {
    background: #000;
    color: #66ff66;
}

hr {
    border: 0;
    /*border-top: 1px #444 dotted;*/

}

.title {
    display: none;
}

/* small{display:none ;} */
.blog-posts {
    margin-top: 20px;
}

time,
.tags {
    display: none;
}

ul {
    list-style-type: "- ";
}

ul ul {
    list-style-type: "> ";
}
.fbox {
    display:flex;
    flex-wrap:wrap;
}
.blog-posts li {
    display:inline-block;
    list-style-type: none;
    line-height: 2;
    width:250px;
}

.blog-posts-misc {

margin-left: 1em;
 
}
.blog-posts-misc li {

    list-style-type: "> ";
    line-height: 1.5;
        text-indent: -1em;
padding-left: 1em;
 
}


.blog-posts a, .blog-posts-misc a {
    padding: 2px;
    margin: 2px;
    border-bottom: 1px dotted #55ccaa;

}

#undatedmisc-posts
{
padding-top:10px;
}

.post main,
.page main {
    padding-top: 5px;
}

li {
    margin-top: 8px;
    margin-bottom: 8px;
}

ul {
    margin-left: 5px;
    padding-left: 25px;
}

.upvote-button {
    color: #666 !important;
    margin-top: 30px !important;
}

.upvote-button.upvoted {
    color: #55ccaa !important;
}

main table th,
td {
    text-align: left;
    vertical-align: top;
}

main table {
    width: 75%;
    background-color:#090909;
    color:#aaa;
}

main {
    padding-bottom: 5px;
}

nav p:nth-child(1) {
    padding-bottom: 10px;
}

nav p:nth-child(2) a {
    display: inline-block;
    padding: 2px;
    margin: 1px;
    border-bottom: 1px dotted #55ccaa;

}
nav p:nth-child(2){
    padding-bottom: 10px;

}
p sub em {
    text-align: right !important;
    margin-top: 25px;
    width: 98%;
    display: inline-block;
}


@media only screen and (max-width: 629px) {

    /* for widths less than or equal to 629 pixels */
    header {
        float: none;
        width: 100%;
    }

    main {
        float: none;
        width: 100%;
    }

    nav p:nth-child(3) {
        padding-top: 10px;
    }

    nav br{margin-bottom:20px;}
    nav p:nth-child(2){font-size:0.9em;}

}