:target:before {
  content: "";
  display: block; }
  @media (min-width: 720px) {
    :target:before {
      height: 60px;
      margin: -60px 0 0; } }
  @media (max-width: 719px) {
    :target:before {
      height: 10px;
      margin: -10px 0 0; } }

.nws-content {
  box-sizing: border-box;
  position: relative;
  padding: 0 20px; }
  @media (min-width: 720px) {
    .nws-content {
      max-width: 1020px;
      margin: 40px auto 0 auto; } }

* {
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  font-family: Georgia, Palatino, serif; }

a {
  text-decoration: none;
  color: #0e65c2; }
  a:hover {
    text-decoration: underline; }

#main {
  position: absolute;
  top: 60px;
  left: 230px;
  width: 600px; }
  #main h1, #main h2, #main h3, #main h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #main h1 {
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: -1px; }
  #main h2, #main h3, #main h4 {
    margin-top: 1.25em;
    margin-bottom: 0.75em; }
  #main p {
    margin: 20px 0;
    font-size: 15px;
    line-height: 20px; }
  #main ul, #main ol {
    margin: 20px; }
  #main li {
    font-size: 15px;
    line-height: 20px; }
  #main ul li {
    list-style-type: square; }
  #main blockquote {
    margin-left: 2em; }
  #main blockquote.important {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-left: 0px;
    margin-right: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: #fafafa;
    padding: 10px;
    background: #f0f0f0;
    padding: 1em; }
    #main blockquote.important p {
      margin: 0px; }

#sidebar {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 150px;
  padding: 20px 20px 0 0;
  border-right: 1px solid #ccc;
  text-align: right; }
  #sidebar h2 {
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
    letter-spacing: 1px;
    line-height: 20px; }
  #sidebar ul {
    list-style-type: none;
    margin: 20px 0; }
  #sidebar li {
    font-size: 14px;
    line-height: 20px; }
  #sidebar .active {
    font-weight: bold; }

