
.site {
margin: 0 auto;
max-width: 1060px;
overflow: hidden;
}

@media (max-width: 1100px) {
  .site {
    max-width: 100%;
  }
}

body {
  font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  background: #2b4d59;
  color: #002b36;
  font-size: 100%;
}

div {
  font-size: 100%;
  display: block;
}

.text {
  max-width: 870px;
  margin-top: 5pt;
  margin-bottom: 5pt;
}

.wrapper {
  margin: 0 auto;
  min-height: 100%;
}

@media (min-width: 1140px) {
  .wrapper {
    width: 1120px;
    min-width: 860px;
  }
}

@media (max-width: 1140px) {
  .wrapper {
    width: 100%;
  }
}

.wrapper a {
  color: #268bd2;
}
.wrapper a:visited {
  color: #268bd2;
}

.maincol {
  padding: 10px 10px 10px 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: .6em 0;
}

h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.3em;
}
h6 {
  font-size: 1.2em;
}

h1.intro {
  margin: 0;
}

/* boxed inverted region mainly for code */
pre {
  width: 95%;
  font-size: .8em;
  font-family: 'andale mono', 'lucida console', monospace;
  white-space: pre;
  line-height: 1.5em;
  padding: .7em;
  color: #eee8d5;
  background-color: #002b36;
  border: 4px solid #93a1a1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 2px 2px 3px #839496;
  display: block;
  overflow: auto;
}

code {
  border: 1px solid #93a1a1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'andale mono', 'lucida console', monospace;
  white-space: pre;
  padding: .05em .2em;
  margin: 0.1em 0.1em;
}

code.plus {
  color: white;
  background-color: green;
  padding: .2em .05em .2em .05em;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

pre code {
  color: #eee8d5;
  background-color: #002b36;
  font-family: 'andale mono', 'lucida console', monospace;
  white-space: pre;
  padding: 0; /* padding is defined in 'pre' already */
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 1.5em;
}

/* exactly same as "code" */
pre.prettyprint {
  font-family: 'andale mono', 'lucida console', monospace;
  white-space: pre;
}

code.install {
  width: 50em;
  white-space: normal;
}

/* Scaffolding for text auto-selection in preformatted elements */
.pre-text-selection-helper {
  display: block;
  position: relative;
  margin-top: 2.5em;
  cursor: pointer;
}

.pre-text-selection-helper::after {
  content: 'Select All';
  position: absolute;
  z-index: 0;
  background-color: #93a1a1;
  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: -26px;
  letter-spacing: 1px;
  padding: 5px 12px;
  font-size: 0.875em;
  box-shadow: 2px 2px 3px #839496;
}

.pre-text-selection-helper:hover::after {
  color: #fafafa;
  text-shadow: 1px 1px 1px #000;
}

.pre-text-selection-helper + pre {
  border-top-left-radius: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1130px) {
  pre {
    max-width: 91%;
  }
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

h1, h2 {
  margin-bottom: 5pt;
}

/* deprecation --> header h1 */
#h0 {
  margin-top: 0;
}

h1 {
  margin-top: 0;
}

.h0 {
  margin-top: 0;
}

.stext {
  max-width: 450px;
  font-size: .8em;
}

.rtext {
  text-align: right;
}

.snote {
  max-width: 650px;
  font-size: .8em;
  text-align: center;
}

table, tr, th, td {
  border-collapse: collapse;
  border: 1px solid black;
}

th, td {
  padding: 0.2em;
}

table.no-border {
  border: 0;
  border-spacing: 0;
  width: 100%;
}

table.no-border tr, table.no-border th, table.no-border td {
  border: 0;
  border-spacing: 0;
  padding: 0;
}

table.d-table {
  border: 0;
  border-spacing: 0;
  width: 100%;
}

table.d-table tr, table.d-table td {
  border: 0;
  border-spacing: 0;
}

table.d-table td {
  padding: 10px 0 5px 0;
  font-size: 80%;
}

table.d-table a {
  text-decoration: none;
  color: #002b36;
}
table.d-table a:hover {
  text-decoration: none;
  color: #002b36;
}
table.d-table a:visited {
  text-decoration: none;
  color: #002b36;
}

.footer {
  margin-top: .6em;
  font-size: .8em;
  color: #fdf6e3;
}
#footertext {
  text-align: center;
  padding-left: 266px;
}
#footermap {
  text-align: right;
}

@media (max-width: 1130px) {
  /* reflow tables to ensure all columns will be visible on narrow devices */
  table, thead, tbody, tr, td {
    display: block;
  }
  thead tr th {
    border: 0;
  }
  td {
    border: 0;
    border-top: 1px dotted;
  }
  th {
    padding-right: 2em;
  }
  td:first-child {
    font-weight: bold;
    border: 0;
  }
}

.middle {
  width: 100%;
  padding: 0;
  position: relative;
  clear: both;
}
.middle:after {
  display: table;
  clear: both;
  content: '';
}
.container {
  width: 834px;
  float: right;
  overflow: hidden;
  background-color: #fdf6e3;
}
@media (max-width: 1140px) {
  .container {
    width: 100%;
    float: left;
  }
  #footertext {
    padding-left: 0;
  }
}
.content {
  padding: 0.4em 2em 1em 2em;
}
#container-delimiter {
  background-color: #39998e;
  min-height: 0.5em;
}
#breadcrumbs {
  padding: 0.4em 2em 0em 2em;
}

.left-sidebar {
  float: left;
  clear: left;
  padding: 0;
  margin: 0;
}

@media (max-width: 1130px) {
  .left-sidebar {
    width: 95%;
  }
  .content {
  }
}


.header-left {
  width: 100%;
}

