@import url(https://fonts.googleapis.com/css?family=Questrial);
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: 'Questrial','Segoe UI', sans-serif; }

input[type="button"] {
  background-color: #007CD0;
  border-radius: 10px;
  padding: 3px 10px;
  color: #fff;
  border: none 0; }

body {
  background-color: #fff;
  /*    color: #454545; */
  font-size: 100%;
  line-height: 150%; }
  body.js {
    margin-left: 6vw;
    margin-right: 6vw; }
  body.no-js .topic {
    margin-left: 3%;
    margin-right: 3%; }

.breaker {
  display: block;
  height: 0;
  content: " ";
  font-size: 0; }

/*
  The DITA OT scripts insert br tags in many locations to handle mixed content within the xml source topics.
  This is an attempt to make these look acceptable in a browser, but <p> tags would have been better.
 */
br {
  display: block;
  content: "";
  margin: 1em; }

.hide {
  display: none;
  visibility: hidden; }

h1 {
  margin: 0 0 21pt 0;
  font-size: 240%; }

h2 {
  margin: 21pt 0 13pt 0;
  font-size: 180%; }

h3 {
  margin: 14pt 0 8pt 0;
  font-size: 150%; }

h4 {
  margin: 12pt 0 8pt 0;
  font-size: 130%; }

h5 {
  margin: 10pt 0 8pt 0;
  font-size: 100%; }

h6 {
  margin: 9pt 0 8pt 0;
  font-size: 95%; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  background-color: transparent;
  font-weight: normal !important;
  line-height: 100%; }

hr {
  display: block;
  margin: 0.5em auto;
  border: 0 inset; }

.section {
  margin-top: 1em;
  margin-bottom: 1em; }

.signpost {
  padding-top: 8pt;
  font-weight: bold;
  font-style: italic; }

.figcap {
  margin-top: 6pt;
  margin-bottom: 0;
  padding: 0 20px 6pt;
  font-weight: bold;
  font-size: 90%; }

.tablecap {
  margin-top: 6pt;
  margin-bottom: 600pt;
  padding: 0 20px 6pt;
  font-weight: bold;
  font-size: 90%; }

.sidehead {
  font-weight: bold; }

.topic .topictitle1 {
  color: #007CD0;
  font-weight: bold; }

p, .p {
  padding-top: 0;
  padding-bottom: 1px;
  margin-top: 6px;
  margin-bottom: 0; }

pre {
  border-radius: 5px;
  background-color: #F5F5F5;
  -webkit-box-shadow: 1px 1px 1px #6A7C87;
          box-shadow: 1px 1px 1px #6A7C87;
  padding: 0 4px;
  margin-top: 6pt;
  margin-bottom: 10px;
  color: #6A7C87;
  font-family: "Courier New", Courier, monospace;
  font-size: 95%;
  overflow-x: auto; }

.codeblock {
  padding: 13pt 21pt;
  font-family: "Courier New", Courier, monospace; }

.longdesc {
  padding-top: 0;
  padding-bottom: 1pt;
  margin-top: 6pt;
  margin-bottom: 0; }

.primary-mtps-offline-document {
  margin: 0;
  padding: 0;
  min-width: 600px; }

.testButtons {
  width: 500px;
  height: 33px;
  position: absolute;
  text-decoration: none;
  outline-width: 0;
  z-index: 990;
  color: #8457B6;
  text-align: center;
  line-height: 26px;
  display: block; }

img {
  padding: 0 4px; }

.syntax {
  font-family: "Courier New", Courier, monospace; }

