<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.interp {padding-left: 1em;}

.floatright { float: right; margin-left: 10px;}

.floatleft { float: left; margin-right: 10px;}

.centerBlock {  text-align: center; margin-left: auto; margin-right: auto;}

.tableMax {max-width: 800px; }

q {
 color: green; font-size: 14px; font-family: verdana, arial, helvetica; margin-left: 20px;
}

p, li, br 	{ color: #000000; font-size: 14px; font-family: verdana, arial, helvetica; margin-left: 10px;}

.level2 { color: #000000; font-size: 14px; font-family: verdana, arial, helvetica; margin-left: 30px;}

h1, h2, h3 {font-size: 16px; font-family: verdana, arial, helvetica;}

h4, h5 {font-size: 14px; font-family: verdana, arial, helvetica; color: #666666; font-style: italic; margin-left: 15px;}


body {background-color: ffffff; margin-left: 10px; }

p.centered { text-align: center; color: #000000; font-size: 14px; font-family: verdana, arial, helvetica; margin-left: 20px;}
}

.response {color: #000000; font-size: 14px; font-family: verdana, arial, helvetica; margin-left: 40px;}
}

.SE_floatLeft { float: left; padding: 10px; width: 25%; text-align: center; margin-left: auto; margin-right: auto; color:green; font-size: 10px; font-weight: normal; font-family: verdana, arial, helvetica; text-decoration: none; border: none;}

.SE_floatRight {  float: right; padding: 10px; width: 25%; text-align: center; margin-left: auto; margin-right: auto; color:green; font-size: 10px; font-weight: normal; font-family: verdana, arial, helvetica; text-decoration: none; border: none; }

/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 800px) {
  .SE_floatRight, .SE_floatLeft {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
   }
}



td.deprecated 	{ color: red; font-size: 14px; font-family: verdana, arial, helvetica; text-decoration: none; border: none; text-align: center; border: 2px solid red; }


.tocLeftHeader	{ float: left; width: 28%; color: blue; font-size: 18px; font-weight: bold; font-family: verdana, arial, helvetica; text-decoration: none; border: none; text-align: left; margin-left: 30%; }

.tocRightHeader	{ float: left; width: 28%; color: blue; font-size: 18px; font-weight: bold; font-family: verdana, arial, helvetica; text-decoration: none; border: none; text-align: left;}


.tocSubtext { color: blue; font-size: 12px; font-weight: normal; font-family: verdana, arial, helvetica; text-align: center; text-decoration: none;}

.wrapper { width:90%; overflow: hidden;}

.tocLeft 	{ float: left; width: 28%; text-color: black; font-size: 12px; font-family: verdana, arial, helvetica; text-decoration: none; border: none; text-align: left; margin-left: 25%;}

.tocRight 	{ float: left; width: 28%;  text-color: black; font-size: 12px; font-family: verdana, arial, helvetica; text-decoration: none; border: none; text-align: left;}


.sectionHeader { padding: 10px; width: 100%; text-align: left;  color:black; font-size: 16px; font-weight: bold; font-family: verdana, arial, helvetica; text-decoration: none; border: none; background-color: #ddeeff;}

.definitionTerm {text-align: left;  color:black; font-size: 14px; font-weight: bold; font-family: verdana, arial, helvetica; text-decoration: none; border: none; background-color: #ffff99;}

.text-center { color: black; font-size: 12px; font-family: verdana, arial, helvetica; text-decoration: none; border: none; text-align: center; border: 1px solid black;}

.bold-center { color: black; font-size: 14px; font-weight: bold; font-family: verdana, arial, helvetica; text-decoration: none; border: none; text-align: center; border: none;}

ul.appendixF  {list-style:inside;    padding-left:0;}

.offset1 { margin-left: 20px; }

.offset2 { margin-left: 30px; }

.offset3 { margin-left: 40px; }

.deprecationWarning { padding: 3px; width: 90%; text-align: left;  color:black; font-size: 14px; font-weight: normal; font-family: verdana, arial, helvetica; font-style:italic; text-decoration: none; border: none; background-color: #ffff66; margin: auto; padding-left: 1em; padding-right: 1em;}

.deprecationOK { padding: 3px; width: 90%; text-align: left;  color:black; font-size: 14px; font-weight: normal; font-family: verdana, arial, helvetica; font-style:italic; text-decoration: none; border: none; background-color: #7fff00; margin: auto; padding-left: 1em; padding-right: 1em;}

.deprecationBad { padding: 3px; width: 90%; text-align: left;  color:black; font-size: 14px; font-weight: normal; font-family: verdana, arial, helvetica; font-style:italic; text-decoration: none; border: none; background-color: #ff9999; margin: auto; padding-left: 1em; padding-right: 1em;}

.furtherInfo { padding: 3px; width: max-content; text-align: left;  color:black; font-size: 14px; font-weight: normal; font-family: verdana, arial, helvetica; text-decoration: none; border: none; background-color: #ccffdd; margin-left: auto; margin-right: auto; padding-left: 1em; padding-right: 1em;}


.reg_citation { color:black; background-color: #cfeeee;}

.reg_versions { color:purple; font-size: 10px; font-weight: normal; font-style:italic;  font-family: verdana, arial, helvetica; text-decoration: none; border: none; background-color: yellow;}

table.centered { margin: auto;}


.green   { color: green; font-size: 14px; font-family: verdana, arial, helvetica; }
.red   { color: red; font-size: 14px; font-family: verdana, arial, helvetica; }


hr.thick { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    width: 90%;
    height: 4px;
  	color: #000000;
	background-color: #000000;
}

hr.sections { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 15%;
    margin-right: 15%;
    border-style: inset;
    border-width: 1px;
    width: auto;
    height: 1px;
  	color: #999999;
	background-color: #000000;
}


.well {
  min-height: 10px;
  padding: 13px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


</pre></body></html>