"/* We utilize the html5 summary tags in order to create a post archive */\n/* with built-in folding. */\ndetails {\n border-radius: 3px;\n}\n\ndetails summary {\n vertical-align: top;\n padding: .3em .5em;\n outline: none;\n /*color: rgba(65, 70, 75, 1);*/\n}\n\ndetails summary.year {\n font-size: 1.5rem;\n}\n\n// details[open] summary {\n// }\n\n\n/* Table of Contents */\n.toc summary {\n font-size: 1.5rem;\n margin-bottom: -1.5rem;\n padding-left: 0;\n}\n\n.toc {\n\t// float: right;\n\t/*padding: 0rem 1rem 1rem 1rem;*/\n /*margin-top: 1rem;*/\n\t// border-left: 1px solid #eee;\n}\n\n.toc ul {\n\tlist-style: none;\n\tdisplay: block;\n\t/*margin-top: 0.75rem;*/\n\tpadding: 0;\n width: 87.5%;\n}\n\n.toc li {\n line-height: 0.5rem;\n margin: 1rem;\n}\n",
".menu {\n margin: 1.4rem 0;\n}\n\n.menu ul {\n list-style: none;\n display: block;\n padding: 0;\n max-width: 45rem;\n /* Width is the same as tufte.css body */\n font-size: 1.2rem;\n width: 87.5%;\n}\n\n.menu li {\n display: inline-block;\n margin-right: 1rem;\n}\n\n.menu li a {\n text-decoration: none;\n letter-spacing: 0.05em;\n text-transform: uppercase;\n}\n",