.d-MF {
  background-color: #eef5ff; }

.d-ANS85 {
  background-color: #ffeef5; }

.d-ISO2002 {
  background-color: #fff5ee; }

.d-OSVS {
  background-color: #eefff5; }

.d-COB370 {
  background-color: #f5ffee; }

.d-OS390 {
  background-color: #f5ffee; }

.d-VSC2 {
  background-color: #f5ffee; }

.d-XOPEN {
  background-color: #f5eeff; }

.d-ENT {
  background-color: #f5eeff; }

.d-NET {
  background-color: #f5eeff; }

.d-JVM {
  background-color: #f5eeff; }

.note, .tip, .warning, .important, .caution {
  padding: 10px;
  margin: 14px 0 20px 0;
  background-color: #E8EAE9;
  border-radius: 8px; }

.note p:first-child, div.caution p:first-child, div.tip p:first-child, div.warning p:first-child, div.important p:first-child {
  margin-top: 5px; }

.note p:last-child, div.caution p:last-child, div.tip p:last-child, div.warning p:last-child, div.important p:last-child {
  margin-bottom: 4px; }

.notetitle {
  font-weight: bold; }

.attention {
  border: 1px solid #6A7C87;
  margin-top: 5pt;
  padding: 8px; }

.attentiontitle {
  font-weight: bold; }

.caution {
  margin-top: 0;
  padding: 15px; }

.cautiontitle {
  padding: 8px;
  font-weight: bold; }

.danger {
  border: 1px solid #6A7C87;
  margin-top: 5pt;
  padding: 15px; }

.dangertitle {
  font-weight: bold; }

.fastpath {
  border: 1px solid #15DB66;
  margin-top: 5pt;
  padding: 8px; }

.fastpathtitle {
  font-weight: bold; }

.important {
  border: 1px solid #6A7C87;
  margin-top: 5pt;
  padding: 15px; }

.importanttitle {
  font-weight: bold; }

.remember {
  border: 1px solid #6A7C87;
  margin-top: 5pt;
  padding: 15px; }

.remembertitle {
  font-weight: bold; }

.restriction {
  border: 1px solid #6A7C87;
  margin-top: 5pt;
  padding: 15px; }

.restrictiontitle {
  font-weight: bold; }

.tip {
  border: 1px solid #90F170;
  margin-top: 5pt;
  padding: 8px; }

.tiptitle {
  font-weight: bold; }

ul, ol {
  margin: 0;
  padding: 0 0 0 2em; }

ul {
  list-style-type: disc; }

ul li {
  margin-top: .6em;
  margin-bottom: 1em; }

ul ul {
  margin-top: .6em;
  margin-bottom: 1em; }

ul ul li {
  margin-top: 0;
  margin-bottom: .4em; }

ol {
  list-style-type: decimal; }

ol li {
  margin-top: .6em;
  margin-bottom: 1em; }

ol ol {
  margin-top: .6em;
  margin-bottom: 1em;
  list-style-type: lower-alpha; }

ol ol li {
  margin-top: 0;
  margin-bottom: .4em; }

ol ol ol {
  list-style-type: lower-roman; }

ol ol ol ol {
  list-style-type: upper-alpha; }

ol ol ol ol ol {
  list-style-type: upper-roman; }

.simple {
  margin-top: 1em;
  list-style-type: none; }

.simple li {
  margin-top: 0;
  margin-bottom: 0; }

ul.simple ul.simple {
  margin-top: 0; }

.compact {
  margin-top: 0;
  margin-bottom: 0; }

.compact-list {
  line-height: 80%; }

dt {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold; }

.onexit td, .ddexpand td {
  border: 1px solid white; }

.table-nest1 {
  margin-left: 0;
  border-top: solid 1px #E8EAE9 !important; }

.table-nest2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px; }

.table-nest2 .normal {
  border: 1px white solid;
  padding: 3px 5px;
  line-height: 15pt; }

.table-nest3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 105pt;
  border-top: solid 1px #E8EAE9 !important; }

.table-nest4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 130pt;
  border-top: solid 1px #E8EAE9 !important; }

.table-nest5 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 155pt;
  border-top: solid 1px #E8EAE9 !important; }

table [border="1"] {
  border: none 0;
  background-color: #DC233F; }

table [rules="all"] {
  border: none 0; }

table [rules="all"] td {
  background-color: #DC233F;
  border: none 0; }

table {
  width: 100%;
  border: none;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 4px;
  font-size: 90%;
  border-collapse: collapse; }

table td {
  padding: 7px;
  font-size: 95%;
  vertical-align: top; }

table td table {
  margin-top: 0; }

table thead {
  background-color: #f2f6f7; }

table th {
  border-right: none;
  border-left: none;
  text-align: left; }

table th {
  padding-top: 4pt;
  padding-bottom: 4pt;
  border-bottom: 1px solid #000;
  background-color: #f2f6f7;
  color: #000;
  font-weight: bold;
  vertical-align: middle; }

table table ul .simple {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 1.3em;
  list-style-type: none; }

table table td .simple {
  margin-top: 0;
  margin-left: 0;
  list-style-type: none; }

table thead tr th {
  border: solid 2px #fff;
  border-bottom: solid 3px #eee; }

.cellrowborder {
  border-bottom: 1px dotted silver;
  border-right: none;
  border-left: none; }

thead .cellrowborder {
  border-bottom: 1px solid; }

.normal {
  border: none; }

.row :nth-child(even) {
  background-color: #f4f7f8; }

body.pageInner .row:nth-child(even), body[class="cleanup-type:task"] .row:nth-child(even) {
  background-color: transparent !important; }

body.pageInner {
  text-align: left; }

.row-nocellborder {
  border-bottom: 1px dotted silver; }

a:link {
  color: #0078EF;
  text-decoration: none;
  -webkit-filter: none;
          filter: none; }

a:visited {
  color: #0078EF;
  text-decoration: none;
  -webkit-filter: none;
          filter: none; }

a:hover {
  text-decoration: underline;
  -webkit-filter: none;
          filter: none; }

a:active, a:focus {
  color: #0078EF;
  text-decoration: underline;
  -webkit-filter: none;
          filter: none;
  outline-style: none !important; }

.familylinks {
  margin-top: 20px;
  line-height: normal; }

.parentlink {
  margin-top: 20px;
  line-height: normal; }

.js .parentlink {
  display: none; }

.previouslink {
  margin-top: 20px;
  line-height: normal; }

.nextlink {
  margin-top: 20px;
  line-height: normal; }

.ullinks {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none; }

.ulchildlink strong a {
  font-weight: normal; }

.relinfo {
  margin-top: 20px;
  line-height: normal; }

.reltasks {
  margin-top: 20px;
  line-height: normal; }

.relconcepts {
  margin-top: 20px;
  line-height: normal; }

.relref {
  margin-top: 20px;
  line-height: normal; }

cite {
  font-style: italic; }

var {
  font-style: italic; }

.apiname {
  font-weight: bold; }

.codeph {
  font-family: "Courier New", Courier, monospace; }

.filepath {
  font-family: "Courier New", Courier, monospace; }

.menucascade {
  font-weight: bold; }

.msgph {
  font-size: 85%; }

.parmname {
  font-style: italic; }

.pre {
  font-family: "Courier New", Courier, monospace; }

.cmdname {
  font-weight: bold;
  font-size: 85%; }

.userinput {
  font-weight: bold;
  font-size: 85%; }

.uicontrol {
  font-weight: bold; }

.var {
  font-style: italic; }

.wintitle {
  font-weight: bold; }

.tablenoborder {
  border: 0 none #fff;
  margin: 0;
  padding: 0; }

.feedback_footer {
  border-top: solid 1px #01A9E7;
  margin-top: 40px;
  padding-top: 10px; }

.feedback_footerSep {
  color: #01A9E7;
  height: 0;
  display: none; }

.feedback_footerSep:after {
  background-color: #01A9E7;
  height: 1px;
  width: auto;
  display: block;
  content: " "; }

#breadcrumbs {
  font-size: 80%; }
  #breadcrumbs a {
    color: #3D515C;
    -webkit-transition: border-bottom 2s;
    -o-transition: border-bottom 2s;
    transition: border-bottom 2s;
    border-bottom: none 0 #000; }
    #breadcrumbs a:after {
      content: " > "; }
    #breadcrumbs a:last-child:after {
      content: normal; }
    #breadcrumbs a:hover {
      text-decoration: none;
      border-bottom: solid 1px #000; }
    #breadcrumbs a:last-child {
      color: #000;
      font-weight: bold; }

.topic {
  margin-top: 6px;
  margin-bottom: 20px; }

#topic-top {
  min-height: 80px;
  margin-top: 10px;
  color: #3D515C; }

@media print {
  #topic-top {
    display: none; } }

.print #topic-top {
  display: none; }

.print body {
  margin-top: 20px; }

.highlight {
  background-color: yellow;
  -webkit-transition: background-color 5s linear;
  -o-transition: background-color 5s linear;
  transition: background-color 5s linear; }

.mf-highlight-ver {
  background-color: #c9f9ff; }

#home-link {
  display: inline-block;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.02 17.16'><defs><style>.cls-1{fill:%230078ef;}</style></defs><title>Home 1</title><g id='Layer_2' data-name='Layer 2'><g id='NEW_icons' data-name='NEW icons'><path class='cls-1' d='M15.54,17.16H10.39a.29.29,0,0,1-.29-.29V12H7.24v4.86a.29.29,0,0,1-.29.29H1.81a.29.29,0,0,1-.29-.29V8H.29a.29.29,0,0,1-.19-.5L8.29.22a.29.29,0,0,1,.37,0l2,1.65V.29A.29.29,0,0,1,11,0h2.86a.29.29,0,0,1,.29.29V4.81l2.82,2.7a.29.29,0,0,1-.2.49h-.91v8.87A.29.29,0,0,1,15.54,17.16Z'/></g></g></svg>");
  background-repeat: no-repeat;
  width: 0px;
  height: 30px;
  padding-left: 45px;
  padding-top: 10px;
  font-size: 20px;
  margin-left: 5px; }

#topic-bottom {
  margin-bottom: 10px; }

#sharing-links {
  float: right; }

a.share-link {
  margin-right: 5px; }
  a.share-link#mf-facebook::before {
    content: url("data:image/svg+xml;utf8,<svg height='20px' width='20px' data-name='Layer 1' id='Layer_1' viewBox='0 0 508.33 508.36' xmlns='http://www.w3.org/2000/svg'><defs><style>.cls-1{fill:%233b5999;fill-rule:evenodd;}.cls-2{fill:%23fff;}</style></defs><title/><path class='cls-1' d='M485,29.72c11.45,15.13,16.61,40.21,19.15,70.7,3.36,45.5,4.71,100.1,6,156.52-1.67,57.47-2.35,115.43-6,156.52-2.88,31.54-9,52.66-19.22,65.47-13,12.79-37.94,23.59-73.5,26.15-43.25,3.69-96.61,3.65-155.48,5.1-65.44-1.12-109.82-.64-156.38-5.08-36.32-2.52-60.08-13.19-74.7-26.07-10.83-14.54-14-30-17-66.24-3.75-41.85-4.58-98.56-6-155.54C4,200.57,4.13,143.44,7.9,100.74,10.43,67.05,14.42,44.4,24.65,30,39,17.77,63.48,11.69,100,8.69c50-5.85,102.06-7,155.88-6.87,55.39.09,108.56,1.67,156,6.34,32,2.56,58.48,8.07,73.07,21.56Z' transform='translate(-1.83 -1.82)'/><path class='cls-2' d='M321.29,196.27H273.76V165.09c0-11.71,7.76-14.44,13.23-14.44h33.55V99.18L274.33,99c-51.29,0-63,38.39-63,63v34.31H181.71v53h29.66V399.41h62.39V249.31h42.1Z' transform='translate(-1.83 -1.82)'/></svg>"); }
  a.share-link#mf-twitter::before {
    content: url("data:image/svg+xml;utf8,<svg height='20px' width='20px' data-name='Layer 1' id='Layer_1' viewBox='0 0 508.33 508.36' xmlns='http://www.w3.org/2000/svg'><defs><style>.cls-1{fill:%231da1f2;fill-rule:evenodd;}.cls-2{fill:%23fff;}</style></defs><title/><path class='cls-1' d='M485,29.72c11.45,15.13,16.61,40.21,19.15,70.7,3.36,45.5,4.71,100.1,6,156.52-1.67,57.47-2.35,115.43-6,156.52-2.88,31.54-9,52.66-19.22,65.47-13,12.79-37.94,23.59-73.5,26.15-43.25,3.69-96.61,3.65-155.48,5.1-65.44-1.12-109.82-.64-156.38-5.08-36.32-2.52-60.08-13.19-74.7-26.07-10.83-14.54-14-30-17-66.24-3.75-41.85-4.58-98.56-6-155.54C4,200.57,4.13,143.44,7.9,100.74,10.43,67.05,14.42,44.4,24.65,30,39,17.77,63.48,11.69,100,8.69c50-5.85,102.06-7,155.88-6.87,55.39.09,108.56,1.67,156,6.34,32,2.56,58.48,8.07,73.07,21.56Z' transform='translate(-1.83 -1.82)'/><path class='cls-2' d='M400.43,158.33A122.64,122.64,0,0,1,365,168a61.75,61.75,0,0,0,27.1-34.1,123.38,123.38,0,0,1-39.14,15,61.69,61.69,0,0,0-105,56.22,175,175,0,0,1-127-64.4A61.71,61.71,0,0,0,140,223a61.46,61.46,0,0,1-27.92-7.71c0,.26,0,.52,0,.78a61.68,61.68,0,0,0,49.45,60.44,62,62,0,0,1-16.24,2.16,61.07,61.07,0,0,1-11.6-1.11,61.7,61.7,0,0,0,57.58,42.8A124.37,124.37,0,0,1,100,345.88a174.42,174.42,0,0,0,94.48,27.69c113.38,0,175.37-93.92,175.37-175.37q0-4-.17-8A124.84,124.84,0,0,0,400.43,158.33Z' transform='translate(-1.83 -1.82)'/></svg>"); }
  a.share-link#mf-linkedin::before {
    content: url("data:image/svg+xml;utf8,<svg height='20px' width='20px' data-name='Layer 1' id='Layer_1' viewBox='0 0 508.33 508.36' xmlns='http://www.w3.org/2000/svg'><defs><style>.cls-1{fill:%230077b5;fill-rule:evenodd;}.cls-2{fill:%23fff;}</style></defs><title/><path class='cls-1' d='M485,29.72c11.45,15.13,16.61,40.21,19.15,70.7,3.36,45.5,4.71,100.1,6,156.52-1.67,57.47-2.35,115.43-6,156.52-2.88,31.54-9,52.66-19.22,65.47-13,12.79-37.94,23.59-73.5,26.15-43.25,3.69-96.61,3.65-155.48,5.1-65.44-1.12-109.82-.64-156.38-5.08-36.32-2.52-60.08-13.19-74.7-26.07-10.83-14.54-14-30-17-66.24-3.75-41.85-4.58-98.56-6-155.54C4,200.57,4.13,143.44,7.9,100.74,10.43,67.05,14.42,44.4,24.65,30,39,17.77,63.48,11.69,100,8.69c50-5.85,102.06-7,155.88-6.87,55.39.09,108.56,1.67,156,6.34,32,2.56,58.48,8.07,73.07,21.56Z' transform='translate(-1.83 -1.82)'/><g data-name='Flat copy' id='Flat_copy'><path class='cls-2' d='M400.76,392.14V281.39c0-59.34-31.68-87-73.91-87-34.08,0-49.36,18.75-57.87,31.91V199H204.78c.85,18.13,0,193.17,0,193.17H269V284.26c0-5.76.41-11.53,2.12-15.65,4.63-11.54,15.2-23.48,32.93-23.48,23.24,0,32.53,17.71,32.53,43.67V392.15h64.2ZM137.13,172.6c22.38,0,36.34-14.85,36.34-33.39-.41-18.95-13.95-33.36-35.91-33.36s-36.33,14.41-36.33,33.36c0,18.54,13.94,33.39,35.49,33.39Zm32.11,219.54V199H105V392.14Z' transform='translate(-1.83 -1.82)'/></g></svg>"); }
  a.share-link#mf-email::before {
    content: url("data:image/svg+xml;utf8,<svg height='20px' width='20px' data-name='Layer 1' id='Layer_1' viewBox='0 0 508.33 508.36' xmlns='http://www.w3.org/2000/svg'><defs><style>.cls-1{fill:%232ca3db;fill-rule:evenodd;}.cls-2{fill:%23fff;}</style></defs><title/><path class='cls-1' d='M485,29.72c11.45,15.13,16.61,40.21,19.15,70.7,3.36,45.5,4.71,100.1,6,156.52-1.67,57.47-2.35,115.43-6,156.52-2.88,31.54-9,52.66-19.22,65.47-13,12.79-37.94,23.59-73.5,26.15-43.25,3.69-96.61,3.65-155.48,5.1-65.44-1.12-109.82-.64-156.38-5.08-36.32-2.52-60.08-13.19-74.7-26.07-10.83-14.54-14-30-17-66.24-3.75-41.85-4.58-98.56-6-155.54C4,200.57,4.13,143.44,7.9,100.74,10.43,67.05,14.42,44.4,24.65,30,39,17.77,63.48,11.69,100,8.69c50-5.85,102.06-7,155.88-6.87,55.39.09,108.56,1.67,156,6.34,32,2.56,58.48,8.07,73.07,21.56Z' transform='translate(-1.83 -1.82)'/><path class='cls-2' d='M378.92,125.44l-264.48,102c-18.05,7.24-17.94,17.31-3.29,21.8l66,20.59,25.24,77.38c3.07,8.47,1.56,11.83,10.45,11.83,6.86,0,9.91-3.13,13.73-6.86,2.43-2.38,16.86-16.41,33-32.08l68.61,50.7c12.63,7,21.74,3.36,24.89-11.73l45-212.24C402.66,128.35,391,120,378.92,125.44ZM187.46,265.11l148.68-93.8c7.42-4.5,14.23-2.08,8.64,2.88L217.48,289.05l-5,52.87Z' id='path9' transform='translate(-1.83 -1.82)'/></svg>"); }

/*
 Handle collapsible elements
*/
.js .collapse > * {
  display: none; }

.js .collapse > :first-child {
  display: block;
  margin-bottom: 10px; }

.js .collapsed, .js .expanded {
  display: block;
  margin-bottom: 10px;
  margin-left: -5px;
  padding-left: 18px;
  background-position: 0 70%;
  cursor: pointer;
  background-repeat: no-repeat; }

.js .collapsed {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QQBDysMW9KSiwAAAQFJREFUOMvtkbFKA1EQRa/7nvvcNAG3yEI+QNhmq63fjoXpTGNjnV94na1EhOcHCP6B/kAsxMrWUsEvULCLVpkZi6RzRVcbQS9MM3AP93KBvyUiOieioosnaXs65/aMNfdENPkRyFiDXtbrpy49o226bppm61sgEYFCka6nyLLMG2NuvfcH3vu0E0hFl6eKZC2B23CZtfZQVI66gXQJERUwM3jB8zzPp+Pd8WmMsd/msa3VVMDCEBGYxNyUZTkdDod3AB5DCC9fBjEzVHWeb+YndV1fAHgC8BxC4I+qvQPFGAezy9lVVVXHxaB4WKV4/Wy1tkSL0c5oH4CuUgj+9bv0BklvXiP/fwlRAAAAAElFTkSuQmCC"); }

.js .expanded {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QQBEAggwNltRAAAAUlJREFUOMvtkk9LAmEQh3/zvku0q4ukkHhZhNAu6iH8002wy4p9uu59gDrkPS8q5HryIAmSYBhGeQltQwVfd7pGoWadgp7bMMPDj5kB/izZbJbW9cV3RaZp+n4tsm07wcyX+Xw+smpG2yQpnZaSzNyUmvSEED9LVCwWk57n3WhSM6SUUEodbS2ybTvJzA1BwmQwAPhJUGorUeGkkPI8rymE8BMRwICUkonoYJVIfixq1dquWqqs67oVEEwSBBAABhhMaqGClmVdDAaDt7XLHj4Otdlsth8Khc6m02kagKkW6pCIgkSkAfABCAB4/iz68mS9u95u/77va7Vae7qu73Q6nTiAwHg8TkxeJ5bruudOw7neeP5YPDYHMC9flce6oZNhGA/RaFR0u91KOBJejp5GL07DwcZEq6hX69S+bYtMOsO545yHf7bmHSzWdFageVvHAAAAAElFTkSuQmCC"); }

#hdr-company {
  height: 80px;
  background: #007CD0 url("data:image/svg+xml;utf8,<svg width='1591px' height='80px' viewBox='0 0 1591 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><linearGradient x1='58.6697319%' y1='176.420898%' x2='117.129643%' y2='-64.2065618%' id='linearGradient-1'><stop stop-color='%231CB6F6' offset='0%'></stop><stop stop-color='%230570F6' offset='100%'></stop></linearGradient></defs><g id='Contents' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='Group-11'><rect id='Rectangle' fill='%230570F6' x='0' y='0' width='1591' height='80'></rect><polygon id='Rectangle-7' fill='url(%23linearGradient-1)' opacity='0.489187047' points='301 0 381 80 0 80 0 0'></polygon></g></g></svg>") no-repeat; }
  #hdr-company a {
    position: absolute;
    display: inline-block;
    top: 27.6px;
    left: 48px;
    width: 105.3px;
    height: 27px;
    background: url("data:image/svg+xml;utf8,<svg width='106px' height='26px' viewBox='0 0 106 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><polygon id='path-1' points='0 26 105.267785 26 105.267785 0.57525 0 0.57525'></polygon></defs><g id='Contents' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-48.000000, -27.000000)'><g id='Page-1' transform='translate(48.000000, 27.000000)'><polygon id='Fill-1' fill='%23FEFEFE' points='5 1 5 6.06839099 20.931609 6.06839099 20.931609 22 26 22 26 1'></polygon><polygon id='Fill-2' fill='%23FEFEFE' points='0 5 0 26 21 26 21 20.9303451 5.0696549 20.9303451 5.0696549 5'></polygon><polygon id='Fill-3' fill='%23FEFEFE' points='40.8657497 1 37.0247593 6.47390273 33.1821183 1 31 1 31 12 33.1821183 12 33.1821183 4.78736655 36.3513067 9.35438909 37.6651994 9.35438909 40.8162311 4.78736655 40.8162311 12 43 12 43 1'></polygon><polygon id='Fill-4' fill='%23FEFEFE' points='49 12 51 12 51 1 49 1'></polygon><g id='Group-16'><path d='M67.4040954,10.456225 L67.4040954,7.999225 L65.2465877,8.02035 L65.2465877,9.4016 L58.7740646,9.4016 L58.7740646,2.7261 L65.2465877,2.7261 L65.2465877,4.1236 L67.4040954,4.12685 L67.4040954,1.687725 C67.4040954,1.0621 66.9328031,0.58435 66.3163723,0.58435 L57.6879723,0.58435 C57.0878492,0.58435 56.6181877,1.0621 56.6181877,1.687725 L56.6181877,10.456225 C56.6181877,11.0656 57.0878492,11.54335 57.6879723,11.54335 L66.3163723,11.54335 C66.9328031,11.54335 67.4040954,11.0656 67.4040954,10.456225' id='Fill-5' fill='%23FEFEFE'></path><mask id='mask-2' fill='white'><use xlink:href='%23path-1'></use></mask><g id='Clip-8'></g><path d='M75.0985538,5.016375 L81.5710769,5.016375 L81.5710769,2.72675 L75.0985538,2.72675 L75.0985538,5.016375 Z M83.7285846,11.544 L80.4849846,7.15975 L82.6408615,7.15975 C83.2572923,7.15975 83.7285846,6.680375 83.7285846,6.071 L83.7285846,1.688375 C83.7285846,1.061125 83.2572923,0.583375 82.6408615,0.583375 L72.9410462,0.583375 L72.9410462,11.544 L75.0985538,11.544 L75.0985538,7.15975 L77.7746462,7.15975 L81.0052,11.544 L83.7285846,11.544 Z' id='Fill-7' fill='%23FEFEFE' mask='url(%23mask-2)'></path><path d='M91.4241846,9.400625 L97.8967077,9.400625 L97.8967077,2.72675 L91.4241846,2.72675 L91.4241846,9.400625 Z M100.052585,10.456875 L100.052585,1.688375 C100.052585,1.061125 99.5829231,0.583375 98.9664923,0.583375 L90.3364615,0.583375 C89.7379692,0.583375 89.2666769,1.061125 89.2666769,1.688375 L89.2666769,10.456875 C89.2666769,11.06625 89.7379692,11.544 90.3364615,11.544 L98.9664923,11.544 C99.5829231,11.544 100.052585,11.06625 100.052585,10.456875 Z' id='Fill-9' fill='%23FEFEFE' mask='url(%23mask-2)'></path><polygon id='Fill-10' fill='%23FEFEFE' mask='url(%23mask-2)' points='42.3117754 17.1039375 42.3117754 14.9605625 31.5258677 14.9605625 31.5258677 25.9211875 33.6833754 25.9211875 33.6833754 21.5206875 40.1558985 21.5206875 40.1558985 19.3610625 33.6833754 19.3610625 33.6833754 17.1039375'></polygon><path d='M47.4733231,23.777 L53.9458462,23.777 L53.9458462,17.103125 L47.4733231,17.103125 L47.4733231,23.777 Z M56.1033538,24.83325 L56.1033538,16.06475 C56.1033538,15.4375 55.6336923,14.95975 55.0172615,14.95975 L46.3872308,14.95975 C45.7871077,14.95975 45.3174462,15.4375 45.3174462,16.06475 L45.3174462,24.831625 C45.3174462,25.442625 45.7871077,25.920375 46.3872308,25.920375 L55.0172615,25.920375 C55.6336923,25.920375 56.1033538,25.442625 56.1033538,24.83325 Z' id='Fill-11' fill='%23FEFEFE' mask='url(%23mask-2)'></path><path d='M70.7532062,24.8337375 L70.7532062,22.3767375 L68.5956985,22.3978625 L68.5956985,23.7791125 L62.1231754,23.7791125 L62.1231754,17.1036125 L68.5956985,17.1036125 L68.5956985,18.5011125 L70.7532062,18.5027375 L70.7532062,16.0652375 C70.7532062,15.4379875 70.2819138,14.9602375 69.6654831,14.9602375 L61.0370831,14.9602375 C60.43696,14.9602375 59.9672985,15.4379875 59.9672985,16.0652375 L59.9672985,24.8337375 C59.9672985,25.4431125 60.43696,25.9208625 61.0370831,25.9208625 L69.6654831,25.9208625 C70.2819138,25.9208625 70.7532062,25.4431125 70.7532062,24.8337375' id='Fill-12' fill='%23FEFEFE' mask='url(%23mask-2)'></path><path d='M85.4030585,24.8337375 L85.4030585,14.9602375 L83.2455508,14.9602375 L83.2455508,23.7791125 L76.7730277,23.7791125 L76.7730277,14.9602375 L74.61552,14.9602375 L74.61552,24.8337375 C74.61552,25.4431125 75.0868123,25.9208625 75.6869354,25.9208625 L84.3153354,25.9208625 C84.9317662,25.9208625 85.4030585,25.4431125 85.4030585,24.8337375' id='Fill-13' fill='%23FEFEFE' mask='url(%23mask-2)'></path><path d='M100.05128,24.8337375 L100.05128,20.4657375 C100.05128,19.8563625 99.5816185,19.3607375 98.9651877,19.3607375 L91.4212492,19.3607375 L91.4212492,17.1036125 L97.8937723,17.1036125 L97.8937723,18.2573625 L100.05128,18.2606125 L100.05128,16.0652375 C100.05128,15.4379875 99.5816185,14.9602375 98.9651877,14.9602375 L90.3351569,14.9602375 C89.7366646,14.9602375 89.2653723,15.4379875 89.2653723,16.0652375 L89.2653723,20.4153625 C89.2653723,21.0247375 89.7366646,21.5203625 90.3351569,21.5203625 L97.8937723,21.5203625 L97.8937723,23.7791125 L91.4212492,23.7791125 L91.4212492,22.6399875 L89.2653723,22.6204875 L89.2653723,24.8337375 C89.2653723,25.4431125 89.7366646,25.9208625 90.3351569,25.9208625 L98.9651877,25.9208625 C99.5816185,25.9208625 100.05128,25.4431125 100.05128,24.8337375' id='Fill-14' fill='%23FEFEFE' mask='url(%23mask-2)'></path><path d='M103.312818,2.4916125 L103.554172,2.4916125 C103.642234,2.4916125 103.723772,2.4802375 103.798788,2.4607375 C103.875434,2.4412375 103.937403,2.4038625 103.986326,2.3502375 C104.033618,2.2966125 104.05808,2.2169875 104.05808,2.1097375 C104.05808,2.0268625 104.041772,1.9602375 104.010788,1.9114875 C103.978172,1.8627375 103.937403,1.8253625 103.88848,1.8009875 C103.836295,1.7766125 103.779218,1.7587375 103.715618,1.7506125 C103.652018,1.7424875 103.588418,1.7376125 103.524818,1.7376125 L102.914911,1.7376125 L102.914911,2.4916125 L103.312818,2.4916125 Z M104.315742,3.6762375 L104.004265,3.6762375 L103.394357,2.6963625 L102.914911,2.6963625 L102.914911,3.6762375 L102.653988,3.6762375 L102.653988,1.5523625 L103.585157,1.5523625 C103.86728,1.5523625 104.064603,1.6027375 104.173865,1.7034875 C104.286388,1.8026125 104.341834,1.9407375 104.341834,2.1146125 C104.341834,2.2186125 104.323895,2.3079875 104.29128,2.3811125 C104.257034,2.4542375 104.209742,2.5143625 104.149403,2.5582375 C104.089065,2.6037375 104.018942,2.6378625 103.935772,2.6606125 C103.852603,2.6801125 103.764542,2.6931125 103.671588,2.6963625 L104.315742,3.6762375 Z M103.363372,4.2693625 C103.594942,4.2693625 103.810203,4.2254875 104.005895,4.1409875 C104.203218,4.0548625 104.371188,3.9378625 104.511434,3.7899875 C104.653311,3.6404875 104.765834,3.4649875 104.844111,3.2651125 C104.925649,3.0636125 104.966418,2.8458625 104.966418,2.6118625 C104.966418,2.3811125 104.925649,2.1649875 104.844111,1.9634875 C104.765834,1.7636125 104.653311,1.5881125 104.511434,1.4418625 C104.371188,1.2956125 104.203218,1.1769875 104.005895,1.0941125 C103.810203,1.0079875 103.594942,0.9657375 103.363372,0.9657375 C103.131803,0.9657375 102.916542,1.0079875 102.719218,1.0941125 C102.520265,1.1769875 102.349034,1.2956125 102.207157,1.4418625 C102.063649,1.5881125 101.952757,1.7636125 101.871218,1.9634875 C101.791311,2.1649875 101.750542,2.3811125 101.750542,2.6118625 C101.750542,2.8458625 101.791311,3.0636125 101.871218,3.2651125 C101.952757,3.4649875 102.063649,3.6404875 102.207157,3.7899875 C102.349034,3.9378625 102.520265,4.0548625 102.719218,4.1409875 C102.916542,4.2254875 103.131803,4.2693625 103.363372,4.2693625 Z M103.363372,4.5196125 C103.097557,4.5196125 102.84968,4.4692375 102.618111,4.3684875 C102.386542,4.2693625 102.184326,4.1328625 102.009834,3.9589875 C101.838603,3.7883625 101.701618,3.5852375 101.600511,3.3544875 C101.499403,3.1237375 101.448849,2.8751125 101.448849,2.6118625 C101.448849,2.3502375 101.499403,2.1048625 101.600511,1.8741125 C101.701618,1.6433625 101.838603,1.4418625 102.009834,1.2712375 C102.184326,1.1006125 102.386542,0.9657375 102.618111,0.8649875 C102.84968,0.7642375 103.097557,0.7138625 103.363372,0.7138625 C103.624295,0.7138625 103.873803,0.7642375 104.103742,0.8649875 C104.335311,0.9657375 104.539157,1.1006125 104.710388,1.2712375 C104.88488,1.4418625 105.020234,1.6433625 105.119711,1.8741125 C105.219188,2.1048625 105.268111,2.3502375 105.268111,2.6118625 C105.268111,2.8751125 105.219188,3.1237375 105.119711,3.3544875 C105.020234,3.5852375 104.88488,3.7883625 104.710388,3.9589875 C104.539157,4.1328625 104.335311,4.2693625 104.103742,4.3684875 C103.873803,4.4692375 103.624295,4.5196125 103.363372,4.5196125 Z' id='Fill-15' fill='%23FEFEFE' mask='url(%23mask-2)'></path></g></g></g></svg>") no-repeat; }

.comment_instance {
  opacity: .85;
  border-spacing: 0;
  font-size: 90%;
  margin-bottom: 25px;
  width: 100%;
  background-color: #fbfae8;
  border: 3px solid #d6d8d6;
  border-radius: 6px; }

.comment_head {
  background-color: #e9e9e2;
  padding: 3px 3px 3px 0;
  font-weight: bold;
  font-size: 90%; }

.comment_head span {
  padding-right: 3px; }

.comment_body {
  padding: 3px; }

.comment_reply {
  float: right !important;
  margin: -4px 10px 0 0; }

#tn_comment_bot {
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
  float: none; }

.phone #tn_comment_bot {
  background-position: 3px 5px;
  width: 100%;
  display: inline-block;
  padding: 3px 0 3px 23px; }

#tn_comment_bot span.navitemtext {
  display: inline; }

.notphone #add_comment_span .tn_comment {
  margin-top: 0;
  padding-top: 0; }

