/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 25 2025 | 17:38:06 */
#t-and-c {
	padding-right: 20px;
}
#t-and-c dl { 
  display: grid;
  grid-template-columns: 21ch 1fr;
  row-gap: 1em;
}
#t-and-c dt, #t-and-c dd {
	font-style: normal;
}
#t-and-c dt {
  font-weight: 700;
}
#t-and-c dl { 
  display: grid;
  grid-template-columns: 21ch 1fr;
  row-gap: 1em;
}
#t-and-c dt {
  font-weight: 700;
}

.entry #t-and-c ol li, .entry #t-and-c ol li ol li {
	list-style-type: none;
}
#t-and-c > ol > li {
	font-weight: bold;
	margin-top: 1.75em;
}
#t-and-c > ol > li li {
	font-weight: normal;
	margin-top: 0;
}
#t-and-c ol {
  list-style: none;
	counter-reset: item;
	margin-left: 0;
}
  
#t-and-c ol	li {
		counter-increment: item;
		position: relative;
		padding-left: 1.75rem;
		margin-bottom: 0.5rem;
}

#t-and-c ol	li:before {
  content: counters(item, ".") ".";
			position: absolute;
			left: 0;
			top: 0;
			font-weight: bold;
}

#t-and-c ol	ol {
	margin: 0.5rem 0;
}
#t-and-c ol	ol li {
  padding-left: 2.25rem;
  font-size: 0.95rem;
}
      
#t-and-c ol	ol li li {
  padding-left: 3rem;
  font-size: 0.95rem;
}



#t-and-c h2.h2-line-above {
  padding-top: 2em;
  margin-top: 2em;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #ccc;
}

#t-and-c address {
  text-align: center;
}

#t-and-c h2.h2-line-above {
  padding-top: 2em;
  margin-top: 2em;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #ccc;
}

#t-and-c address {
  text-align: center;
}