@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: block;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('../webfonts/poppins-v6-latin-600.woff2') format('woff2'), url('../webfonts/poppins-v6-latin-600.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: block;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url('../webfonts/poppins-v6-latin-700.woff2') format('woff2'), url('../webfonts/poppins-v6-latin-700.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../webfonts/montserrat-v13-latin-regular.woff2') format('woff2'), url('../webfonts/montserrat-v13-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: block;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../webfonts/montserrat-v13-latin-500.woff2') format('woff2'), url('../webfonts/montserrat-v13-latin-500.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: block;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../webfonts/open-sans-v16-latin-700.woff) format('woff');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../thirdparty/fontawesome-4.7.0/webfonts/fontawesome-webfont.woff2') format('woff2'), url('../thirdparty/fontawesome-4.7.0/webfonts/fontawesome-webfont.woff') format('woff');
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-times:before {
  content: "\f00d";
}
body {
  color: #444444;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1;
  margin: 0 auto;
}
h1 {
  color: #111111;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}
h2 {
  color: #111111;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
  margin: 24px 0 6px;
  padding: 0;
}
h3 {
  color: #111111;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0;
}
h4 {
  color: #111111;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0;
}
h5 {
  color: #111111;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0;
}
h6 {
  color: #111111;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0;
}
ul {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
ol {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#container li {
  line-height: 24px;
  margin-left: 40px;
}
#container li ul {
  list-style: none;
}
iframe[src^="http"] {
  max-width: 100% !important;
}
.dropdown-menu > li {
  margin-left: 0px;
}
pre {
  background-color: #f6f6f6;
  border-radius: 4px;
  border: 1px solid lightgray;
  padding: 10px;
  white-space: pre-wrap;
  max-width: 100%;
  text-overflow: clip;
  overflow: hidden;
}
code {
  font-family: Consolas, Monaco, Andale Mono, monospace;
  font-size: 13px;
  line-height: 1.5;
}
aside {
  display: block;
  float: right;
  width: 390px;
}
blockquote {
  border-left: 0.5em solid #eeeeee;
  margin-left: 0;
  max-width: 676px;
  padding: 0 2em;
}
blockquote:before {
  content: '';
}
blockquote cite {
  color: #bfbfbf;
  font-size: 15px;
  line-height: 20px;
}
blockquote cite:before {
  content: '\2014 \00A0';
}
blockquote p {
  color: #666666;
  font-size: 15px;
  max-width: 760px;
}
hr {
  color: #999999;
  margin: 0 auto 0 0;
  text-align: left;
  width: 100%;
}
input {
  *overflow: visible;
  *vertical-align: middle;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  vertical-align: baseline;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn.btn-primary {
  min-width: 120px;
  text-transform: none;
  transition-duration: 500ms;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
  border: none;
  outline: none;
  padding: 8px 25px;
  margin-bottom: 5px;
  line-height: 1.2;
  border-radius: 4px;
  border: 0px !important;
}
.btn.btn-primary:hover {
  border: none;
  outline: none;
  transition-duration: 500ms;
}
.bootbox-body {
  margin-top: 20px;
}
select {
  *vertical-align: middle;
  -moz-border-radius: 3px;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 3px;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #808080;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-size: 13px;
  font-size: 16px;
  font-weight: normal;
  height: 18px;
  height: 27px;
  line-height: 18px;
  line-height: 27px;
  line-height: normal;
  margin: 0;
  padding: 4px;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  vertical-align: baseline;
  width: 210px;
}
textarea:not('.paste-area') {
  *vertical-align: middle;
  -moz-border-radius: 3px;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 3px;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #808080;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-size: 13px;
  font-size: 16px;
  font-weight: normal;
  height: 18px;
  height: auto;
  line-height: 18px;
  line-height: normal;
  margin: 0;
  padding: 4px;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  vertical-align: baseline;
  width: 210px;
}
input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=checkbox] {
  cursor: pointer;
  margin-bottom: 0;
}
input[type=radio] {
  cursor: pointer;
  margin-bottom: 0;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
}
input[type=file] {
  height: 27px;
  line-height: 27px;
}
input[type=file]:-moz-placeholder {
  color: #bfbfbf;
}
input[type=file]::-webkit-input-placeholder {
  color: #bfbfbf;
}
body.pinned-header {
  padding-top: 80px !important;
}
.pinned-header .site-header {
  z-index: 11;
}
.nav-bar > li > a,
.nav-bar > li > span {
  padding: 30px 20px;
}
.site-header .container {
  max-width: calc(100% - 30px) !important;
}
#doc-container {
  margin-left: 300px;
  margin-right: 100px;
  margin-top: 20px;
}
#doc-container a {
  color: #008cdd;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  vertical-align: baseline;
  word-break: break-word;
  display: inline;
  border: none;
}
#doc-container a:hover {
  text-decoration: underline;
}
#doc-container hr {
  margin-top: 30px !important;
}
#doc-container .span10 {
  width: 100%;
  margin-left: 30px;
  max-width: 850px;
}
#doc-container .span10 img {
  max-width: 100%;
}
#doc-container .span10 .example-image-small {
  width: 300px;
  max-width: 100%;
  border: 1px solid silver;
}
#doc-container .span10 .example-image-medium {
  width: 600px;
  max-width: 100%;
  border: 1px solid silver;
}
#doc-container .span10 .example-image {
  width: 800px;
  max-width: 100%;
  border: 1px solid silver;
}
#doc-container .span10 .example-image-vertical {
  width: 800px;
  max-width: 50%;
  border: 1px solid silver;
}
#doc-container ul,
#doc-container ol {
  margin-left: 30px;
}
section#main {
  display: inline;
  margin: 0;
  padding: 0;
}
#container {
  margin-top: 50px;
  margin: 0px;
  width: auto;
  position: relative;
}
#container .login-window {
  font-size: 15px;
}
#container ul.sub-menus li.menu-items {
  padding-left: 24px;
}
#container ul.sub-menus li.menu-items #toc {
  width: 276px;
}
#container .CodeMirror {
  max-width: 100%;
}
#container .menu-items-ul {
  position: fixed;
  left: 0;
  top: 80px;
  max-height: calc(100% - 80px);
  overflow-y: auto;
  list-style-type: none;
  width: 300px;
  box-shadow: 1px 1px 1px silver;
  transition-duration: 700ms;
}
#container .menu-items-ul li.menu-items.hassub-menu {
  padding-bottom: 0px;
}
#container .menu-items-ul li.menu-items.hassub-menu > span {
  display: block;
  padding-bottom: 11px;
}
#container .menu-items-ul .menu-items {
  background-color: #f5f6f7;
  border-top: 1px solid #ebebed;
  bottom: 0;
  height: auto;
  left: 0;
  line-height: 24px;
  margin-left: 0px;
  padding: 11px 0;
  top: 50px;
  width: 300px;
  clear: left;
}
#container .menu-items-ul .menu-items span {
  margin-left: 20px;
}
#container .menu-items-ul .menu-items:hover {
  background-color: #ebebed;
  cursor: pointer;
}
#container .menu-items-ul .menu-items a {
  color: #444444;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
}
#container .menu-items-ul .menu-items a:hover {
  text-decoration: underline;
}
#content {
  float: right;
  width: 660px;
}
#toc {
  background: white;
  border-bottom: 1px solid #ebebed;
  border-right: 1px solid #ebebed;
  float: left;
  margin-left: 0px;
  margin-top: 11px;
  padding-left: 30px;
  position: relative;
  width: 300px;
}
#toc a {
  color: #333333;
  display: block;
  font-weight: normal;
  margin-top: 2px;
}
#toc a:hover {
  text-decoration: underline;
}
.slick-header {
  background-image: -moz-linear-gradient(#ffffff, #e5e5e5);
  background-image: -o-linear-gradient(#ffffff, #e5e5e5);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(#ffffff, #e5e5e5);
  background-image: linear-gradient(#ffffff, #e5e5e5);
  background: #e5e5e5;
  text-align: left;
  text-shadow: #ffffff 0 1px 0;
}
.ui-state-default {
  background-image: -moz-linear-gradient(#ffffff, #e5e5e5);
  background-image: -o-linear-gradient(#ffffff, #e5e5e5);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(#ffffff, #e5e5e5);
  background-image: linear-gradient(#ffffff, #e5e5e5);
  background: #e5e5e5;
  text-align: left;
  text-shadow: #ffffff 0 1px 0;
}
.h2Indent {
  margin-left: 10px !important;
  margin-top: 7px !important;
}
.h3Indent {
  margin-left: 20px !important;
  margin-top: 7px !important;
}
.h4Indent {
  margin-left: 30px !important;
  margin-top: 7px !important;
}
.h5Indent {
  margin-left: 40px !important;
  margin-top: 7px !important;
}
.results-section .slick-header {
  background: none !important;
  border: 1px solid #aaaaaa !important;
  color: #808080 !important;
}
.results-section .ui-state-default {
  background-image: -moz-linear-gradient(#ffffff, #e5e5e5);
  background-image: -o-linear-gradient(#ffffff, #e5e5e5);
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(#ffffff, #e5e5e5);
  background-image: linear-gradient(#ffffff, #e5e5e5);
  background: #e5e5e5 !important;
  border: 1px solid #808080;
  color: #333333;
  font-weight: normal;
  text-align: left;
  text-shadow: #ffffff 0 1px 0;
  border-radius: 0px;
}
.results-section .ui-widget-content .ui-state-default {
  background-image: -moz-linear-gradient(#ffffff, #e5e5e5);
  background-image: -o-linear-gradient(#ffffff, #e5e5e5);
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(#ffffff, #e5e5e5);
  background-image: linear-gradient(#ffffff, #e5e5e5);
  background: #e5e5e5 !important;
  border: 1px solid #808080;
  color: #333333;
  font-weight: normal;
  text-align: left;
  text-shadow: #ffffff 0 1px 0;
}
.results-section .ui-widget-content .slick-cell {
  font-size: 14px;
}
.results-section .ui-widget-header .ui-state-default {
  background-image: -moz-linear-gradient(#ffffff, #e5e5e5);
  background-image: -o-linear-gradient(#ffffff, #e5e5e5);
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(#ffffff, #e5e5e5);
  background-image: linear-gradient(#ffffff, #e5e5e5);
  background: #e5e5e5 !important;
  border: 1px solid #808080;
  color: #333333;
  font-weight: normal;
  text-align: left;
  text-shadow: #ffffff 0 1px 0;
}
table {
  background-color: transparent;
  min-width: 300px;
  text-align: left;
}
table th {
  font-weight: 600;
  min-width: 100px;
}
.simpletable {
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  background: #eaebec;
  border-radius: 3px;
  border: #cccccc 1px solid;
  box-shadow: 0 1px 2px #d1d1d1;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 20px 20px 20px 0px;
  width: 100%;
  max-width: 878px;
  text-shadow: 1px 1px 0px #ffffff;
}
.simpletable a:link {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}
.simpletable a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
.simpletable a:active {
  color: #bd5a35;
  text-decoration: underline;
}
.simpletable a:hover {
  color: #bd5a35;
  text-decoration: underline;
}
.simpletable th {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding-left: 10px;
  padding: 21px 25px 22px 10px;
}
.simpletable th:first-child {
  text-align: left;
}
.simpletable tr {
  padding-left: 5px;
  text-align: left;
}
.simpletable tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.simpletable tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.simpletable tr:last-child td {
  word-break: break-word;
  border-bottom: 0;
}
.simpletable tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.simpletable tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.simpletable tr:hover td {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
}
.simpletable td {
  background: #fafafa;
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #ffffff;
  padding: 18px 18px 18px 10px;
}
.simpletable td:first-child {
  border-left: 0;
  padding-left: 10px;
  text-align: left;
}
.simpletable tr.even td {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
}
.innertable {
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  background: #eaebec;
  border-radius: 3px;
  border: #cccccc 1px solid;
  box-shadow: 0 1px 2px #d1d1d1;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100%;
  text-shadow: 1px 1px 0px #ffffff;
}
.innertable a:link {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}
.innertable a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
.innertable a:active {
  color: #bd5a35;
  text-decoration: underline;
}
.innertable a:hover {
  color: #bd5a35;
  text-decoration: underline;
}
.innertable th {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding-left: 10px;
  padding: 21px 25px 22px 10px;
}
.innertable th:first-child {
  text-align: left;
}
.innertable tr {
  padding-left: 5px;
  text-align: left;
}
.innertable tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.innertable tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.innertable tr:last-child td {
  border-bottom: 0;
}
.innertable tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.innertable tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.innertable tr:hover td {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
}
.innertable td {
  white-space: nowrap;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #ffffff;
  padding: 10px 10px 10px 10px;
}
.innertable td:first-child {
  border-left: 0;
  padding-left: 10px;
  text-align: left;
}
.innertable td:last-child {
  white-space: normal;
}
.innertable tr.even td {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
}
.doc-image {
  border: 1px solid lightgray;
}
.menu-items-ul {
  padding-left: 0;
}
blockquote p {
  text-align: left !important;
}
table {
  min-width: 0px !important;
}
table th {
  min-width: 0px !important;
}
table.texttogrid th {
  font-weight: bold;
  font-size: 13px;
  margin: 2px 0 2px 0;
}
em.texttogrid {
  position: absolute;
  top: 55px;
  left: 1px;
  width: 99%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
  color: #a9a9a9;
}
.query-section {
  margin-top: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 5px;
}
div.CodeMirror.cm-s-neo.ui-resizable {
  height: auto !important;
  min-height: 100px !important;
}
.results-section {
  margin-top: 15px;
  width: 99.1%;
  height: 200px;
  display: none;
}
@media screen and (max-width: 991px) {
  #container #doc-container {
    margin-right: 10px;
    font-size: 0.9em;
  }
  #container .simpletable tr {
    padding-left: 0px;
  }
  #container .simpletable tr td:first-child {
    word-break: keep-all;
  }
  #container .simpletable tr th,
  #container .simpletable tr td {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  table tr td {
    padding-bottom: 6px;
    padding-right: 6px;
  }
  #container {
    overflow: hidden;
  }
  #container #doc-container {
    margin-left: 10px;
    margin-right: 30px;
  }
  #container #doc-container a.h4Indent {
    margin-right: 15px !important;
  }
  #container #doc-container p {
    text-align: justify;
    font-size: 0.95em;
    line-height: 18px;
  }
  #container #doc-container ul,
  #container #doc-container ol {
    font-size: 1em;
    margin-bottom: 10px;
  }
  #container #doc-container li {
    line-height: 18px;
    margin-left: 15px;
  }
  #container #doc-container pre {
    padding: 5px;
    word-wrap: break-word;
    font-size: 0.9em;
  }
  #container #doc-container blockquote {
    padding: 0 14px;
    font-size: 14.5px;
    margin-bottom: 5px;
  }
  #container .pasteWrap {
    padding: 0 !important;
  }
  #container em {
    word-break: break-word;
  }
  #container .menu-items-ul {
    position: fixed;
    top: 80px;
    height: calc(100vh - 80px);
    overflow: hidden;
    left: -270px;
    transition-duration: 700ms;
    z-index: 10;
  }
  #container .menu-items-ul::after {
    display: block;
    text-align: center;
    padding-top: 4px;
    content: '|||';
    font-size: 19px;
    color: #838383;
    height: 100%;
    height: calc(100vh - 80px);
    font-weight: bold;
    width: 30px;
    background-color: #ededed;
    left: 0;
    top: 80px;
    border: 1px solid silver;
    text-overflow: clip;
    overflow: hidden;
    transition-duration: 700ms;
    position: fixed;
    opacity: 1;
  }
  #container .menu-items-ul:hover {
    left: 0;
    overflow: auto;
  }
  #container .menu-items-ul:hover::after {
    opacity: 0;
    width: 0px;
    left: 270px;
    transition-duration: 700ms;
  }
}