#header-line {
  width: 100%;
  height: 2em;
  clear: both;
  float: left;
  margin-top: 10px;
}

div.h-logo {
  border: 0;
  width: 48px; height: 48px;
  float: left;
  margin-right: 0.5em;
  margin: 0 4px 0 0;
}

div.h-title-desc {
  float: left;
  font: 12px 'Segoe UI', Tahoma, Arial;
  min-height: 48px;
}

div.h-title-desc a {
  text-decoration: none;
  color: #ffdc7c;
}
div.h-title-desc a:hover {
  text-decoration: underline;
}
div.h-title-desc a:visited {
  color: #ffdc7c;
}

div.h-title {
  border: 0;
  display: block;
  margin: 0;
  padding: 0 0 0 0.4em;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 100%;
  text-align: center;
  min-width: 100%;
}

div.h-desc {
  border: 0;
  margin: 0;
  padding: 0 0 0 0.5em;
  font-size: 16px;
  letter-spacing: 0.13em;
  text-align: center;
  min-width: 100%;
}

div.h-right {
  border: 0;
  display: block;
  float: right;
  min-height: 32px;
  padding: 0;
  margin: 0;
}

div.h-search {
  border: 0;
  display: block;
  float: left;
  min-height: 36px;
  padding-top: 6px;
  margin: 0 2em 0 0;
}

#search-field {
  background: #39998e;
  box-shadow: 0 0 1px 0 #ffdc7c;
  margin-top: 4px;
  padding: 0 0.5em 0 0.5em;
  border: none;
  font-size: 90%;
  min-height: 28px;
  min-width: 15em;
  color: #fff7e1;
  border-radius: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffdc7c;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #eee8d5;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #eee8d5;
}

div.h-lang {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 1em;
  margin: 0 2em 0 0;
  font-size: 80%;
  padding-top: 6px;
}
.h-lang ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
div.h-lang a {
  text-decoration: none;
  color: #ffdc7c;
}
div.h-lang a:hover {
  text-decoration: underline;
}
div.h-lang a:visited {
  color: #ffdc7c;
}

div.h-social {
  border: 0;
  display: block;
  float: right;
  min-height: 32px;
  padding-top: 6px;
  margin: 0;
}

div.h-social a {
  border: 0;
  display: block;
  width: 36px;
  height: 36px;
  float: left;
  margin: 0 0 0 0;
}

.h-facebook {
  background: url('/img/facebook.png');
}
.h-twitter {
  background: url('/img/twitter.png');
}
.h-github {
  background: url('/img/github.png');
}
.h-linked {
  background: url('/img/linked.png');
}

@media (max-width: 1130px) {
  div.h-social {
    clear: none;
  }
  div.h-title-desc {
    margin-right: 0.4em;
  }
}

@media (min-width: 1130px) {
  div.h-social {
    clear: none;
  }
}

div.post_navigation {
  font-size: .8em;
  margin-bottom: 1em;
}

div.build_download {
  margin-bottom: 1em;
}

.block {
  margin: 10px 0px 5px 0px;
  width: 240px;
  display: block;
  font-family: 'Segoe UI', Tahoma, Arial;
  font-size: 110%;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  text-decoration: none;
  color: #ffdc7c;
}

div.block a {
  text-decoration: none;
  color: #fff7e1;
}
div.block a:hover {
  text-decoration: underline;
}
div.block a:visited {
  color: #fff7e1;
}



@media (max-width: 1130px) {
  .block {
    width: 100%;
  }
}

.block .MenuItemA {
  text-decoration: none !important;
  border: 1px solid #93a1a1;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: -2px -6px -2px -6px;
  padding: 2px 6px 2px 6px;
}

.blocktitle {
  font-family: 'Segoe UI', Tahoma, Arial;
  font-size: 110%;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding: 0 0 15px 0;
  text-align: left;
  font-weight: 600;
}
div.blocktitle a {
  color: #ffdc7c;
}
div.blocktitle a:visited {
  color: #ffdc7c;
}

.blockextra {
  font-family: 'Segoe UI', Tahoma, Arial;
  font-size: 110%;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding: 0;
  text-align: left;
  font-weight: 600;
  margin-top: 1em;
}
div.blockextra a {
  color: #ffdc7c;
}
div.blockextra a:visited {
  color: #ffdc7c;
}


.block ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

.block li {
  padding: 0.2em 0;
}

.ansi-escape-tables table {
  width: 100%;
}
.ansi-escape-tables th:first-child {
  width: 11em;
}

#search-results {
  margin-top: 10px;
}

#search-field-div, #search-button-div {
  display: inline-block;
}
#search-field {
  max-width: 120px;
  height: 13pt;
}
@media (max-width: 1130px) {
  #footer-links {
    margin-bottom: 1em;
  }
  #search-field-div {
    width: 98%;
    margin-bottom: 0.5em;
  }
  #search-field {
    width: 100%;
    max-width: 100%;
  }
  .blocktitle {
    padding: 0;
  }
  .block ul {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
  #breadcrumbs {
    padding-top: 0.7em;
    padding-bottom: 0.3em;
  }
}
#search-button {
  padding-left: 0.2em;
  padding-right: 0.2em;
  height: 17pt;
}

#read_also {
  margin-top: 2em;
  font-weight: bold;
  color: #39998e;
  text-transform: uppercase;
}

article img {
  max-width: 100%;
  max-height: 100%;
}

footer.read-also {
  margin-top: 2.5em;
  margin-bottom: 1em;
}

footer.read-also h2 {
  margin: 0;
}

footer.read-also ul {
  margin: 0.5em 0 0 0;
}

span.warning {
  color: red;
}
