<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://projectdevelopmentmanualtest.deldot.gov/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DKleinot</id>
	<title>DelDOT Project Development Manual - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://projectdevelopmentmanualtest.deldot.gov/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DKleinot"/>
	<link rel="alternate" type="text/html" href="https://projectdevelopmentmanualtest.deldot.gov/index.php/Special:Contributions/DKleinot"/>
	<updated>2026-08-07T21:52:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://projectdevelopmentmanualtest.deldot.gov/index.php?title=MediaWiki:Common.css&amp;diff=2676</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://projectdevelopmentmanualtest.deldot.gov/index.php?title=MediaWiki:Common.css&amp;diff=2676"/>
		<updated>2024-03-22T12:05:33Z</updated>

		<summary type="html">&lt;p&gt;DKleinot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
body h1.firstHeading { display: none; }&lt;br /&gt;
&lt;br /&gt;
/*START - DELETE  DCK testing 3/22/24*/&lt;br /&gt;
.tab {&lt;br /&gt;
	margin-left: 25px;&lt;br /&gt;
}&lt;br /&gt;
.h2dck{&lt;br /&gt;
   font-family: &amp;quot;Open Sans&amp;quot;, sans-serif;&lt;br /&gt;
   font-size: 1.8em;&lt;br /&gt;
   margin-top: 1.8em;&lt;br /&gt;
}&lt;br /&gt;
.cFloat:not(:hover) {&lt;br /&gt;
	opacity: 0.65;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cFloat:hover {&lt;br /&gt;
	opacity: 1.0;&lt;br /&gt;
}&lt;br /&gt;
/*END - DELETE DCK Testing*/&lt;br /&gt;
&lt;br /&gt;
/* Indentation Settings -------------------------------------------------------------------------*/&lt;br /&gt;
&lt;br /&gt;
/* Indent subheadings and their text */&lt;br /&gt;
h2, h3, h4, h5, h6 {&lt;br /&gt;
    margin-left: 0px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Increase indentation for deeper levels of subheadings */&lt;br /&gt;
h3 {&lt;br /&gt;
    margin-left: 20px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h4 {&lt;br /&gt;
    margin-left: 40px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h5 {&lt;br /&gt;
    margin-left: 60px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h6 {&lt;br /&gt;
    margin-left: 80px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Indent all text by the same amount */&lt;br /&gt;
body {&lt;br /&gt;
    margin-left: 20px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Don&#039;t number the table of contents. Currently numbering is applied manually to the heading title */&lt;br /&gt;
.tocnumber {&lt;br /&gt;
    display:none&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for the Main Page */&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page h1 {&lt;br /&gt;
    display: none;  /* Don&#039;t show the title (&amp;quot;Main Page&amp;quot;) of the main page */&lt;br /&gt;
}&lt;br /&gt;
/* Apply flex-box to screens (not print) */&lt;br /&gt;
@media screen {&lt;br /&gt;
  .main-flexcontainer {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-wrap: wrap;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .main-flexbox {&lt;br /&gt;
    border: 1px solid #CCC;&lt;br /&gt;
    padding: 0 1em 1em;&lt;br /&gt;
    margin: 0 10px 20px;&lt;br /&gt;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .main-flexbox ul {&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    line-height: 2;&lt;br /&gt;
    margin-left: 0.5em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* End styling for the Main Page */&lt;br /&gt;
&lt;br /&gt;
/* Site wide edits here */&lt;br /&gt;
&lt;br /&gt;
body #p-coll-print_export {display:none}&lt;br /&gt;
#footer { display: none; }&lt;br /&gt;
body { font-size: larger; }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Float Table of Contents to the right */&lt;br /&gt;
#toc {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin:0 0 1em 1em;&lt;br /&gt;
    position:fixed;&lt;br /&gt;
    top:100px;&lt;br /&gt;
    right:10px;&lt;br /&gt;
    max-width:50%;&lt;br /&gt;
    max-height: 1%; /* Adjust the maximum height as needed */&lt;br /&gt;
    overflow-y: scroll;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Limit the number of subheadings to one level */&lt;br /&gt;
#toc ul ul ul {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#toc &amp;gt; ul &amp;gt; li &amp;gt; ul &amp;gt; li &amp;gt; ul {&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add ellipsis (...) for hidden second-level subheadings */&lt;br /&gt;
#toc li.tochidden:after {&lt;br /&gt;
    content: &#039; ...&#039;; /* You can customize the ellipsis as needed */&lt;br /&gt;
    color: #888; /* Adjust the color as needed */&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>DKleinot</name></author>
	</entry>
	<entry>
		<id>https://projectdevelopmentmanualtest.deldot.gov/index.php?title=MediaWiki:Common.css&amp;diff=2675</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://projectdevelopmentmanualtest.deldot.gov/index.php?title=MediaWiki:Common.css&amp;diff=2675"/>
		<updated>2024-03-22T11:49:17Z</updated>

		<summary type="html">&lt;p&gt;DKleinot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
body h1.firstHeading { display: none; }&lt;br /&gt;
&lt;br /&gt;
/*START - DELETE  DCK testing 3/22/24*/&lt;br /&gt;
.tab {&lt;br /&gt;
	margin-left: 25px;&lt;br /&gt;
}&lt;br /&gt;
.h2dck{&lt;br /&gt;
   font-family: &amp;quot;Open Sans&amp;quot;, sans-serif;&lt;br /&gt;
   font-size: 1.8em;&lt;br /&gt;
   margin-top: 1.8em;&lt;br /&gt;
}&lt;br /&gt;
/*END - DELETE DCK Testing*/&lt;br /&gt;
&lt;br /&gt;
/* Indentation Settings -------------------------------------------------------------------------*/&lt;br /&gt;
&lt;br /&gt;
/* Indent subheadings and their text */&lt;br /&gt;
h2, h3, h4, h5, h6 {&lt;br /&gt;
    margin-left: 0px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Increase indentation for deeper levels of subheadings */&lt;br /&gt;
h3 {&lt;br /&gt;
    margin-left: 20px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h4 {&lt;br /&gt;
    margin-left: 40px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h5 {&lt;br /&gt;
    margin-left: 60px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h6 {&lt;br /&gt;
    margin-left: 80px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Indent all text by the same amount */&lt;br /&gt;
body {&lt;br /&gt;
    margin-left: 20px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Don&#039;t number the table of contents. Currently numbering is applied manually to the heading title */&lt;br /&gt;
.tocnumber {&lt;br /&gt;
    display:none&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for the Main Page */&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page h1 {&lt;br /&gt;
    display: none;  /* Don&#039;t show the title (&amp;quot;Main Page&amp;quot;) of the main page */&lt;br /&gt;
}&lt;br /&gt;
/* Apply flex-box to screens (not print) */&lt;br /&gt;
@media screen {&lt;br /&gt;
  .main-flexcontainer {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-wrap: wrap;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .main-flexbox {&lt;br /&gt;
    border: 1px solid #CCC;&lt;br /&gt;
    padding: 0 1em 1em;&lt;br /&gt;
    margin: 0 10px 20px;&lt;br /&gt;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .main-flexbox ul {&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    line-height: 2;&lt;br /&gt;
    margin-left: 0.5em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* End styling for the Main Page */&lt;br /&gt;
&lt;br /&gt;
/* Site wide edits here */&lt;br /&gt;
&lt;br /&gt;
body #p-coll-print_export {display:none}&lt;br /&gt;
#footer { display: none; }&lt;br /&gt;
body { font-size: larger; }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Float Table of Contents to the right */&lt;br /&gt;
#toc {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin:0 0 1em 1em;&lt;br /&gt;
    position:fixed;&lt;br /&gt;
    top:100px;&lt;br /&gt;
    right:10px;&lt;br /&gt;
    max-width:50%;&lt;br /&gt;
    max-height: 1%; /* Adjust the maximum height as needed */&lt;br /&gt;
    overflow-y: scroll;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Limit the number of subheadings to one level */&lt;br /&gt;
#toc ul ul ul {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#toc &amp;gt; ul &amp;gt; li &amp;gt; ul &amp;gt; li &amp;gt; ul {&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add ellipsis (...) for hidden second-level subheadings */&lt;br /&gt;
#toc li.tochidden:after {&lt;br /&gt;
    content: &#039; ...&#039;; /* You can customize the ellipsis as needed */&lt;br /&gt;
    color: #888; /* Adjust the color as needed */&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>DKleinot</name></author>
	</entry>
	<entry>
		<id>https://projectdevelopmentmanualtest.deldot.gov/index.php?title=MediaWiki:Common.css&amp;diff=2668</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://projectdevelopmentmanualtest.deldot.gov/index.php?title=MediaWiki:Common.css&amp;diff=2668"/>
		<updated>2024-03-22T11:38:07Z</updated>

		<summary type="html">&lt;p&gt;DKleinot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
body h1.firstHeading { display: none; }&lt;br /&gt;
&lt;br /&gt;
/*START - DELETE  DCK testing 3/22/24*/&lt;br /&gt;
.tab {&lt;br /&gt;
	margin-left: 25px;&lt;br /&gt;
}&lt;br /&gt;
.h2dck{&lt;br /&gt;
   font-family: &amp;quot;Open Sans&amp;quot;, sans-serif;&lt;br /&gt;
   font-size: 1.8em;&lt;br /&gt;
   color: #2d5296;&lt;br /&gt;
   margin-top: 1.8em;&lt;br /&gt;
   border-bottom: 1px solid #2d5296; &lt;br /&gt;
}&lt;br /&gt;
/*END - DELETE DCK Testing*/&lt;br /&gt;
&lt;br /&gt;
/* Indentation Settings -------------------------------------------------------------------------*/&lt;br /&gt;
&lt;br /&gt;
/* Indent subheadings and their text */&lt;br /&gt;
h2, h3, h4, h5, h6 {&lt;br /&gt;
    margin-left: 0px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Increase indentation for deeper levels of subheadings */&lt;br /&gt;
h3 {&lt;br /&gt;
    margin-left: 20px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h4 {&lt;br /&gt;
    margin-left: 40px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h5 {&lt;br /&gt;
    margin-left: 60px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h6 {&lt;br /&gt;
    margin-left: 80px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Indent all text by the same amount */&lt;br /&gt;
body {&lt;br /&gt;
    margin-left: 20px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Don&#039;t number the table of contents. Currently numbering is applied manually to the heading title */&lt;br /&gt;
.tocnumber {&lt;br /&gt;
    display:none&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for the Main Page */&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page h1 {&lt;br /&gt;
    display: none;  /* Don&#039;t show the title (&amp;quot;Main Page&amp;quot;) of the main page */&lt;br /&gt;
}&lt;br /&gt;
/* Apply flex-box to screens (not print) */&lt;br /&gt;
@media screen {&lt;br /&gt;
  .main-flexcontainer {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-wrap: wrap;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .main-flexbox {&lt;br /&gt;
    border: 1px solid #CCC;&lt;br /&gt;
    padding: 0 1em 1em;&lt;br /&gt;
    margin: 0 10px 20px;&lt;br /&gt;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .main-flexbox ul {&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    line-height: 2;&lt;br /&gt;
    margin-left: 0.5em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* End styling for the Main Page */&lt;br /&gt;
&lt;br /&gt;
/* Site wide edits here */&lt;br /&gt;
&lt;br /&gt;
body #p-coll-print_export {display:none}&lt;br /&gt;
#footer { display: none; }&lt;br /&gt;
body { font-size: larger; }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Float Table of Contents to the right */&lt;br /&gt;
#toc {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin:0 0 1em 1em;&lt;br /&gt;
    position:fixed;&lt;br /&gt;
    top:100px;&lt;br /&gt;
    right:10px;&lt;br /&gt;
    max-width:50%;&lt;br /&gt;
    max-height: 1%; /* Adjust the maximum height as needed */&lt;br /&gt;
    overflow-y: scroll;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Limit the number of subheadings to one level */&lt;br /&gt;
#toc ul ul ul {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#toc &amp;gt; ul &amp;gt; li &amp;gt; ul &amp;gt; li &amp;gt; ul {&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add ellipsis (...) for hidden second-level subheadings */&lt;br /&gt;
#toc li.tochidden:after {&lt;br /&gt;
    content: &#039; ...&#039;; /* You can customize the ellipsis as needed */&lt;br /&gt;
    color: #888; /* Adjust the color as needed */&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>DKleinot</name></author>
	</entry>
	<entry>
		<id>https://projectdevelopmentmanualtest.deldot.gov/index.php?title=MediaWiki:Common.css&amp;diff=2666</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://projectdevelopmentmanualtest.deldot.gov/index.php?title=MediaWiki:Common.css&amp;diff=2666"/>
		<updated>2024-03-22T11:35:35Z</updated>

		<summary type="html">&lt;p&gt;DKleinot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
body h1.firstHeading { display: none; }&lt;br /&gt;
&lt;br /&gt;
/*START - DELETE  DCK testing 3/22/24*/&lt;br /&gt;
.tab {&lt;br /&gt;
	margin-left: 25px;&lt;br /&gt;
}&lt;br /&gt;
/*END - DELETE DCK Testing*/&lt;br /&gt;
&lt;br /&gt;
/* Indentation Settings -------------------------------------------------------------------------*/&lt;br /&gt;
&lt;br /&gt;
/* Indent subheadings and their text */&lt;br /&gt;
h2, h3, h4, h5, h6 {&lt;br /&gt;
    margin-left: 0px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Increase indentation for deeper levels of subheadings */&lt;br /&gt;
h3 {&lt;br /&gt;
    margin-left: 20px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h4 {&lt;br /&gt;
    margin-left: 40px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h5 {&lt;br /&gt;
    margin-left: 60px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h6 {&lt;br /&gt;
    margin-left: 80px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Indent all text by the same amount */&lt;br /&gt;
body {&lt;br /&gt;
    margin-left: 20px; /* Adjust the indentation size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Don&#039;t number the table of contents. Currently numbering is applied manually to the heading title */&lt;br /&gt;
.tocnumber {&lt;br /&gt;
    display:none&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for the Main Page */&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page h1 {&lt;br /&gt;
    display: none;  /* Don&#039;t show the title (&amp;quot;Main Page&amp;quot;) of the main page */&lt;br /&gt;
}&lt;br /&gt;
/* Apply flex-box to screens (not print) */&lt;br /&gt;
@media screen {&lt;br /&gt;
  .main-flexcontainer {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-wrap: wrap;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .main-flexbox {&lt;br /&gt;
    border: 1px solid #CCC;&lt;br /&gt;
    padding: 0 1em 1em;&lt;br /&gt;
    margin: 0 10px 20px;&lt;br /&gt;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .main-flexbox ul {&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    line-height: 2;&lt;br /&gt;
    margin-left: 0.5em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* End styling for the Main Page */&lt;br /&gt;
&lt;br /&gt;
/* Site wide edits here */&lt;br /&gt;
&lt;br /&gt;
body #p-coll-print_export {display:none}&lt;br /&gt;
#footer { display: none; }&lt;br /&gt;
body { font-size: larger; }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Float Table of Contents to the right */&lt;br /&gt;
#toc {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin:0 0 1em 1em;&lt;br /&gt;
    position:fixed;&lt;br /&gt;
    top:100px;&lt;br /&gt;
    right:10px;&lt;br /&gt;
    max-width:50%;&lt;br /&gt;
    max-height: 1%; /* Adjust the maximum height as needed */&lt;br /&gt;
    overflow-y: scroll;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Limit the number of subheadings to one level */&lt;br /&gt;
#toc ul ul ul {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#toc &amp;gt; ul &amp;gt; li &amp;gt; ul &amp;gt; li &amp;gt; ul {&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add ellipsis (...) for hidden second-level subheadings */&lt;br /&gt;
#toc li.tochidden:after {&lt;br /&gt;
    content: &#039; ...&#039;; /* You can customize the ellipsis as needed */&lt;br /&gt;
    color: #888; /* Adjust the color as needed */&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>DKleinot</name></author>
	</entry>
</feed>