@charset "utf-8";
main > ol > li {margin-bottom: 1em; margin-left: 1.5em;}
main > ol > h3 {margin-bottom: 0.5em;}
main > ol > li > ol {list-style-type: lower-alpha;}
main > ol > li > ol > li {margin-left: 1.5em; margin-bottom: 0.5em;}
#cookietable {font-size: small;}
#cookietable th {text-align: left;}
#cookietable td, #cookietable th {border-bottom: 1px dotted var(--borderBrown); border-right: 1px dotted var(--borderBrown)}
#cookietable td:last-of-type, #cookietable th:last-of-type {border-right: none;}
#cookietable tr:last-of-type > td {border-bottom: none;}
#footnote {font-size: small;}

@media only screen and (max-width: 520px)
{
	#cookietable {font-size: x-small;}
}
