<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Oxygen+Mono:400,600|Oxygen:400|Poppins:300,300i,500,500i');

* {
    -webkit-font-smoothing: auto;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: normal;
}
.book-body, .page-wrapper {
  background-color: #EDF0F3;
}
div.book-summary {
  font-family: "Poppins", sans-serif;
  color: #444;
}
.book-header {
  display: none;
}
.book-summary ul.summary li a, 
.book-summary ul.summary li span {
  padding: 5px 15px;
  color: #444;
  font-size: 15px;
  font-weight: 300;
}
.summary {
  line-height: 1.5;
}
.toc-header {
  background: #1e3554;
  color: white;
  font-weight: 500;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-size: auto 75px;
  height: 105px;
  position: relative;
}
.toc-header img {
  height: 75px;
}
.toc-version {
  position: absolute;
  bottom: 0;
  padding-left: 93px;
}
span.engineSettingId {
    margin-bottom:0px;
    font-weight: bold;
    font-size: 110%;
}
.markdown-section hr {
  background-color: #333;
  height: 2px;
}
pre.engineSettingDescription {
   margin: 0px;
   padding-top: 2px;
   font-size: 0.9em;
   margin-bottom:10px;
}
.markdown-section table.engineSettingTypeTable {
   font-size: .9em;
   width:auto;
}
.markdown-section table.engineSettingTypeTable tbody tr {
  background-color:white;
}
.markdown-section table.engineSettingTypeTable tbody tr th {
  text-align:left;
  font-weight:normal;
}
.engineSettingYesNo{
  margin-left:10px;
}
span.engineSettingTable {
   font-size: 0.75em;
}
.body-inner .page-inner {
   background-color: #fff;
   margin: 0 auto 0 0;
   max-width: 70%;
   padding-left: 30px;
   padding-bottom: 50px;
}
.page-toc {
   margin-left: 15px;
   margin-bottom: 10px;
   max-width:375px;
}
nav.page-toc + h1 {
   margin-top: 0.5em;
   margin-bottom: 0.3em;
}
.chapter a {
   font-size: 1.1em;
}
ul.summary li.open.chapter &gt; a {
    color:#008cff
}
.book-summary ul.summary li &gt; ul {
    padding-left: 30px;
}
#engineOnlineNotice {
   display:none;
}
.markdown-section {
    font-size: 16px;
    line-height: 1.5;
}
.markdown-section a {
  white-space: nowrap;
}
.markdown-section a[target="_blank"] &gt; code:after, .external {
  content: " " url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNqEkIEJwCAMBGPpEs7hHK6hY+gauoZr6Bo6RtqEWkxb6EMQnuM/USEirIoxSmOKwDkhBEwp4VPkb4801Xun9xW4e+9FldYarLUvkBPPOp4JGWOgtSaSt6VWQKUU9nPOEiSIgAmNMdadFTjn7utqrXwh6fLvH9nXhamW5ksMnpfDnw4BBgBfunO056MmqAAAAABJRU5ErkJggg==);
}
.markdown-section table {
  font-size: .8em;
}
.markdown-section h1 {
    font-size: 2.5em;
    margin-bottom: 0.25em;  
    font-family: "Oxygen", sans-serif;
    font-weight: normal;
}
.markdown-section h2 {
    font-size: 1.75em;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: .2em 0;
    border-bottom: 1px solid #ddd;
    line-height: 1.3;
}
.markdown-section h1, .markdown-section h2 {
  background-color: transparent;
  color: #335ca6;
}
.markdown-section h3 {
    font-size: 1.45em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 500;
    color: #335ca6;
}
.markdown-section h4 {
    font-size: 1.3em;
    margin-top: 0em;
    margin-bottom: 0.25em;
    font-weight: 500;
}
.markdown-section code {
  padding: 0.3em 0.2em;
}
.markdown-section pre, 
.markdown-section code {
  background-color: #f3f3f3;
}
@media (print) {
   #engineOnlineNotice {
       display:inline;
       font-weight: bold;
   }
}
</pre></body></html>