/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 03 2025 | 17:23:01 */
#privacy-notice {}

ul.plain.vspace > li {
	margin-bottom: 1em;
}
 ul.default-bullet--disc > li  {
	list-style-type: circle !important;
}
.grid-cols-50-50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 3em;
}

#t-and-c, #privacy-notice {
	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;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
}
#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 h3 {
	font-size: 0.9em;
}

#t-and-c h2.h-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;
  font-style: normal;
}

/* tables */
#t-and-c table {
  width: 100%;
  color: #333;
  background: white;
  border: 1px solid grey;
  font-size: 12pt;
  border-collapse: collapse;
  margin-bottom: 2em;
}
#t-and-c table thead th,
#t-and-c table tfoot th {
  color: #777;
  background: rgba(0,0,0,.1);
}
#t-and-c table caption {
  padding:.5em;
}
#t-and-c table th,
#t-and-c table td {
  padding: .5em;
  border: 1px solid lightgrey;
  width: 33.333%;
}

#t-and-c .cookie-name {
	font-family: monospace;
	color: firebrick;
	display: inline-block;
	padding-inline: .5em;
	background: #f7f7f7;
	border: 1px solid #eee;
	border-radius: .25em;
}

#t-and-c .doc-version, #privacy-notice .doc-version {
	font-family: georgia, serif;
	font-style: italic;
	color: black;
	display: inline-block;
	padding-inline: .5em;
	background: #f7f7f7;
	border: 1px solid #eee;
	border-radius: .25em;
}