#comment_list .title {
  color: #518988; }

.comment_text {
  font-size: 10px;
  width: 98%; }

#add_comment_here {
  margin-top: 15px;
  margin-bottom: 25px; }

#comment_thanks {
  padding: 10px;
  background-color: #8f908f;
  border: 3px solid #ccc;
  color: #eff0f0;
  font-size: 130%; }

#add_comment {
  background-color: #eff0f0;
  padding: 5px;
  border: 2px solid #d6d8d6;
  border-radius: 8px;
  line-height: normal; }

.desktop #add_comment {
  margin: 0 -8px 0 -8px;
  padding: 3px 6px 3px 6px; }

#add_comment h4 {
  margin: 0; }

#add_comment .explanation {
  padding: 2px 3px 0 3px; }

#add_comment p.instructions {
  font-size: 95%;
  color: #000; }

#add_comment p.disclaimer {
  font-size: 85%;
  font-style: italic; }

#add_comment textarea {
  width: 100%;
  height: 120px;
  padding: 5px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 90%; }

#add_comment .field input, #add_comment textarea {
  border: 3px solid #ccc;
  display: block; }

.phone #add_comment .field {
  float: none !important; }

.phone #add_comment .field input {
  width: 100%; }

.phone #add_comment .ok_cancel_div {
  margin-top: 8px; }

.btn {
  font-size: 14px;
  border-radius: 6px;
  margin: 15px 9px 20px 0;
  padding: 5px 10px 3px 10px;
  border: 2px solid #ccc;
  float: right; }

.clear {
  clear: both; }

#comment_form_errors {
  color: red;
  font-weight: bold; }

.tn_comment, .cmnt_btn {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUKFA0z1HjesgAAAEJJREFUOMtjYBhowAhjeHh4/CdF444dOxjhBpCqGdkQFmymEgLIFrLgkiAWjLpgMLiAOikRmyHEeocJn+kkA3LCAAAgACuDrFeDPgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
  float: none; }

.comment_body pre {
  white-space: pre-wrap; }

.comment_status:before {
  content: "Status="; }

.comment_severity:before {
  content: "Severity="; }

.comment_id:before {
  content: "Id="; }

.required {
  color: red; }

.field {
  margin-bottom: 10px; }