.nws-nav {
  background: #5693d4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 100; }
  @media (min-width: 720px) {
    .nws-nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }

.nws-nav-content {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1020px; }
  @media (max-width: 719px) {
    .nws-nav-content {
      padding: 0; } }

.nws-nav-item {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.nws-nav-link,
.nws-nav-item .active {
  display: block;
  margin: 0;
  padding: 10px;
  border-radius: 0; }

.nws-nav-item .active {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  font-weight: bold; }

.nws-nav-link:link,
.nws-nav-link:visited {
  color: #fff; }

.nws-nav-link:hover {
  background: rgba(255, 255, 255, 0.2); }

.nws-nav-link:active {
  background: rgba(255, 255, 255, 0.5); }

code, pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; }

pre {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #fafafa;
  padding: 10px;
  background: #f0f0f0;
  padding: 1em; }

pre.smaller {
  font-size: 90%; }

.language-xml {
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Hashbang */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.PreprocFile */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Bin */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Affix */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Delimiter */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Function.Magic */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Name.Variable.Magic */
  /* Literal.Number.Integer.Long */ }
  .language-xml .hll {
    background-color: #ffffcc; }
  .language-xml .c {
    color: #60a0b0;
    font-style: italic; }
  .language-xml .err {
    border: 1px solid #FF0000; }
  .language-xml .k {
    color: #007020;
    font-weight: bold; }
  .language-xml .o {
    color: #666666; }
  .language-xml .ch {
    color: #60a0b0;
    font-style: italic; }
  .language-xml .cm {
    color: #60a0b0;
    font-style: italic; }
  .language-xml .cp {
    color: #007020; }
  .language-xml .cpf {
    color: #60a0b0;
    font-style: italic; }
  .language-xml .c1 {
    color: #60a0b0;
    font-style: italic; }
  .language-xml .cs {
    color: #60a0b0;
    background-color: #fff0f0; }
  .language-xml .gd {
    color: #A00000; }
  .language-xml .ge {
    font-style: italic; }
  .language-xml .gr {
    color: #FF0000; }
  .language-xml .gh {
    color: #000080;
    font-weight: bold; }
  .language-xml .gi {
    color: #00A000; }
  .language-xml .go {
    color: #888888; }
  .language-xml .gp {
    color: #c65d09;
    font-weight: bold; }
  .language-xml .gs {
    font-weight: bold; }
  .language-xml .gu {
    color: #800080;
    font-weight: bold; }
  .language-xml .gt {
    color: #0044DD; }
  .language-xml .kc {
    color: #007020;
    font-weight: bold; }
  .language-xml .kd {
    color: #007020;
    font-weight: bold; }
  .language-xml .kn {
    color: #007020;
    font-weight: bold; }
  .language-xml .kp {
    color: #007020; }
  .language-xml .kr {
    color: #007020;
    font-weight: bold; }
  .language-xml .kt {
    color: #902000; }
  .language-xml .m {
    color: #40a070; }
  .language-xml .s {
    color: #4070a0; }
  .language-xml .na {
    color: #4070a0; }
  .language-xml .nb {
    color: #007020; }
  .language-xml .nc {
    color: #0e84b5;
    font-weight: bold; }
  .language-xml .no {
    color: #60add5; }
  .language-xml .nd {
    color: #555555;
    font-weight: bold; }
  .language-xml .ni {
    color: #d55537;
    font-weight: bold; }
  .language-xml .ne {
    color: #007020; }
  .language-xml .nf {
    color: #06287e; }
  .language-xml .nl {
    color: #002070;
    font-weight: bold; }
  .language-xml .nn {
    color: #0e84b5;
    font-weight: bold; }
  .language-xml .nt {
    color: #062873;
    font-weight: bold; }
  .language-xml .nv {
    color: #bb60d5; }
  .language-xml .ow {
    color: #007020;
    font-weight: bold; }
  .language-xml .w {
    color: #bbbbbb; }
  .language-xml .mb {
    color: #40a070; }
  .language-xml .mf {
    color: #40a070; }
  .language-xml .mh {
    color: #40a070; }
  .language-xml .mi {
    color: #40a070; }
  .language-xml .mo {
    color: #40a070; }
  .language-xml .sa {
    color: #4070a0; }
  .language-xml .sb {
    color: #4070a0; }
  .language-xml .sc {
    color: #4070a0; }
  .language-xml .dl {
    color: #4070a0; }
  .language-xml .sd {
    color: #4070a0;
    font-style: italic; }
  .language-xml .s2 {
    color: #4070a0; }
  .language-xml .se {
    color: #4070a0;
    font-weight: bold; }
  .language-xml .sh {
    color: #4070a0; }
  .language-xml .si {
    color: #70a0d0;
    font-style: italic; }
  .language-xml .sx {
    color: #c65d09; }
  .language-xml .sr {
    color: #235388; }
  .language-xml .s1 {
    color: #4070a0; }
  .language-xml .ss {
    color: #517918; }
  .language-xml .bp {
    color: #007020; }
  .language-xml .fm {
    color: #06287e; }
  .language-xml .vc {
    color: #bb60d5; }
  .language-xml .vg {
    color: #bb60d5; }
  .language-xml .vi {
    color: #bb60d5; }
  .language-xml .vm {
    color: #bb60d5; }
  .language-xml .il {
    color: #40a070; }

div.footnotes {
  margin-top: 1em;
  border-top: 1px dotted; }

dt {
  margin-top: 1em;
  font-weight: bold; }

dd {
  margin-top: 0.25em;
  margin-left: 2em; }

#main ul.toc {
  margin-left: 0px; }
  #main ul.toc li {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0px; }
    #main ul.toc li ul, #main ul.toc li ul li {
      margin-top: 0px; }

table {
  border: 1px solid grey;
  border-radius: 3px;
  border-collapse: collapse;
  border-color: grey; }

table.smaller td {
  font-size: 90%; }

th {
  background-color: #b0b0b0; }

th, td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  border: 1px solid;
  border-color: grey; }
