body {
    font-family: sans;
	caret-color: transparent;                                                                                                                                                                             
}

body li,
body p  {
    line-height: 18pt;
}

header#pageheader {
    padding: 25px 7px 0px 7px;
    width: 99%;
}

img#logo {
    max-width: 150px;
    min-height: 130px;
}

header#pageheader h1 {
	text-align: center;
	margin: 0;
}

.navheading {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 14px;
}

h3, .entry-title,
.navheading details summary {
    font-size: 16pt;
    font-weight: bold;
    margin: 0px 0px 10px 0;
    display: block;
}

#content {
    display: block;
    clear: both;
}
.entry-content-wrapper {
    margin: 10px;
}
.gallery {
    margin: 30px;
}
.gallery p {
    padding: 0;
}ul.tags {
    padding: 0;
    margin: 12px 0 48px 0px;
}

.entry-content-wrapper li {
    margin-left: 20px;
}

ul.tags li {
    float: left;
    list-style: none;
    padding: 0 15px 0 0;
}

code {
    background-color: #eee;
    display: inline-block;
    line-height: 150%;
    font-size: 120%;
    padding: 0 8px;
    display: inline-block;
}

li.subtop, li.submenuitem { margin-left: 10px; }
li.subsubtop, li.subsubmenuitem { margin-left: 30px; }
li.subsubsubtop, li.subsubsubmenuitem { margin-left: 50px; }
li.subsubsubsubtop, li.subsubsubsubmenuitem { margin-left: 70px; }
li.subsubsubsubsubtop, li.subsubsubsubsubmenuitem { margin-left: 90px; }
li.subsubsubsubsubsubtop, li.subsubsubsubsubsubmenuitem { margin-left: 110px; }
li.subsubsubsubsubsubsubtop, li.subsubsubsubsubsubsubmenuitem { margin-left: 130px; }
li.subsubsubsubsubsubsubsubtop, li.subsubsubsubsubsubsubsubmenuitem { margin-left: 150px; }
li.subsubsubsubsubsubsubsubsubtop, li.subsubsubsubsubsubsubsubsubmenuitem { margin-left: 170px; }
li.subsubsubsubsubsubsubsubsubsubtop, li.subsubsubsubsubsubsubsubsubsubmenuitem { margin-left: 190px; }
li.subsubsubsubsubsubsubsubsubsubsubtop, li.subsubsubsubsubsubsubsubsubsubsubmenuitem { margin-left: 210px; }
li.subtop::before, li.submenuitem::before,
li.subsubtop::before, li.subsubmenuitem::before,
li.subsubsubtop::before, li.subsubsubmenuitem::before,
li.subsubsubsubtop::before, li.subsubsubsubmenuitem::before,
li.subsubsubsubsubtop::before, li.subsubsubsubsubmenuitem::before,
li.subsubsubsubsubsubtop::before, li.subsubsubsubsubsubmenuitem::before,
li.subsubsubsubsubsubsubtop::before, li.subsubsubsubsubsubsubmenuitem::before,
li.subsubsubsubsubsubsubsubtop::before, li.subsubsubsubsubsubsubsubmenuitem::before,
li.subsubsubsubsubsubsubsubsubtop::before, li.subsubsubsubsubsubsubsubsubmenuitem::before,
li.subsubsubsubsubsubsubsubsubsubtop::before, li.subsubsubsubsubsubsubsubsubsubmenuitem::before,
li.subsubsubsubsubsubsubsubsubsubsubtop::before, li.subsubsubsubsubsubsubsubsubsubsubmenuitem::before {
    content: "⤷\00a0";
}

/*
li.subtop { margin-left: 10px; }
li.subsubtop { margin-left: 30px; }
li.subsubsubtop { margin-left: 50px; }
li.subsubsubsubtop { margin-left: 70px; }
li.subsubsubsubsubtop { margin-left: 90px; }
li.subsubsubsubsubsubtop { margin-left: 110px; }
li.subsubsubsubsubsubsubtop { margin-left: 130px; }
li.subsubsubsubsubsubsubsubtop { margin-left: 150px; }
li.subtop::before,
li.subsubtop::before,
li.subsubsubtop::before,
li.subsubsubsubtop::before,
li.subsubsubsubsubtop::before,
li.subsubsubsubsubsubtop::before,
li.subsubsubsubsubsubsubtop::before,
li.subsubsubsubsubsubsubsubtop::before {
    content: "⤷\00a0";
}
*/

a.gototop {
    display: block;
    text-align: right;
    margin-right: 30px;
}

nav li {
    list-style: none;
    text-indent: -20px;
}


main img {
    max-width: 100%;
}

p, pre {
    padding: 0 10px;
}


.entry-wrapper {
    margin-bottom: 35px;
}

#content code {
    background-color: rgba(0, 0, 0, 0.06);
}


#filters {
    margin: -5px 15px 15px 50px;
}
#filters, #filters summary {
    float: left;
    margin-right: 20px;
}
#filters .filter {
    margin: -5px 15px 15px 15px;
}

.top-title-wrapper {
    padding: 3px 6px 3px 6px;
}

.entry-content-wrapper pre {
    overflow: scroll;
    max-height: 400px;
    resize: both;
}

footer#pagefooter {
    display: block;
    right: 0;
    bottom: 0;
    max-width: 60%;
    padding: 25px;
    position: fixed;
    margin: 10px;
    text-align: center;
}

footer#pagefooter a {
    padding: 30px 0 10px 30px;
}

summary {
  list-style: none;
}

details.details-navbar summary {
  margin-bottom: -26px;
  height: 26px;
  margin-left: 12px;
}

details.details-navbar > summary {
  display: none;
}
