<style>
  html {
    margin: 0;
    padding: 0;
  }
  nav > ul li ul {
    display: none;
  }
  nav > ul li:hover ul {
    display: block;
  }
  div.titlebar {
    display: block;
    box-sizing: border-box;
    height: 30px;
    margin: none;
    padding: none;
    background-color: #FFFFFF;
  }
  div.titletext {
    display: inline-block;
    color: black;
    font-size: 14pt;
    font-family: Arial;
    font-weight: bold;
    padding: none;
    margin: none;
    margin-left: 12px;
    margin-top: 6px;
    margin-bottom: 4px;
    margin-right: 8px;
    text-shadow: 3px 3px 6px #A0A0A0;
    user-select: none;
  }
  p.dropdownlabel {
    color: white;
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    padding: 2px;
    margin-right: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  button.titlebar {
    background-color: #266099;
    color: white;
    font-size: 9pt;
    font-family: Arial;
    position: relative;
    top: -1px;
    border: none;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #D8D8D8;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 4px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  button.titlebar:hover {
    background-color: #0080FF;
    cursor: pointer;
  }
  button.zoom {
    background-color: #992626;
    color: white;
    font-size: 9pt;
    font-family: Arial;
    border: none;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #D8D8D8;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
  }
  button.zoom:hover {
    background-color: #FF0000;
    cursor: pointer;
  }
  button.tablecell {
    background-color: #266099;
    color: white;
    font-size: 9pt;
    font-family: Arial;
    border: none;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #D8D8D8;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 1px;
  }
  button.tablecell:hover {
    background-color: #0080FF;
    cursor: pointer;
  }
  button.normal {
    margin-left: 2px;
  }
  button.newgroup {
    margin-left: 20px;
  }
  div.page-header {
    text-align: center;
    background-image: linear-gradient(to right, #1858A0, #2868A8, #1858A0);
    position: absolute;
    width: 100%;
    height: 32px;
  }
  div.home-page {
    text-align: center;
    background-image: linear-gradient(to right, #1858A0, #2868A8, #1858A0);
    position: absolute;
    width: 100%;
    height: calc(100vh - 32px);
  }
  div.home-page-content {
    margin-top: calc(100vh/4);
  }
  p.home-page-text {
    font-size: 12pt;
    font-family: Arial;
    color: white;
    padding: 8px;
    user-select: none;
  }
  p.home-page-links {
    margin-top: 48px;
  }
  a.home-page-link {
    font-size: 16pt;
    font-family: Arial;
    color: white;
    padding: 16px;
    margin: none;
    text-decoration: none;
    text-shadow: 3px 3px 6px #000000;
  }
  a.home-page-link:visited {
    color: white;
    text-decoration: none;
  }
  a.home-page-link:hover {
    color: white;
    font-size: 18pt;
    text-decoration: none;
  }
  p.home-page-minor-links {
    margin-top: 80px;
  }
  a.home-page-minor-link {
    font-size: 10pt;
    font-family: Arial;
    color: cyan;
    padding: 3px;
    margin: none;
    text-decoration: none;
    text-shadow: 1px 1px 3px #000000;
  }
  a.home-page-minor-link:visited {
    color: cyan;
    text-decoration: none;
  }
  a.home-page-minor-link:hover {
    color: white;
    text-decoration: underline;
  }
  body.homepage {
    background-image: linear-gradient(to right, #185CA1, #2868A8, #185CA1);
    justify-content: left;
    align-items: center;
  }
  div.logo-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 0px;
    background-color: #F0F0F0;
    user-select: none;
  }
  img.logo {
    height: 20px;
    width: 20px;
    margin-left: 8px;
    margin-right: 4px;
    box-shadow: 3px 3px 6px #A0A0A0;
  }
  div.logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: baseline;
  }
  div.logo-blue {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 3px 3px 6px #A0A0A0;
    vertical-align: baseline;
    color: #5060A0;
    user-select: none;
  }
  div.logo-red {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 3px 3px 6px #A0A0A0;
    color: #F00000;
    vertical-align: baseline;
    user-select: none;
  }
  div.logo-dotcom {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 3px 3px 6px #A0A0A0;
    vertical-align: baseline;
    color: #808080;
    user-select: none;
  }
  div.logo-tm {
    font-family: Arial;
    font-size: 8px;
    font-weight: bold;
    text-shadow: 3px 3px 6px #A0A0A0;
    color: #808080;
    position: relative;
    vertical-align: baseline;
    top: -1.8em;
    user-select: none;
  }
  a.logo {
    text-decoration: none;
  }
  div.header {
    background-image: linear-gradient(to right, #1858A0, #2868A8, #1858A0);
  }
  img.header {
    display: block;
    padding: 8px;
    padding-top: 7px;
  }
  div.headerlink {
    margin: 12px;
    margin-left: 15px;
    margin-top: 0px;
    display: inline-block;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
  }
  @media screen {
    div.tab-page-live-area {
      margin-top: 0px;
      margin-bottom: 8px;
      margin-left: 0px;
      margin-right: 08px;
      height: 100%;
      width: 100%;
    }
    div.tab-page-live-area3 {
      border: 1px solid #C0C0C0;
      margin-top: 0px;
      margin-bottom: 8px;
      margin-left: 0px;
      margin-right: 08px;
      overflow: auto;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
    }
  body {
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    height: 100%;
    border: none;
    background-color: #F0F0F0;
  }
    div.tab-control-lower2 {
      border-left: 1px solid #A0A0A0;
      border-right: 1px solid #A0A0A0;
      border-bottom: 1px solid #A0A0A0;
      background-color: #FFFFFF;
      padding: 8px;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 1px;
    }
    div.sidenav {
      margin-right: 8px;
    }
    div.sidenavpartner {
      width: 100%;
      height: 100%;
    }
  div.sectionheading {
    width: 100%;
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    color: #1858A0;
    margin-top: -2px;
    margin-bottom: 4px;
    text-shadow: 3px 3px 6px #A0A0A0;
    display: flex;
    justify-content: space-between;
  }
  div.sectioncontent {
     width: calc(100dvw - 165px);
     height: calc(100% - 22px);
     border: 1px solid #A0A0A0;
     overflow-x: auto;
     overflow-y: auto;
  }
  table.interactive {
    border: none;
    border-spacing: 0px;
    margin: none;
    padding: none;
  }
    p.logo {
      color: #FFFFFF;
      text-shadow: 3px 3px 6px #092950;
    }
    div.tab-control-lower {
      border-left: 1px solid #A0A0A0;
      border-right: 1px solid #A0A0A0;
      border-bottom: 1px solid #A0A0A0;
      background-color: #FFFFFF;
      padding: 8px;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 4px;
      width: calc(100dvw - 34px);
      height: calc(100dvh - 128px);
    }
    div.datasheet-live-area {
      width: calc(100dvw - 36px);
      height: calc(100dvh - 130px);
      background-color: #FFFFFF;
      border: 1px solid #A0A0A0;
      overflow: auto;
    }
    div.datasheet-live-area2 {
      width: calc(100dvw - 36px);
      height: calc(100dvh - 202px);
      background-color: #FFFFFF;
      border: 1px solid #A0A0A0;
      overflow: auto;
    }
    th.datasheet-center {
      font-family: Arial;
      font-size: 12px;
    }
    td.datasheet-left {
      font-family: Arial;
      font-size: 12px;
    }
    td.datasheet-left-nowrap {
      font-family: Arial;
      font-size: 12px;
      white-space: nowrap;
    }
    td.datasheet-center {
      font-family: Arial;
      font-size: 12px;
    }
    td.datasheet-center-nowrap {
      font-family: Arial;
      font-size: 12px;
      white-space: nowrap;
    }
    td.datasheet-right {
      font-family: Arial;
      font-size: 12px;
    }
    td.datasheet-right-nowrap {
      font-family: Arial;
      font-size: 12px;
      white-space: nowrap;
    }
  }
  @media print {
    div.tab-page-live-area {
      border-width: 0px;
    }
    p.logo {
      color: #000000;
      text-shadow: none;
    }
    div.datasheet-live-area {
      border-width: 0px;
    }
    div.tab-control-lower {
      background-color: #fafafa;
      padding: 0px;
      margin: 8px;
      border: 1px solid #C0C0C0;
      display: block;
      overflow: auto;
    }
    th.datasheet-center {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 12pt;
    }
    td.datasheet-left {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 12pt;
    }
    td.datasheet-left-nowrap {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 12pt;
    }
    td.datasheet-center {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 12pt;
    }
  }
  div.merchant-grid {
    display: grid;
    column-gap: 8px;
    row-gap: 0px;
    grid-template-columns: repeat(auto-fill, 240px);
    margin: 4px;
    margin-left: 40px;
  }
  div.merchant-grid-cell {
    
  }
  div.subcategory-list {
    column-width: 240px;
    column-rule: 1px solid blue;
  }
  div.subcategory {
    font-family: Arial;
    font-size: 11pt;
  }
  div.brand-area {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  div.brand-list {
    column-width: 240px;
    column-rule: 1px solid #5060A0;
    background-color: #FFFFFF;
    padding: 8px;
  }
  div.brand-group-heading {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    background-color: #5060A0;
    color: #FFFFFF;
    padding: 3px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
    text-align: center;
    user-select: none;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    break-after: avoid;
  }
  div.brand-cell {
    font-family: Arial;
    font-size: 10pt;
    color: #808080;
    background-color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    column-fill: auto;
    height: 100%;
    padding: 2px;
    padding-left: 4px;
    margin: 0px;
  }
  div.search-page-help-area {
    border-width: 0px;
    width: calc(100vw - 0px);
    height: calc(100vh - 72px);
    overflow: auto;
  }
  div.block-region {
    border: 1px solid #A0A0A0;
  }
  div.block-region2 {
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  div.tab-region {
    display: flex;
    flex-direction: column;
    margin: none;
    border: none;
    width: 100%;
    position: absolute;
  }
  div.tab-strip {
    padding: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    margin-right: 8px;
    height: 34px;
    background-color: #F0F0F0;
  }
  div.tab-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  div.tab-prompt {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    font-size: 10pt;
    font-family: Arial;
    color: #000000;
    padding-bottom: 4px;
  }
  div.tab-page {
    background-color: #ffffff;
    padding: 0px;
    margin: none;
    overflow: scroll;
    display: inline-block;
    width: 100% - 50px;
    border: 1px solid #A0A0A0;
  }
  hr {
    border-color: #FF0000;
  }
  tr.interactive:nth-child(even) {
    background: #ecfcec;
  }
  tr.interactive:nth-child(odd) {
    background: #ffffff;
  }
  div.cover {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: fixed;
  }
  div.parameterpage {
    background-color: #fafafa;
    width: 100%;
    height: 100%;
  }
  thead {
    margin: 0px;
  }
  th.parameter {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    padding: 3px;
    padding-left: 6px;
    background-color: #f0f0f0;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #a0a0a0;
    text-align: center;
  }
  td.description {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 2px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    text-align: left;
    white-space: nowrap;
    user-select: none;
  }
  td.value {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    margin: none;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #d0d0d0;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    user-select: none;
  }
  td.border-right-heavy {
    border-right: 2px solid #808080;
  }
  td.border-right-medium {
    border-right: 1px solid #B0B0B0;
  }
  td.border-right-light {
    border-right: 1px solid #E0E0E0;
  }
  td.component-type-header {
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    padding: 4px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    text-align: left;
    white-space: nowrap;
    width: auto;
    -webkit-print-color-adjust: exact !important;
    background-color: #e8e8e8;
  }
  td.component-type-header:hover {
    cursor: pointer;
    background-color: #f0f0f0;
  }
  td.top-left {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 2px;
    margin: none;
    background-color: #ffffff;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: top;
    text-align: left;
    width: auto;
  }
  td.top-left-description {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 2px;
    margin: none;
    background-color: #ffffff;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: top;
    text-align: center;
  }
  td.top-left-nowrap {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 2px;
    margin: none;
    background-color: #ffffff;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    width: auto;
    min-width: 50px;
  }
  td.parameter-name {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    background-color: #FFFFFF;
    padding: 2px;
    padding-top: 4px;
    padding-right: 6px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    width: auto;
    user-select: none;
  }
  td.parameter-name-disabled {
    color: #C0C0C0;
  }
  td.top-left-nowrap-leftborder {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 2px;
    margin: none;
    background-color: #ffffff;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    border-left: 2px solid #808080;
    text-align: left;
    white-space: nowrap;
    width: auto;
  }
  td.top-center-nowrap {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 2px;
    margin: none;
    background-color: #ffffff;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
    width: auto;
  }
  td.min-max {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 2px;
    padding-top: 4px;
    padding-right: 4px;
    margin: none;
    background-color: #ffffff;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    width: auto;
  }
  td.min-max-disabled {
    color: #C0C0C0;
  }
  td.top-left-nowrap-gray {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 2px;
    margin: none;
    background-color: #f8f8f8;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    text-align: left;
    white-space: nowrap;
  }
  td.criteriaselectedrow {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 2px;
    background-color: #ffffff;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    white-space: nowrap;
    text-align: left;
  }
  select.normal {
    background-color: #ffffff;
    font-size: 9pt;
    font-family: Arial;
    padding: none;
    margin: none;
    width: auto;
    border: none;
    text-align: left
  }
  select.center {
    background-color: #ffffff;
    font-size: 9pt;
    font-family: Arial;
    padding: none;
    margin: none;
    width: auto;
    border: none;
    text-align: center
  }
  select.titlebar {
    font-size: 9pt;
    font-family: Arial;
    padding: none;
    margin-top: 4px;
    margin-bottom: 4px;
    width: auto;
    border: 1px;
  }
  select.parameter-group-drop-down {
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    padding: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 4px;
    margin-right: 0px;
    padding-left: 2px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: auto;
    border: 1px solid #A0A0A0;
  }
  label.parameter-group-drop-down {
    font-size: 12pt;
    font-family: Arial;
  }
  button.button-14 {
    background-image: linear-gradient(#f7f8fa ,#e7e9ec);
    border-color: #adb1b8 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember",Arial,sans-serif;
    font-size: 10px;
    height: 20px;
    width: auto;
    margin-top: 0px;
    margin-left: 4px;
    margin-bottom: 4px;
    margin-right: 0px;
    outline: 0;
    overflow: hidden;
    padding: 0 6px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
  }
  button.button-14:active {
    background-image: linear-gradient(#d7d9dc, #e7e8ea);
    border-color: #e77688;
    box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
  }
  button.button-14:active:hover {
    background-image: linear-gradient(#d7d9dc, #e7e8ea);
    border-color: #e77688;
    box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
    outline: 0;
  }
  button.button-14:hover {
    border-color: #e77600;
    box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
    outline: 0;
  }
  button.button-14:disabled {
    color: #cccccc;
  }
  div.page-footer {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: 1px;
  }
  p.page-footer {
    font-size: 8pt;
    font-family: Arial;
    font-weight: normal;
    color: #808080;
    text-shadow: 2px 2px 4px #A0A0A0;
    user-select: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
  }
  table.datasheet {
    border-width: 2px;
    border-style: solid;
    border-color: #1858A0;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 6px;
    margin-left: 12px;
    min-width: 300px;
  }
  table.datasheet-visible {
    border-width: 2px;
    border-style: solid;
    border-color: #1858A0;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 6px;
    margin-left: 12px;
    min-width: 300px;
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear 6s;
  }
  table.datasheet-hidden {
    border-width: 2px;
    border-style: solid;
    border-color: #1858A0;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 6px;
    margin-left: 12px;
    min-width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
  }
  th.datasheet-center {
    font-weight: bold;
    background-color: #d0d0d0;
    color: #404040;
    padding: 4px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: middle;
    text-align: center;
    width: auto;
  }
  td.datasheet-left {
    font-weight: normal;
    background-color: #ffffff;
    color: #404040;
    padding: 4px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: middle;
    text-align: left;
    width: auto;
  }
  td.datasheet-left-nowrap {
    font-weight: normal;
    background-color: #ffffff;
    color: #404040;
    padding: 4px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: middle;
    text-align: left;
    width: auto;
    white-space: nowrap;
  }
  td.datasheet-center {
    font-weight: normal;
    background-color: #ffffff;
    color: #404040;
    padding: 4px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: middle;
    text-align: center;
    width: auto;
  }
  td.datasheet-right {
    font-weight: normal;
    background-color: #ffffff;
    color: #404040;
    padding: 4px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: middle;
    text-align: right;
    width: auto;
  }
  td.datasheet-logo {
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    background-color: #ffffff;
    color: #404040;
    padding: 16px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: middle;
    text-align: left;
    width: auto;
  }
  figure.float-left {
    float: left;
    margin: 8px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
  }
  p.logo {
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  a.sponsored-link {
    color: #000000;
    text-decoration: none;
  }
  a.sponsored-link:visited {
    text-decoration: none;
  }
  a.courtesy-link {
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #404040;
    text-decoration: none;
  }
  a.courtesy-link:visited {
    text-decoration: none;
  }
  a.courtesy-link:hover {
    color: #0000FF;
    text-decoration: underline;
  }
  table.product-list {
    border-width: 2px;
    border-style: solid;
    border-color: #1858A0;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 6px;
    margin-left: 12px;
    min-width: 300px;
  }
  th.product-list-heading {
    font-family: Arial;
    font-size: 10ptpt;
    font-weight: bold;
    background-color: #e0e0e0;
    color: #404040;
    padding: 2px;
    padding-left: 4px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: middle;
    text-align: left;
    width: auto;
    white-space: nowrap;
  }
  td.product-name {
    font-family: Arial;
    font-size: 10ptpt;
    font-weight: normal;
    background-color: #ffffff;
    color: #404040;
    padding: 2px;
    padding-right: 4px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: middle;
    text-align: left;
    width: auto;
    white-space: nowrap;
  }
  td.product-description {
    font-family: Arial;
    font-size: 10ptpt;
    font-weight: normal;
    background-color: #ffffff;
    color: #404040;
    padding: 2px;
    margin: none;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    vertical-align: middle;
    text-align: left;
    width: auto;
  }
  div.breadcrumb-trail {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: baseline;
    padding-top: 2px;
    padding-left: 8px;
    padding-bottom: 4px;
    background-color: #F0F0F0;
    border-bottom: 1px solid #C0C0C0;
  }
  div.breadcrumb {
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 2px 2px 4px #C0C0C0;
    user-select: none;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #404040;
  }
  div.breadcrumb-disabled {
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 2px 2px 4px #C0C0C0;
    user-select: none;
    margin-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #808080;
  }
  a.breadcrumb {
    text-decoration: none;
    color: #404040;
  }
  a.breadcrumb:link {
    text-decoration: none;
  }
  a.breadcrumb:visited {
    text-decoration: none;
  }
  a.breadcrumb:hover {
    text-decoration: underline;
    color: #F00000;
  }
  div.page-title {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    user-select: none;
    margin-left: 8px;
    padding-top: 3px;
  }
  div.page-subtitle {
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    user-select: none;
    margin-left: 8px;
    padding-top: 6px;
    color: #800080;
  }
  div.section-heading {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    user-select: none;
    margin-left: 8px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 4px;
  }
  div.body-text {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    user-select: none;
    margin-left: 8px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 4px;
  }
  div.horizontal-rule {
    margin-left: 8px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 4px;
    border-top: 1px solid #A0A0A0;
    height: 0px;
  }
  a.catindex {
    color: #404040;
    text-decoration: none;
    white-space: nowrap;
  }
  a.catindex:visited {
    text-decoration: none;
  }
  a.catindex:hover {
    color: #0000FF;
    text-decoration: underline;
  }
  a.product-image {
    color: #000000;
    text-decoration: none;
  }
  a.product-image:visited {
    color: #000000;
    text-decoration: none;
  }
  a.product-image:hover {
    color: #000000;
    text-decoration: none;
  }
  div.live-area {
    display: none;
  }
  div.javascript-warning {
    color: white;
    background-color: red;
    font-family: Arial;
    font-size: 12pt;
    padding: 8px;
    margin: 20px;
  }
  table.javascript-warning {
    margin-top: 8px;
  }
  th.javascript-warning {
    color: #800000;
    background-color: #FFC0C0;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    padding: 4px;
  }
  td.javascript-warning {
    color: #800000;
    background-color: #FFE0E0;
    font-family: Arial;
    font-size: 10pt;
    padding: 4px;
  }
  div.datasheet {
    background-color: #ffffff;
    padding: 0px;
    margin: 8px;
  }
  div.datasheet-feature-list {
    column-count: 2;
    column-width: auto;
    column-gap: 20px;
    column-rule: 1px solid #C0C0C0;
    padding: 10px;
  }
  div.datasheet-group-container {
    break-inside: avoid;
  }
  div.datasheet-group-name {
    text-align: left;
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    color: #1858A0;
    text-align: left;
    padding: 4px;
    padding-left: 0px;
  }
  div.datasheet-feature-name {
    text-align: left;
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    text-align: left;
    padding: 2px;
    padding-left: 4px;
  }
  div.datasheet-feature-group-heading {
    text-align: left;
    width: 100%;
    font-size: 18pt;
    font-family: Arial;
    font-weight: bold;
    border-top: 4px solid black;
    color: black;
    text-align: left;
    padding: 6px;
    padding-left: 0px;
    margin-top: 20px;
  }
  div.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  div.keyword-search {
    padding: 8px;
    padding-bottom: 48px;
    color: white;
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    text-align: center;
  }
  div.homepage-tabregion {
    width: 75%;
    margin: auto;
  }
  div.greeting {
    padding: 8px;
    padding-bottom: 48px;
    color: white;
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    text-align: center;
  }
  div.navbar {
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
  }
  div.table-container {
    width: 100%;
    overflow-y: auto;
    width: 100%
    border: 1px solid;
  }
  div.homepage {
    background-color: #2868A8;
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    padding: 16px;
  }
  div.homepage-text {
    font-size: 12pt;
    font-family: Arial;
    font-weight: normal;
    align: left;
    padding: 16px;
    color: #A6E2FF;
  }
  div.homepage-box {
    flex: auto;
    width: 100%;
    color: #404040;
    display: block;
    padding: 5px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #ffffff;
    margin-left: -1px;
    margin-top: -1px;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    white-space: nowrap;
    overflow: hidden;
  }
  div.category-button-prefix {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #ecece8;
    white-space: nowrap;
    text-align: center;
  }
  div.category-button-text {
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    color: #000080;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: nowrap;
    text-align: left;
    user-select: none;
  }
  div.category-button-suffix {
    flex: auto;
    width: 200px;
    font-family: Arial;
    font-weight: normal;
    color: #A0A0A0;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: rgba(0,0,0,0.0);
    white-space: nowrap;
    text-align: left;
    font-size: 10pt;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
  }
  div.index {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #e8e8e8;
    height: 75%;
    padding: 20px;
    margin: none;
  }
  div.category-list {
    background-color: #ffffff;
    padding: 8px;
    margin: none;
  }
  div.criteria-list {
    background-color: #fafafa;
    padding: none;
    margin: none;
  }
  div.catindex {
    color: #FFFFFF;
    background-color: #ffffff;
    column-width: 250px;
    column-fill: auto;
    height: 100%;
    padding: 8px;
    margin: none;
  }
  div.catindex-box {
    margin: 8px;
    padding: 8px;
    background-color: #ffffff;
  }
  div.catindex-level2 {
    margin: 0px;
    padding: 0px;
    padding-top: 4px;
    padding-left: 8px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #808080;
  }
  div.index-item {
    font-size: 12pt;
    font-family: Arial;
    padding: 2px;
  }
  div.right {
    margin-left: auto;
  }
  div.tooltip {
    visibility: hidden;
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
  }
  div.tooltip:hover {
    visibility: visible;
  }
  h1.search {
    font-family: Arial;
    font-size: 18pt;
    font-weight: bold;
    color: #1858A0;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    padding-top: 3px;
    user-select: none;
  }
  h2.search {
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #1858A0;
    text-shadow: 3px 3px 6px #A0A0A0;
    user-select: none;
  }
  h1 {
    color: black;
    font-size: 24pt;
    font-family: Arial;
    font-weight: bold;
    padding: 12px;
    margin: 0px;
  }
  h2 {
    color: black;
    font-size: 18pt;
    font-family: Arial;
    font-weight: bold;
    padding: 2px;
    margin: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-shadow: 3px 3px 6px #A0A0A0;
  }
  h3 {
    color: black;
    font-size: 14pt;
    font-family: Arial Black;
    font-weight: bold;
    margin: 0px;
    margin-left: 0px;
    margin-top: 24px;
  }
  h4 {
    color: black;
    font-size: 11pt;
    font-family: Arial Black;
    font-weight: bold;
    margin: 0px;
    margin-left: 12px;
    margin-top: 8px;
  }
  h2.datasheet {
    color: black;
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    padding: 2px;
    margin: 0px;
    margin-left: 12px;
    margin-top: 8px;
    margin-bottom: 4px;
    text-shadow: 2px 2px 4px #A0A0A0;
  }
  div.product-image {
    position: relative;
    display: inline-block;
    background-color: #FFFFFF;
    height: 175px;
    min-width: 175px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: 0px;
    padding: 10px;
    border: 1px solid #7F7F7F;
    border-radius: 9px;
    box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.3);
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  }
  img.product-saturated {
    display: block;
    object-fit: contain;
    height: 175px;
    margin: 0 auto;
  }
  img.product-desaturated {
    display: block;
    object-fit: contain;
    height: 175px;
    filter: saturate(0.75) contrast(0.75) brightness(1.5) opacity(35%) blur(1px);
    margin: 0 auto;
  }
  span.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  img.thumb {
    object-fit: contain;
    width: 64px;
    max-height: 48px;
  }
  img.sort {
    align: right;
    vertical-align: middle;
  }
  img.cancel {
    align: left;
    vertical-align: middle;
  }
  label.enum-value {
    user-select: none;
  }
  input.wide {
    font-size: 9pt;
    font-family: Arial;
    width: 90px;
    border: none;
  }
  input.condition-value {
    font-size: 9pt;
    font-family: Arial;
    width: 127px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: none;
  }
  input:focus {
  }
  input.tab-button {
    background-color: inherit;
    border: 1px solid black;
    cursor: pointer;
    padding: 10px 12px;
    margin: none;
    transition: 0.3s;
    position: relative;
    bottom: 0px;
  }
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;
}
::-moz-placeholder {
   font-style: italic;
}
:-ms-input-placeholder {
   font-style: italic;
}
  label.criteria {
    font-size: 9pt;
    font-family: Arial;
    display: block;
    padding-top: 3px;
    color: #000000;
  }
  label.criteria-disabled {
    font-size: 9pt;
    font-family: Arial;
    display: block;
    padding-top: 3px;
    color: #A0A0A0;
  }
  input.condition-label {
    font-size: 9pt;
    font-family: Arial;
    width: 30px;
  }
  label.search {
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    margin: 12px;
    margin-left: 10px;
    color: white;
  }
  p {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #808080;
    padding: 2px;
    margin: 2px;
  }
  p.homepage {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
    padding: 0px;
    margin: 2px;
    margin-left: 12px;
  }
  p.datasheet {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
    padding: 0px;
    margin: 2px;
    margin-left: 12px;
  }
  p.tab-page-subhead {
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    color: black;
    margin: 8px;
    margin-bottom: 4px;
    text-shadow: 2px 2px 3px #A0A0A0;
  }
  p.tab-page-subhead-pointer {
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    color: black;
    margin: 8px;
    margin-bottom: 4px;
    text-shadow: 2px 2px 3px #A0A0A0;
    cursor: pointer
  }
  p.tab-page-text {
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    color: black;
    margin: 8px;
    margin-top: 4px;
  }
  a.tab-page-link {
    color: #0000FF;
    text-decoration: underline;
  }
  a.tab-page-link:visited {
    color: #0000FF;
    text-decoration: underline;
  }
  a.tab-page-link:hover {
    color: #0000FF;
    text-decoration: underline;
  }
  p.tab-page-text-visible1 {
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    color: black;
    margin: 8px;
    margin-top: 4px;
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
  }
  p.tab-page-text-visible2 {
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    color: black;
    margin: 8px;
    margin-top: 4px;
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear 3s;
  }
  p.tab-page-text-hidden {
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
    color: black;
    margin: 8px;
    margin-top: 4px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
  }
  p.column-index {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #808080;
    padding: 2px;
    margin: 2px;
    text-align: center;
  }
  p.right {
    font-size: 12pt;
    font-family: Arial;
    font-weight: normal;
    color: #ffffff;
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
  }
  select.valuelist {
    font-size: 9pt;
    font-family: Arial;
    border: none;
    margin: none;
    padding: none;
    overflow-y: auto;
  }
  select.valuelist:focus {
  }
  select.sort {
    font-size: 9pt;
    font-family: Arial;
    padding: 1px;
  }
  select.condition {
    font-size: 9pt;
    font-family: Arial;
    padding: 1px;
  }
  td.footerleft {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    padding: 3px;
    text-align: left;
    color: white;
  }
  td.footerright {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    padding: 3px;
    text-align: right;
    color: white;
  }
  td.sectionheader {
    font-size: 10pt;
    font-family: Arial Black;
    font-weight: bold;
    color: #404040;
    padding: 3px;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #fcfce8;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    width: 1%;
    white-space: nowrap;
    text-align: left;
  }
  td.thumb {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #fcfcf8;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    width: 48px;
    white-space: nowrap;
    text-align: left;
  }
  td.conditions {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    background-color: #fcfcf8;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    text-align: left;
  }
  td.darkvalue {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #404040;
    padding: 3px;
    background-color: #ecece8;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    white-space: nowrap;
    text-align: center;
  }
  th.datasheet-heading {
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
    padding: 6px;
    padding-left: 8px;
    background-image: linear-gradient(to right, #1858A0, #2868A8, #1858A0);
    color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    text-align: left;
  }
  th.datasheet-section-heading {
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
    padding: 4px;
    color: #ffffff;
    background-color: #1858A0;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    text-align: left;
    user-select: none;
  }
  th.datasheet-center {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    padding: 3px;
    background-color: #ecece8;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    text-align: center;
    user-select: none;
  }
  th.sticky-corner {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    padding: 3px;
    background-color: #ececec;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #C0C0C0;
    white-space: nowrap;
    vertical-align: middle;
    text-shadow: 2px 2px 4px #A0A0A0;
    position: sticky;
    z-index: 4;
    left: 0;
    user-select: none;
  }
  th.sticky-column {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    margin: none;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #d0d0d0;
    white-space: nowrap;
    vertical-align: middle;
    position: sticky;
    z-index: 3;
    left: 0;
    text-align: left;
    user-select: none;
  }
  th.sticky {
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ececec;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    white-space: nowrap;
    vertical-align: middle;
    text-shadow: 2px 2px 4px #A0A0A0;
    position: sticky;
    z-index: 3;
    user-select: none;
  }
  th.align-left {
    text-align: left;
  }
  th.border-right-heavy {
    border-right: 2px solid #808080;
  }
  th.border-right-medium {
    border-right: 1px solid #B0B0B0;
  }
  th.border-right-light {
    border-right: 1px solid #E0E0E0;
  }
  th.results-first-row {
    top: 0px;
    height: 25px;
    font-weight: bold;
    cursor: auto;
  }
  th.results-second-row{
    top: 32px;
    height: 50px;
    cursor: auto;
  }
  th.results-third-row{
    top: 89px;
    height: 18px;
    border-bottom: 2px solid #808080;
    cursor: pointer;
  }
  th.criteria-second-row {
    top: 0px;
    height: 14px;
  }
  th.prompt {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    padding: 3px;
    padding-top: 6px;
    background-color: #ecece8;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    text-align: left;
    vertical-align: top;
  }
  th.conditions {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    padding: 3px;
    background-color: #fcfcf8;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    text-align: center;
  }
  th.value {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    padding: 3px;
    background-color: #ecece8;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    text-align: center;
  }
  th.description {
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    padding: 3px;
    padding-top: 6px;
    background-color: #ecece8;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    text-align: left;
    vertical-align: top;
  }
</style>
