﻿:root {
    --linkBlue: #06c;
    --TextFontSize: 10pt;
    --TextFontSizeMedSmall: 9pt;
    --TextFontSizeSmall: 8pt;
    --bgHover: #cce5ff;
    --adctA: #8022a0;
    --adctB: #1d1da5;
    --adctN: #b7610b;
    --adctS: #b70b0b;
    --adctU: #1b7e1b;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: var(--TextFontSize);
}

table, tbody, tfoot, thead, tr, th, td {
    font-size: inherit;
    font-family: inherit;
}

.normalFontSize { font-size: var(--TextFontSize) !important; }

.normalFontWeight { font-weight: normal !important; }

a img { border: none; }

a.black { color: black !important; }

/*a.noTrack h1 {
  font-weight: bold;
  font-size: 17pt;
}*/

a.actBtnPos, a.quickButtonPri {
    color: #E2E5F3 !important;
    font-weight: bold !important;
}

.p4lr { padding: 0 4px; }

.highlightedBoxRED {
    color: Red;
    background-color: #ffffcc;
    border: black thin solid;
    padding: 0 3px 5px 3px;
    margin: 4px 4px 4px 4px;
    padding-top: 3px;
}

a.hlStd {
    text-decoration: none !important;
    color: var(--linkBlue) !important;
}

.hlStd {
    text-decoration: none !important;
    color: var(--linkBlue) !important;
}

a.hlBold {
    text-decoration: none !important;
    color: var(--linkBlue) !important;
    font-weight: bold !important;
}

.hlBold {
    text-decoration: none !important;
    color: var(--linkBlue) !important;
    font-weight: bold !important;
}

.hiHover:hover {
    background-color: var(--bgHover) !important;
    background-image: none !important;
}


/*.hlWhite {
  color: white;
  font-weight: bold;
}*/

a.noUnder { text-decoration: none; }

a.blue { color: var(--linkBlue); }

.nowrap { white-space: nowrap; }

.blue { color: var(--linkBlue); }

div.p { padding-top: 1em; }

.clickDiv {
    position: absolute;
    border-radius: 50%;
    animation: 1s ease 1 kfClickDiv;
    width: 20px;
    height: 20px;
}

@keyframes kfClickDiv {
    0% {
        transform: scale(0);
        opacity: 0;
        background-color: var(--linkBlue);
    }

    20% {
        transform: scale(1);
        opacity: 0.5;
        background-color: var(--linkBlue);
    }
        
    100% {
    transform: scale(0);
    opacity: 0;
    background-color: var(--linkBlue);
    }
}

a.prodMenu {
    text-decoration: none;
    color: Black;
}

div.adminMenu {
    font-size: var(--TextFontSizeMedSmall) !important;
    text-decoration: none;
    border-top: black thin solid;
    border-bottom: black thin solid;
    border-right: black thin solid;
    padding: 2px;
    width: 100%;
    height: 32px;
    text-align: left;
    vertical-align: middle;
    background-color: #cce3fd;
    cursor: pointer;
}
div.adminMenuSep { /* del after 2024-0501*/
    width: 100%;
    height: 4px;
    text-align: left;
    background-color: black;
}

div.adminMenu:hover { background-color: #0876f6; }

div.adminMenuSelected {
    background-color: #69acfa;
    font-weight: bold;
    border-right: 0;
}

a.adminMenu {
    text-decoration: none;
    color: Black;
}

.smallerText {
    font-size: var(--TextFontSizeSmall);
    border-collapse: collapse;
    /*line-height: 10pt;*/
}

.smallerTextRed {
    font-size: var(--TextFontSizeSmall);
    color: Red;
    border-collapse: collapse;
    /*line-height: 10px;*/
}



div.outline { border: solid medium rgb(0, 0, 0); }

.Progress {
    background-color: #CF4342;
    color: White;
}

.Progress img {
    vertical-align: middle;
    margin: 2px;
}


.hdrTitle {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.hdrText {
    font-size: 12pt;
    font-weight: normal;
}

.heading {
    font-size: larger;
    font-weight: bold;
}

.bigHeading {
    font-weight: bold;
    font-size: 17pt;
}

.bigHeading div.ii { vertical-align: baseline; }

.bold { font-weight: bold; }

.Loading {
    font-weight: bold;
    color: Red;
}

.padding10 { padding: 10px; }

.padding0 { padding: 0; }

.padding0i { padding: 0 !important; }

.indentLR {
    margin-left: 1em;
    margin-right: 1em;
}

.tbH { font-weight: bold; }

div.brSummRep {
    background-color: #ffffff;
    padding: 4px;
    cursor: pointer;
}

p.brSep {
    border-top: solid 1px #777777;
    font-size: 1pt;
}

.r0 {
    /* even row in table */
    background-color: #e0e0e0;
}

.r1 { background-color: White; }

.image { border: 0; }

.Down {
    width: 125px;
    text-align: center;
}

hr.act {
    color: #edce86;
    background-color: #edce86;
    height: 1px;
    border: 1px;
    margin: 2em 1em 1em 1em;
}

.pageTitle {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 1em;
}

.grayBox {
    font: italic bold 16px arial;
    color: #9f9f9f;
}

.sol {
    font: 10pt Tahoma;
    background-color: White;
    border-collapse: collapse;
    line-height: 14px;
    width: 60px;
    border: solid thin black;
    cursor: pointer;
}

table.fullWidth { width: 100%; }

tr.highlightHover:hover {
    background-color: var(--bgHover) !important;
    background-image: none !important;
    border-color: white !important;
    color: var(--linkBlue) !important;
    cursor: pointer;
}

span.ib { display: inline-block; }

span.vam { vertical-align: middle; }

table.ssMos { border-top: 1px black solid; }

span.ssMos {
    border-top: 1px black solid;
    display: inline-block;
    width: 330px;
    /*height: 64px;*/
    min-height: 64px;
}

span.mInst {
    width: 20px;
    display: inline-block;
    vertical-align: baseline;
}

span.mSeq {
    width: 50px;
    display: inline-block;
    text-align: center;
}

span.mProj {
    width: 120px;
    display: inline-block;
}

span.mEye {
    width: 16px;
    display: inline-block;
}

span.mVer {
    width: 24px;
    display: inline-block;
}

span.mSP {
    width: 80px;
    display: inline-block;
}

span.mSol {
    width: 80px;
    display: inline-block;
}

span.mFra {
    width: 60px;
    display: inline-block;
}

span.mMV {
    width: 50%;
    display: inline-block;
    color: Blue;
}

span.mMVg {
    width: 50%;
    display: inline-block;
    color: Gray;
}

span.mProd {
    width: 50%;
    display: inline-block;
    text-align: right;
    color: Blue;
}

span.mMvRtv {
    display: inline-block;
    text-align: right;
    color: Blue;
    width: 330px;
}

span.mMvgRtv {
    display: inline-block;
    text-align: right;
    color: Gray;
    width: 330px;
}

table.mosExtLinkTable {
    padding: 0.2em;
    font-size: var(--TextFontSizeMedSmall);
    border: 1px #7389E4 solid;
    line-height: 11px;
    width: 100%;
}

span.mosExtLinkTable {
    padding: 0.2em;
    font-size: var(--TextFontSizeMedSmall);
    border: 1px #7389E4 solid; /* 2646CB */
    height: 36px;
    width: 330px;
    display: inline-block;
}

table.mosExtLinkFill {
    background-color: #DCEEF8; /* d7f2ff */
}

span.mosExtLinkFill { background-color: #DCEEF8; }

table.mosExtLinkTableX span.mosExtLinkTableX {
    padding: 0.2em;
    font-size: var(--TextFontSizeMedSmall);
    border: 1px #c0c0c0 solid;
    line-height: 11px;
    width: 100%;
}

table.mosExtLinkFillX { background-color: #e5e5e5; }

span.mosExtLinkFillX { background-color: #e5e5e5; }

span.fFeat {
    /*max-width:300px;*/
    white-space: normal;
    display: inline-block;
}

span.fImage {
    line-height: 98px;
    display: inline-block;
}

span.fName {
    font-weight: bold;
    line-height: 24px;
}

table.featLinkTable {
    padding: 0.2em;
    font-size: var(--TextFontSizeMedSmall);
    border: 1px #e393ff solid;
    line-height: 11px;
    width: 100%;
}

table.featLinkFill { background-color: #f2c7ff; }

table.settingsTable {
    padding: 0.2em;
    border: 1px #d7d7d7 solid;
    width: 100%;
}

.settingsPanel {
    padding: 0.2em; /*	border: 1px #d7d7d7 solid;*/
    width: 100%;
}

table.settingsFill { background-color: #e4e4e4; }

div.settingsRow {
    /*	border-bottom: gray 1px solid;*/
    padding-top: 4px;
    padding-bottom: 0;
    margin-left: 40px;
    margin-right: 20px;
}

table.pointer { cursor: pointer; }

.pointer { cursor: pointer !important; }

.cursorDefault, .imageNoLink { cursor: default; }

.cursorDefaultImp, .imageNoLinkImp { cursor: default !important; }



.LH2px { line-height: 2px; }

table.mosDown {
    border-collapse: collapse;
    font-size: var(--TextFontSizeMedSmall);
    border: 1px black solid;
    line-height: 11px;
}

.grayText { color: Gray; }

.grayTextI { color: Gray !important; }

.redText { color: Red; }

.whiteText { color: White; }

div.fwPage {
    width: 700px;
    margin: 10px;
}

div.fwPageP {
    margin: 10px;
    font-size: 10pt;
}

div.cntntBl {
    width: 500px;
    margin-bottom: 10px;
}

table.cntntBl { width: 500px; }

table.cntntBl7 { width: 700px; }

.cntntBl7 { width: 700px; }

.cntntBl6 { width: 692px; }

table.dlDown {
    background-color: #d9e1e9;
    width: 100%;
}

td.dlOrder {
    background-color: #E9E9D9;
    text-align: center;
    width: 80px;
}

td.dlDown {
    background-color: #d9e1e9;
    text-align: center;
    width: 80px;
}

td.dlSize {
    padding-right: 10px;
    text-align: right;
    width: 50px;
}

td.dlItem {
    padding-left: 20px;
    text-align: left;
    width: 220px;
    line-height: 18px;
}

td.dlTitle {
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
    line-height: 16px;
    padding-top: 6px;
}

td.ml { }

td.mlImg {
    width: 64px;
    text-align: center;
}

td.mlInst {
    width: 20px;
    text-align: center;
}

td.mlSeq {
    width: 60px;
    text-align: left;
}

td.mlProj {
    width: 120px;
    text-align: left;
}

td.mlEye {
    width: 24px;
    text-align: center;
}

td.mlV {
    width: 24px;
    text-align: left;
}

td.mlSP {
    width: 80px;
    text-align: left;
}

td.mlMV {
    width: 40px;
    text-align: center;
}

.mvBlue {
    color: Blue;
    font-family: Times New Roman;
}

.validation-error {
    font-size: 8pt;
    color: Red;
    border-collapse: collapse;
    line-height: 10px;
}

.error {
    background-color: #700;
    color: Purple;
}

.searchTip {
    width: 200px;
    font-size: 8pt;
    /*color: Blue;*/
}

.vstd span, .vstd img {
    vertical-align: middle;
    cursor: pointer;
}

.ellipses {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prHdType {
    font-weight: bold;
    font-size: larger;
    margin: 0;
}

.prHd {
    margin: 0;
    line-height: 100%;
}

.dG {
    cursor: pointer;
    padding: 1px 0 1px 0;
}

.dGIcon {
    display: inline-block;
    width: 40px;
}

.dGInfo {
    display: inline-block;
    min-width: 360px;
    max-width: 360px;
}

.dGSol {
    width: 60px;
    white-space: nowrap;
}

.dGRole {
    min-width: 190px;
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dGSize {
    width: 70px;
    overflow: hidden;
    white-space: nowrap;
    float: right;
    text-align: right;
    padding: 0;
}

.dGFile {
    min-width: 300px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.acctBox {
    color: #191970;
    background-color: #eee;
    border: 2px solid gray;
    padding: 2px 2px 2px 2px;
    font-size: 8pt;
    font-weight: bold;
}

a.acct {
    color: #191970;
    font-size: 8pt;
    font-weight: bold;
}

a:link.acct {
    text-decoration: none;
    color: #191970;
    font-weight: normal;
}

a:visited.acct {
    color: #191970;
    font-weight: normal;
}

a:hover.acct {
    color: Red;
    font-weight: normal;
}

.rtvSolHead, .rtvSolHeadNoCheck {
    font-size: 12pt;
    font-weight: bold;
}

.rtvSolHeadNoCheck { padding-left: 19px; }

.rtvCount { font-style: normal; }

div.rtvCount {
    display: inline-block;
    margin: 0.3em;
}

.rtvLSolTitle {
    font-size: 8pt;
    font-weight: bold;
    display: block;
    clear: both;
}

.rtvPSolTitle {
    font-size: 8pt;
    font-weight: bold;
}

.rtvLSol {
    font-size: 18pt;
    font-weight: bold;
    display: block;
    margin: -6px;
}

.rtvPSol {
    font-size: 8pt;
    font-weight: bold;
}

.rtvLSolCell {
    width: 60px;
    text-align: center;
}

.rtvPSolCell {
    width: 80px;
    text-align: left;
}

.rtvPHead { font-weight: bold; }

.rtvA {
    background-color: #e0ffe0;
    border: 1px solid #e0ffe0;
}

.rtvC {
    background-color: #ffded1;
    border: 1px solid #ffded1;
}

.rtvD {
    background-color: #ffe0e0;
    border: 1px solid #ffe0e0;
}

.rtvE {
    background-color: #fef5d2;
    border: 1px solid #fef5d2;
}

.rtvL {
    font-size: 7pt;
    font-weight: normal;
    /* border: 1px solid #d0d0ff;*/
    padding: 1px 2px 1px 2px;
    margin: 1px;
    display: inline-block;
    height: 18px;
}

.rtvM {
    background-color: #DCEEF8;
    border: 1px solid #DCEEF8;
}

.rtvO {
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}

.rtvP { font-size: 9pt; }

.rtvP1 { float: left; }

.rtvP2 { float: right; }

.rtvS {
    background-color: #E1F5FD;
    border: 1px solid #E1F5FD;
}

.rtvT {
    background-color: #F8DFFF;
    border: 1px solid #F8DFFF;
}

.rtvX {
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}

.rtv1 { font-weight: bold; }

.rtvEntry {
    width: 380px;
    border-top: 2px solid black;
    background-color: #f0f0f0;
}

.rtvEntry:hover {
    background-color: var(--bgHover);
}

.cPageBody { width: 700px; }

.actBtnArea, .quickCont {
    font-size: var(--TextFontSizeMedSmall);
    /*margin-bottom: 12px;*/
    color: Black;
    background-color: #E2E5F3; /*#D7DEF1;*/
}

.quickHead {
    font-weight: bold;
    font-size: larger;
    margin-bottom: 6px;
    padding: 6px;
}

.quickRule {
    padding-top: 6px;
    /*background-color: #5163B7;*/
    background-color: var(--linkBlue);
    clear: left;
}

.quickBody { margin: 0 12px 12px 12px; }

.buttonCont {
    padding: 6px;
    height: 28px;
}

.msgRuleT {
    border-top: 2px solid #D5CA99;
    clear: left;
}

.msgRuleB {
    border-bottom: 2px solid #D5CA99;
    clear: left;
}

.actRuleT {
    border-top: 2px solid var(--linkBlue);
    clear: left;
}

.actRuleB {
    border-bottom: 2px solid var(--linkBlue);
    clear: left;
}

.actBtnPosDemo, .quickButtonPriDemo {
    padding: 4px;
    background-color: var(--linkBlue);
    color: #fff;
    border: var(--linkBlue) 1px solid;
    cursor: default;
    font-weight: bold;
}

.actNoBtnPos {
    float: left;
    padding: 4px;
    font-weight: bold;
    color: var(--linkBlue);
    border: 1px solid transparent;
}

.actBtnPos, .quickButtonPri {
    float: left;
    padding: 4px;
    background-color: var(--linkBlue);
    color: #fff;
    border: var(--linkBlue) 1px solid;
    cursor: pointer;
    font-weight: bold;
}

.actBtnPos:hover, .quickButtonPri:hover {
    background: url("../i/n/buttonOverlay.png") repeat-x scroll 0 0;
    background-color: var(--linkBlue);
}

.actBtnSec, .quickButtonSec {
    float: right;
    background-color: #fff;
    color: var(--linkBlue);
    border: var(--linkBlue) 1px solid;
    cursor: pointer;
    padding: 4px;
    margin-left: 4px;
}

.actBtnSec:hover, .quickButtonSec:hover {
    background: url("../i/n/buttonOverlay.png") repeat-x scroll 0 0;
    background-color: #E2E5F3;
}

.clearBoth { clear: both; }

.seaMsgArea, .resMsgArea, .mainCont {
    font-size: var(--TextFontSizeMedSmall);
    margin-bottom: 12px;
    color: Black;
    padding-bottom: 6px;
    background-color: #f3f0e2;
}

.mainBody { margin: 12px; }

.rActBtnPos, .mainButtonPri {
    float: left;
    padding: 4px;
    background-color: #D5CA99;
    color: #000;
    border: #D5CA99 1px solid;
    cursor: pointer;
}

.rActBtnPos:hover, .mainButtonPri:hover {
    background: url("../i/n/buttonOverlay.png") repeat-x scroll 0 0;
    background-color: #D5CA99;
}

.rActBtnSec, .mainButtonSec {
    float: right;
    background-color: #F3F0E2;
    color: #a79541;
    border: #B7A551 1px solid;
    cursor: pointer;
    padding: 4px;
    margin-left: 4px;
}

.rActBtnSec:hover, .mainButtonSec:hover {
    background: url("../i/n/buttonOverlay.png") repeat-x scroll 0 0;
    background-color: #F3F0E2;
}

.sectionCont {
    padding-left: 12px;
    padding-top: 6px;
}

.sectionHead {
    font-weight: bold;
    font-size: 13pt;
    padding: 8px 0 4px 0;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 7pt;
}

.sectionBody {
    padding-left: 12px;
    margin-bottom: 7px;
}

.subSectionCont {
    padding-left: 12px;
    padding-top: 6px;
}

.subSectionHead {
    font-weight: bold;
    padding: 8px 0 4px 0;
}

.subSectionBody { padding-left: 12px; }









.borderBlack { border: 1px black solid; }

.borderGray { border: 1px gray solid; }

.fillE4 { background-color: #e4e4e4; }

td.p4 { padding: 4px; }

.rpMenu { overflow: visible; }

table.pDTable { }

td.pDTitle {
    font-weight: bold;
    font-size: larger;
    /*background-color: #d0d0d0;*/
}

td.pDHead, table.pDTable th {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

td.pDValue, table.pDTable td { vertical-align: top; }

table.chartSettings {
    padding: 0.2em;
    font-size: var(--TextFontSizeMedSmall);
    border: 1px #ababab solid;
    width: 100%;
}

span.chartSettings {
    padding: 0.2em;
    font-size: var(--TextFontSizeMedSmall);
    border: 1px #ababab solid; /* 2646CB */
    height: 36px;
    width: 330px;
    display: inline-block;
}

table.chartSettingsFill {
    background-color: #eaeaea; /* d7f2ff */
}

span.chartSettingsFill { background-color: #eaeaea; }

.pDOB { width: 150px; }

.padding2 { padding: 2px; }

.padding6top { padding-top: 6px; }

.padding12top { padding-top: 12px; }

.dib { display: inline-block !important; }

.dno { display: none !important; }

.dbl { display: block !important; }

.dco { display: contents !important; }

.dtr { display: table-row !important; }

.dtc { display: table-cell !important; }


.vhi { visibility: hidden; }

.vvi { visibility: visible; }

fieldset { margin-top: 6px; }

legend { font-weight: bold; }

.t12 { font-size: 12px; }

.sFields ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0;
}

.sFields li { padding-bottom: 6px; }

.sFields label {
    font-size: 12px;
    color: #000;
    display: inline-block;
    width: 60px;
    vertical-align: top;
}

.ROpts { padding: 0 0 0 0; }

table.popWin {
    width: 100%;
    text-align: left;
    /*padding: 4px;
    border-spacing: 6px;*/
}

.oH {
    width: 160px; /*            font-weight: bold;*/
    display: inline-block;
    vertical-align: top;
}

.oV {
    width: 160px;
    display: inline-block;
    top: 0;
    left: 0;
    vertical-align: top;
}

.ovHide { overflow: hidden !important; }

.navHead { overflow: visible !important; }

.inline { display: inline; }

.inline-block { display: inline-block; }

.block { display: block; }

.rtbarDDButtonSprite { margin-right: 2px !important; }


div.RadSiteMap .rsmLink, div.RadSiteMap .rsmTemplate { padding: 0; }

.RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmItem { list-style: disc inside none; }

div.RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmLink, div.RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmTemplate { padding-left: 0; }

/*.rspSlideTitle {
  font-weight: bold !important;
}
*/

div.Wrapper {
    margin: 0 15px 0 0;
    padding: 0 0 5px 0;
    float: left;
}

div.Wrapper .heading {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 6px;
}

div.RadMenu .rmGroup .rmText {
    margin: 0 0 0 4px;
    padding: 8px 0 0 10px;
}

div.RadMenu_Default ul.rmRootGroup, div.RadMenu_Default div.rmRootGroup {
    background-color: #000;
    border: 0;
    height: 100%;
}

div.RadMenu_Default .rmVertical {
    background-color: #fff;
    border-top: 2px solid #000;
    color: #000;
}

div.RadMenu_Default .rmHorizontal .rmItem {
    padding: 0;
    margin: 0 8px 0 8px;
}

div.RadMenu .rmLink {
    padding: 0;
    /*background-color: black !important;*/
}

.RadMenu_Default a.rmLink { background-image: none !important; }

.RadMenu .rmHorizontal .rmText {
    /*padding: 0 12px 1px 0;*/
    padding: 0 !important;
}

.RadMenu .rmLeftImage {
    /*margin: 3px 3px 0 -6px;*/
    margin: 3px 0 0 -2px !important;
}


div.RadMenu_Default .rmRootGroup {
    background-image: none;
    background-color: #000;
}

div.RadMenu_Default .rmHorizontal .rmItem a.rmLink .rmText { border: 0 none; }

html .RadMenu .rmGroup { background-image: none; }

.Wrapper p { margin: 8px 0; }

.Wrapper span {
    /*    display: block;*/
    margin-top: 2px;
    font-size: 9pt;
}

.Wrapper table td {
    vertical-align: top;
    line-height: 14px;
}

.Wrapper table a {
    margin: 0;
    line-height: 18px;
    font-size: 9pt;
    font-weight: bold;
    color: var(--linkBlue);
    text-decoration: none;
}

.Wrapper table a:hover { text-decoration: underline; }

.p6 { padding: 6px; }

img.peDT { /* prod entry default thumb*/
    max-height: 64px;
    max-width: 64px;
}

.peDTCont { /* prod entry default thumb container*/
    width: 64px;
    padding-right: 6px;
    height: 64px;
    display: inline-block;
}

.prodListThumb {
    height: 32px;
    width: 32px;
}

.apAct {
    font-size: 1em;
    font-weight: bold;
    color: White;
    background-color: #2C3E51;
    /*source color 517193*/
    display: block;
}

.apCmd {
    font-size: 12pt;
    font-weight: bold;
    color: White;
    background-color: #8ABF8B;
    display: block;
}

.sqSeq {
    font-size: 12pt;
    font-weight: bold;
    color: White;
    background-color: #2C512D;
    /* source color 519352 */
    display: block;
    padding: 6px;
}

.sqCmd {
    font-size: 10pt;
    font-weight: bold;
    color: White;
    background-color: #8ABF8B;
    display: block;
    padding: 6px;
}

.apTemp {
    font-size: 1.5em;
    font-weight: bold;
    background-color: Lime;
    display: block;
}

.apProd { display: block; }

.apArgId {
    font-size: 1em;
    font-weight: bold;
    background-color: #F46AE6;
    display: block;
}

.apArgName {
    font-size: 1em;
    font-weight: bold;
    background-color: #F4BD6A;
    display: block;
}

.iAPbg { background-color: #F2CCFF; }

.iCCbg { background-color: #CCD9FF; }

.iCLbg { background-color: #D9CCFF; }

.iCMbg { background-color: #FFCCF2; }

.iDNbg { background-color: #FFCCD9; }

.iFHbg { background-color: #D9FFCC; }

.iMCbg { background-color: #FFD9CC; }

.iMDbg { background-color: #CCFFF2; }

.iMHbg { background-color: #F2FFCC; }

.iNCbg { background-color: #FFF2CC; }

.iRHbg { background-color: #D9FFCC; }

.iRDbg { background-color: #CCCCA6; }

.iRMbg { background-color: #CCFFF2; }

.iSMbg { background-color: #FFFFCC; }

.iSPbg { background-color: #A6CCCC; }

.tlII {
    width: 16px !important;
    margin: 0 2px 0 2px !important;
}

div.gfCont {
    width: 560px;
    border-top: 1px solid gray;
    font: 8pt Tahoma;
    padding: 2px 0 2px 0;
}

a.gfProd {
    text-decoration: none;
    color: Black;
}

span.gfEntry {
    display: inline-block;
    vertical-align: middle;
}

span.gfProd {
    width: 180px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 6px;
}

span.gfProdIp {
    width: 100px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 6px;
}

.gfImgCont {
    width: 64px;
    height: 48px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

img.gfImg {
    max-width: 48px;
    display: inline-block;
    max-height: 48px;
}

span.gfFNum {
    width: 40px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
}

span.gfFWav {
    width: 40px;
    display: inline-block;
    text-align: center;
}

span.gfGut {
    display: inline-block;
    width: 10px;
}

.monoText { font-family: "Courier New", Courier, Monospace; }

.tableNoBorder {
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
}

.tableNoBorder td {
    padding: 0;
    border: 0;
    border-spacing: 0;
}

.centerDiv { margin: 0 auto; }

.center { text-align: center; }

div.centerPage {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.right { text-align: right; }

table.fixed { table-layout: fixed; }

table.fixed td { overflow: hidden; }

div.margin6 { margin: 6px; }

.detPanBar {
    /* min-width: 580px !important; */
    width: 100% !important;
    max-width: 800px !important;
}

.detPanItem { margin: 6px; }

.rwCont {
    min-height: 100%;
    position: relative;
}

.rwBody {
    padding-bottom: 60px; /* Height of the footer */
}

.rwFoot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
}

.rg0 {
    outline: none;
    border: 0;
}

.help {
    background-color: #F4F0F0;
    margin: 12px;
    max-width: 700px;
}

.pl12 { padding-left: 12px; }

.button {
    padding: 5px 10px;
    background: #777 url(button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    text-shadow: 1px 1px #666;
}

.button:hover { background-position: 0 -48px; }

.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
}

.button.red { background-color: #e50000; }

.button.purple { background-color: #9400bf; }

.button.green { background-color: #58aa00; }

.button.orange { background-color: #ff9c00; }

.button.blue { background-color: #2c6da0; }

.button.black { background-color: #333; }

.button.white {
    background-color: #fff;
    color: #000;
    text-shadow: 1px 1px #fff;
}

.button.small {
    font-size: 75%;
    padding: 3px 7px;
}

.button.small:hover { background-position: 0 -50px; }

.button.small:active {
    padding: 4px 7px 2px;
    background-position: 0 top;
}

.button.large {
    font-size: 125%;
    padding: 7px 12px;
}

.button.large:hover { background-position: 0 -35px; }

.button.large:active {
    padding: 8px 12px 6px;
    background-position: 0 top;
}

.smBl {
    color: #06f !important;
    font-size: 8pt;
    text-decoration: none !important;
}


a:link.smBl {
    color: #06f !important;
    font-size: 8pt;
    text-decoration: none !important;
}

a:visited.smBl {
    color: #06f !important;
    font-size: 8pt;
    text-decoration: none !important;
}

a:hover.smBl {
    color: #00f !important;
    font-size: 8pt;
    text-decoration: none !important;
}

.lformLabel {
    width: 120px;
    vertical-align: middle;
    display: inline-block;
    /*            *display:inline;zoom:1;width:120px;*/
}

.lformInput { margin-left: 120px; }

.lformError { color: #f00; }

.lformSuccess {
    color: Green;
    width: 480px;
    margin-left: 120px;
    background-color: #ccff99;
    border: thin solid green;
    padding: 3px 3px 5px 3px;
    margin: 4px 4px 4px 4px;
}

.lformLegend { font-weight: bold; }

p.lformTitle { font-weight: bold; }

.errorPanel {
    margin-bottom: 4px;
    padding: 0 4px;
    border-left: 4px solid red;
}

.sucessPanel {
    margin-bottom: 4px;
    padding: 0 4px;
    border-left: 4px solid red;
}

.lFieldValLabel {
    margin: 0 0.8em 0 0.3em;
    margin: 0 8px 0 3px;
    vertical-align: middle;
    font-size: 11px;
}

.lField {
    height: 32px;
    width: 344px;
    border: 1px solid grey;
    padding: 1px 1px 1px 6px;
    font-size: 12px;
}

.lPW { width: 314px; }

.lFQ {
    height: 24px;
    width: 354px;
}

.lLeftE, .lLeftR, .lLeftG, .lLeftY { border-left: 4px solid; }

.lLeftE { border-left-color: gray; }

.lLeftR { border-left-color: red; }

.lLeftG { border-left-color: green; }

.lLeftY { border-left-color: gold; }

.pResE, .pResG, .pResR, .pResY {
    background-color: white;
    padding: 0.4em 0.2em 0.4em 0.8em;
    border: solid 1px;
    border-left: 4px solid;
}

.pResG { border-color: green; }

.pResR { border-color: red; }

.pResE { border-color: gray; }

.pResY { border-color: goldenrod; }



.logBtnPos {
    float: left;
    padding: 4px;
    background-color: #5163B7;
    color: #E2E5F3;
    border: #5163B7 1px solid;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
    width: 100%;
}

:hover.logBtnPos { background-color: #03f; }

.logText1 { color: antiquewhite; }

.logText2 { color: lightgray; }

a:link.logBot {
    color: antiquewhite !important;
    font-size: 8pt;
    text-decoration: none !important;
}

a:visited.logBot {
    color: antiquewhite !important;
    font-size: 8pt;
    text-decoration: none !important;
}

a:hover.logBot {
    color: antiquewhite !important;
    font-size: 8pt;
    text-decoration: none !important;
    font-weight: bold;
}

.iV {
    font-style: normal;
    color: black;
}

.iEM { color: gray; }

div.lformInst { }

div.sechead {
    background-color: gray;
    padding: 12px 0 6px 6px;
    vertical-align: bottom;
}

div.login {
    width: 700px;
    margin: 0;
}

.lTitle {
    padding: 8px 8px 12px 8px;
    overflow: hidden;
    font-weight: bold;
    color: white;
    font-size: 12pt;
    background-color: #777777;
}

.lMain { padding: 16px; }

table.lForm { width: 100%; }

td.lLabel {
    font-size: 10pt;
    vertical-align: baseline;
    padding-top: 8px;
}

td.lValue {
    width: 100%;
    vertical-align: baseline;
}

td.lValMsg {
    text-align: right;
    color: red;
    vertical-align: baseline;
    font-size: 9pt;
}

td.lTT {
    vertical-align: baseline;
    width: 18px;
}

.lButton { margin-top: 16px; }

.RadWindow_Sunset { border: solid black 1px !important; }

.RadWindow_Sunset table .rwTopLeft, .RadWindow_Sunset table .rwTopRight, .RadWindow_Sunset table .rwFooterLeft, .RadWindow_Sunset table .rwFooterRight, .RadWindow_Sunset table .rwFooterCenter, .RadWindow_Sunset table .rwBodyLeft, .RadWindow_Sunset table .rwBodyRight, .RadWindow_Sunset table .rwTitlebar, .RadWindow_Sunset table .rwTopResize, .RadWindow_Sunset table .rwIcon { display: none !important; }

.RadWindow_Sunset .rwCorner, .RadWindow_Sunset .rwTopResize, .RadWindow_Sunset .rwFooterCenter, .RadWindow_Sunset .rwTitlebar { display: none !important; }

.RadWindow_Sunset .rwTitlebar { background-position: 0 -6px !important; }


/* remove main borders */

.noBorder.RadWindow {
    border: none;
    padding: 0;
}

.noBorder.RadWindow .rwTitleBar { margin: 0; }

/* remove the titlebar */

.noBorder .rwTitleBar { display: none; }

.noBorder .rwStatusBar { display: none; }

/* remove the border around the content */

.noBorder.RadWindow .rwContent { border: none; }


.zeroButton {
    height: 0;
    width: 0;
    background: transparent;
    border: none !important;
    font-size: 0;
}

.resTitle {
    background: url('../i/n/s16reso.png') no-repeat 0 4px;
    padding-left: 20px;
}

.resBullet {
    background: url('../i/n/h16resoBull.png') no-repeat 0 4px;
    padding-left: 20px;
}

.misTitle {
    background: url('../i/n/s16miss.png') no-repeat 0 4px;
    padding-left: 20px;
}

.mapTitle {
    background: url('../i/n/s16maps.png') no-repeat 0 4px;
    padding-left: 20px;
}

.hlpTitle {
    background: url('../i/n/s16help.png') no-repeat 0 4px;
    padding-left: 20px;
}

.usrTitle {
    background: url('../i/n/s16user.png') no-repeat 0 4px;
    padding-left: 20px;
}

.usrBullet {
    background: url('../i/n/h16userBull.png') no-repeat 0 4px;
    padding-left: 20px;
}

.crtTitle {
    background: url('../i/s/nav/16/cart.png') no-repeat 0 4px;
    padding-left: 20px;
}

.ctctTitle {
    background: url('../i/n/s16ctct.png') no-repeat 0 4px;
    padding-left: 20px;
}

.ctctBullet {
    background: url('../i/n/h16CtctBull.png') no-repeat 0 4px;
    padding-left: 20px;
}

.posRel { position: relative; }

.posRelImp { position: relative !important; }

.backNoneImp { background: none !important; }

.rtbContainer {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
}

div.brImPanel {
    background-color: gainsboro;
    width: 100%;
    height: 0;
    position: relative;
}

img.brImImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.p2 { padding: 2px; }

.vaMid { vertical-align: middle; }

.vaTop { vertical-align: top; }

.visibleOverflow { overflow: visible !important; }


.closeContBg { background-color: #e0e0e0; }

.pPopWin {
    background-color: #e0e0e0;
    overflow: hidden !important;
    text-align: right;
    border-bottom: solid thin gray;
}

.pPopWinCtrl { margin: 4px; }


.shortUrlCopy { margin: 6px 0 0 8px; }

.siAct {
    /* for rad tree sol act summ */
    overflow: hidden;
    width: 300px;
    display: inline-block;
}

.RadTabStrip .rtsLevel1 .rtsTxt { padding: 0 2px !important; }

.RadToolBar .rtbDropDown .rtbChoiceArrow { padding-left: 0; }

.RadToolBar .rtbImage { vertical-align: bottom !important; }

.rtbPopup .rtbImage {
    position: unset !important;
    margin-right: 4px !important;
}

.rtbddArrowOnly { padding-left: 0px !important; }

.rtbddSolDdArrow {
    padding-left: 0 !important;
    padding-right: 4px !important;
    margin-left: -4px !important;
}

html .RadMenu .rmGroup { background-image: none; }

.RadTreeView .rtIn {
    vertical-align: top !important;
    display: inline-block !important;
    margin: 0;
    padding: 0 !important;
}

.RadTreeView_Default .rtHover .rtIn {
    background-color: var(--bgHover) !important;
    background-image: none !important;
    border-color: white !important;
    color: var(--linkBlue) !important;
    cursor: pointer;
}

.RadTreeView_Default .rtSelected .rtIn {
    color: black !important;
    background-color: white !important;
    border-width: 0 !important;
    background-image: none !important;
}


.cEntry {
    width: 650px;
    border-top: 1px solid black;
    font-size: var(--TextFontSizeMedSmall);
    margin: 0 2px 0 2px;
}

.cEntryTitle {
    font-weight: bold;
    margin-bottom: 6px;
    padding: 0.5em;
    word-break: break-word;
}

.cEntryLeftBlock {
    vertical-align: top;
    padding-right: 24px;
}

.cEntryRightBlock {
    vertical-align: top;
    width: 200px;
}

.marginR24 { margin-right: 24px; }

.cEntryOpts {
    margin-top: 6px;
    font-size: 8pt;
}

a.cEntryOpts {
    text-decoration: none;
    color: var(--linkBlue);
}

.cEntryPreview { margin-left: 20px; }

.cEntryEnd {
    clear: left; /*border-bottom:1px solid gray;*/
    height: 12px;
}

a:link, a:link.hideVisited {
    text-decoration: none;
    color: var(--linkBlue);
}

a:visited, a:visited.hideVisited { color: var(--linkBlue); }

a:hover, a:hover.hideVisited {
    color: var(--linkBlue);
    text-decoration: none;
}

a:active, a:active.hideVisited {
    text-decoration: none;
    color: var(--linkBlue);
}

.rwHT1 { font-size: 10pt; }

.rwHT2 { font-size: 8pt; }

.tourButton, .tourButtonPrim {
    cursor: pointer;
    color: var(--linkBlue);
}

.tourButtonPrim { font-weight: bold; }

/*Drawing styles*/

.anStDiv {
    margin-top: 6px;
    background-color: aliceblue;
}

.anStTab { width: 100%; }

.anStAct { margin: 2px 0 4px 0; }

.anStGr {
    text-transform: uppercase;
    font-size: 8pt;
    font-weight: bold;
    margin-right: 1em;
    /*vertical-align: bottom;*/
    vertical-align: top;
}

.anStGrSub {
    text-transform: uppercase;
    font-size: 8pt;
    margin-right: 1em;
    vertical-align: top;
}

.anStLb {
    font-size: 10pt;
    margin: 0 0.4em 0 0.8em;
    vertical-align: bottom;
}

.anStLbCh {
    font-size: 10pt;
    margin: 0 0 0 0.8em;
}

.anStDis { color: gray; }

.RadPanelBar_Metro .rpRootLink.rpSelected {
    background-color: #f9f9f9 !important;
    border-color: #c0c0c0 !important;
    box-shadow: inset 0 0 0 gray !important;
    color: black !important;
}


.RadToolBar_Metro .rtbChecked .rtbButton,
.RadToolBar_Metro .rtbExpanded .rtbButton,
.RadToolBar_Metro .rtbExpanded .rtBButton.rtbMenuButton .RadToolBar_Metro .rtbExpanded.rtbMore {
    border-color: #c0c0c0 !important;
    color: black !important;
    background-color: #f9f9f9 !important;
}

.RadComboBox_Metro .rcbReadOnly.rcbFocused,
.RadComboBox_Metro .rcbReadOnly.rcbExpanded {
    border-color: #c0c0c0 !important;
    color: black !important;
    background-color: #f9f9f9 !important;
}

div.RadToolTip_Metro .rtWrapper .rtWrapperContent { background-color: #f0f0f0 !important; }

div.dpis { /* detail page item stamp */
    display: inline-block;
}

/*div.dpis .thumb {
        width: 48px;
        padding-right: 6px;
      }*/

div.dpis .dpisName {
    display: inline-block;
    width: 140px;
    font-weight: bold;
    margin-left: 0.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.dpis .dpisImSize {
    display: inline-block;
    width: 110px;
    font-size: var(--TextFontSizeSmall);
}

div.dpis .dpisSol {
    display: inline-block;
    width: 50px;
}

div.dpis .dpisSite {
    display: inline-block;
    width: 80px;
}

div.dpis .dpisSclk {
    display: inline-block;
    width: 110px;
}

div.dpis .dpisSeq {
    display: inline-block;
    width: 90px;
}

div.dpis img.browse {
    vertical-align: top;
    max-height: 48px;
    max-width: 48px;
    text-align: center;
}

div.dpis span.itemContainer {
    display: flex;
    margin-top: 0.4em;
    margin-right: 0.4em;
    border: solid thin #ddd;
    cursor: pointer;
    font-size: smaller;
}

div.dpis span.itemContainer:hover {
    /*background-color: #fafad2;*/
    background-color: var(--bgHover) !important;
}

div.dpis span.browseContainer {
    height: 48px; /* equals max image height */
    width: 48px;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin-right: 0.4em;
}

div.dpis span.descContainer {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    width: 190px;
    /* need this fixed width here to get text overflow ellipsis to work */
}

.vab { vertical-align: bottom; }

/* sol chooser */
table.SCXtable {
    width: 100%;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 10pt;
    font-family: 'Segoe UI', Arial, sans-serif;
    cursor: pointer;
}

table.SCXtable td {
    text-align: center;
    padding: 0;
    border: 1px solid #3f3f3f;
}

table.SCbreak {
    padding: 0;
    border: 1px solid #3f3f3f;
    background-color: #3f3f3f;
    height: 2px;
    width: 100%;
}

table.SCXXXX td:hover {
    background-color: var(--bgHover) !important;
}

table.SCXXX td:hover {
    background-color: var(--bgHover) !important;
}

table.SCX td:hover {
    background-color: var(--bgHover) !important;
}

table.SCXXXX {
    background-color: #c0c0c0;
    border-bottom: 4px solid #3f3f3f;
}

table.SCXXX {
    background-color: #d7d7d7;
    border-bottom: 2px solid #3f3f3f;
}

table.SCX {
    background-color: #fff;
}

.SCxxxxSel {
    background-color: var(--bgHover) !important;
}

.SCxxxSel {
    background-color: var(--bgHover) !important;
}

.SCxSel {
    background-color: var(--bgHover) !important;
}

.SCxxxDis {
    color: #d7d7d7;
}

.SCxxxDis:hover {
    background-color: #d7d7d7 !important;
    cursor: default;
}

.SCxDis {
    color: #d7d7d7;
}

.SCxDis:hover {
    background-color: #ffffff !important;
    cursor: default;
}


.selectAllText {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

.RadButton > div.ic16, div.ic24, div.ic32, div.ic64, span.ic16, span.ic24, span.ic32, span.ic64,
.rpText > div.ic16, div.ic24, div.ic32, div.ic64, span.ic16, span.ic24, span.ic32, span.ic64,
.rtbText > div.ic16, div.ic24, div.ic32, div.ic64, span.ic16, span.ic24, span.ic32, span.ic64,
div.smallerText > div.ic16, div.ic24, div.ic32, div.ic64, span.ic16, span.ic24, span.ic32, span.ic64,
div.smallerTextRed > div.ic16, div.ic24, div.ic32, div.ic64, span.ic16, span.ic24, span.ic32, span.ic64,
div.rtvSolHead > div.ic16, div.ic24, div.ic32, div.ic64, span.ic16, span.ic24, span.ic32, span.ic64,
div.rtvSolHeadNoCheck > div.ic16, div.ic24, div.ic32, div.ic64, span.ic16, span.ic24, span.ic32, span.ic64,
.rtvL > div.ic16, div.ic24, div.ic32, div.ic64, span.ic16, span.ic24, span.ic32, span.ic64,
.rtvP1 > div.ic16, div.ic24, div.ic32, div.ic64, span.ic16, span.ic24, span.ic32, span.ic64 {
     vertical-align: middle !important;
}

div.ic16, div.ic24, div.ic32, div.ic64, span.ic16, span.ic24, span.ic32, span.ic64 {
    /* iconContainer*/
    display: inline-block;
    position: relative;
    vertical-align: middle;
    vertical-align: top;
    vertical-align: baseline;
    vertical-align: text-bottom;
}

div.ic16, span.ic16 {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    width: 16px;
}

div.ic24, span.ic24 {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 24px;
}

div.ic32, span.ic32 {
    font-size: 32px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    margin-top: 1px;
    margin-bottom: -1px;
}

div.ic64, span.ic64 {
    font-size: 64px;
    height: 64px;
    line-height: 64px;
    width: 64px;
    margin-top: 2px;
    margin-bottom: -2px;
}

i.is16 { font-size: 12px; }

i.is24 { font-size: 18px; }

i.is32 { font-size: 24px; }

i.is64 { font-size: 48px; }

i.navExpColArrow {
    font-size: 0.3em !important;
    height: 0.5em;
    width: 0.5em !important;
    line-height: 0.5em;
    top: 1.5em;
    left: 1.6em !important;
}

div.rtvSolHead, div.rtvSolHeadNoCheck { display: inline-block; }

div.rtvSolHead div.ic16, div.rtvSolHeadNoCheck div.ic16 { bottom: 2px; }

.RadToolBar .rtbText {
    display: inline !important;
    line-height: 20px;
    min-height: 20px;
    vertical-align: bottom !important;
}

.rtbPopup .rtbLink, .rtbPopup .rtbInner { padding: 4px 32px 4px 4px !important; }

.rtbPopup .rtbSeparator { margin: 2px 0 0 4px; }

.downloadItemPanelSmall {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-flow: row nowrap;
    /*justify-content: space-between;*/
    /*align-items: baseline;*/
}

div.flexContSingleRow {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: baseline;
}

div.flexContSingleRowSimple {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-flow: row nowrap;
}

div.flexLR {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: baseline;
}

div.flexLR div:last-child { margin-left: auto; }

div.hvCenter {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


div.adct {
    display: inline-block;
    color: red;
    font-weight: bold;
    border: 0.2em solid red;
    padding: 0.2em;
    margin: 0.2em;
    background-color: ghostwhite;
}

div.adctA {
    color: var(--adctA);
    border-color: var(--adctA);
}

div.adctB {
    color: var(--adctB);
    border-color: var(--adctB);
}

div.adctN {
    color: var(--adctN);
    border-color: var(--adctN);
}

div.adctS {
    color: var(--adctS);
    border-color: var(--adctS);
}

div.adctU {
    color: var(--adctU);
    border-color: var(--adctU);
}

div > div.padSmall { padding: 0.2em; }

div.iiMp, span.iiMp {
    display: inline-block;
    height: 16px;
    width: 32px;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
}

div.mpCYL, span.mpCYL { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='125px' height='64px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 912.5 466.01'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .str0 %7Bstroke:%236699FF;stroke-width:12.5;stroke-miterlimit:2.61313%7D .fil0 %7Bfill:%23C5DAFF%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Crect class='fil0 str0' x='231.25' y='64.25' width='450' height='337.5'/%3E%3Cpolygon class='fil0 str0' points='6.25,458 6.25,8.01 231.25,64.25 231.25,401.75 '/%3E%3Cpolygon class='fil0 str0' points='906.24,458 906.24,8.01 681.25,64.25 681.25,401.75 '/%3E%3C/g%3E%3C/svg%3E"); }

div.mpCYP, span.mpCYP { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='125px' height='64px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 552.83 283.24'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .str0 %7Bstroke:%236699FF;stroke-width:7.57;stroke-miterlimit:2.61313%7D .fil0 %7Bfill:%23C5DAFF%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cpath class='fil0 str0' d='M3.79 277.94l0 -272.63c198.34,68.15 334.66,68.15 545.26,0l0 272.63c-210.6,-68.16 -346.92,-68.16 -545.26,0z'/%3E%3C/g%3E%3C/svg%3E"); }

div.mpORT, span.mpORT { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='64px' height='64px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 20.07 20.07'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .str0 %7Bstroke:%236699FF;stroke-width:0.54;stroke-miterlimit:2.61313%7D .fil0 %7Bfill:%23C5DAFF%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cpath class='fil0 str0' d='M0.27 0.27l19.53 0 0 19.53 -19.53 0 0 -19.53zm7.32 7.32l4.88 0 0 4.88 -4.88 0 0 -4.88z'/%3E%3C/g%3E%3C/svg%3E"); }

div.mpPER, span.mpPER { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='125px' height='64px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 912.5 466.01'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .str0 %7Bstroke:%236699FF;stroke-width:12.5;stroke-miterlimit:2.61313%7D .fil0 %7Bfill:%23C5DAFF%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Crect class='fil0 str0' x='231.25' y='64.25' width='450' height='337.5'/%3E%3Cpolygon class='fil0 str0' points='6.25,458 6.25,8.01 231.25,64.25 231.25,401.75 '/%3E%3Cpolygon class='fil0 str0' points='906.24,458 906.24,8.01 681.25,64.25 681.25,401.75 '/%3E%3C/g%3E%3C/svg%3E"); }

div.mpPOL, span.mpPOL { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='64px' height='64px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 20.07 20.07'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .str0 %7Bstroke:%236699FF;stroke-width:0.54;stroke-miterlimit:2.61313%7D .fil0 %7Bfill:%23C5DAFF%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cpath class='fil0 str0' d='M10.03 0.27c5.4,0 9.77,4.37 9.77,9.76 0,5.4 -4.37,9.77 -9.77,9.77 -5.39,0 -9.76,-4.37 -9.76,-9.77 0,-5.39 4.37,-9.76 9.76,-9.76zm0 7.32c1.35,0 2.44,1.1 2.44,2.44 0,1.35 -1.09,2.44 -2.44,2.44 -1.34,0 -2.44,-1.09 -2.44,-2.44 0,-1.34 1.1,-2.44 2.44,-2.44z'/%3E%3C/g%3E%3C/svg%3E%0A"); }

div.mpVRT, span.mpVRT { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='64px' height='64px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 20.07 20.07'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .str0 %7Bstroke:%236699FF;stroke-width:0.54;stroke-miterlimit:2.61313%7D .fil0 %7Bfill:%23C5DAFF%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cpath class='fil0 str0' d='M0.27 0.27l19.53 0 0 19.53 -19.53 0 0 -19.53zm7.32 7.32l4.88 0 0 4.88 -4.88 0 0 -4.88z'/%3E%3C/g%3E%3C/svg%3E"); }

div.ii {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}

/* INS */

div.iiNCC { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FF8EAA%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ECC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNCCw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FF8EAA%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ECC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNDA { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E2FFAA%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EDA%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNDAw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E2FFAA%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EDA%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNDC { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EDC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNDCw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EDC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNFG { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAAE2%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EFG%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNFGw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAAE2%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EFG%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNHP { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EAAFF%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EHP%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNHPw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EAAFF%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EHP%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNPS { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E28EFF%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EPS%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNPSw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E28EFF%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EPS%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNRD { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EE2FF%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERD%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNRDw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EE2FF%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERD%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNRS { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFE28E%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERS%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNRSw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFE28E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERS%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNSE { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFF8E%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ESE%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNSEw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ESE%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNTW { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAA8E%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ETW%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiNTWw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAA8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ETW%3C%2Ftext%3E%3C%2Fsvg%3E"); }

/* M20 */

div.iiPCC { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23B4C3B8%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ECC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPCCw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23B4C3B8%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ECC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPED { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23CFC3B1%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EED%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPEDw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23CFC3B1%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EED%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPFH { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23C8E5C1%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EFH%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPFHw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23C8E5C1%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EFH%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPHL { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E4C895%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EHL%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPHLw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E4C895%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EHL%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPME { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAECF7%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EME%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPMEw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAECF7%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EME%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPMX { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23EDD391%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EMX%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPMXw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23EDD391%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EMX%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPMZ { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E5BBCC%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EMZ%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPMZw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E5BBCC%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EMZ%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPNC { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23F8C8AE%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ENC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPNCw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23F8C8AE%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ENC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPPX { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AFE0DD%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EPX%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPPXw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AFE0DD%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EPX%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPRF { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E4DBFA%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERF%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPRFw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E4DBFA%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERF%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPRH { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23C8E5C1%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERH%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPRHw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23C8E5C1%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERH%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPSC { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23BED0F1%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ESC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPSCw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23BED0F1%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ESC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPSL { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23F5E4AE%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ESL%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiPSLw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23F5E4AE%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ESL%3C%2Ftext%3E%3C%2Fsvg%3E"); }

/* MERB */

div.iiBA { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E28EFF%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EA%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBAw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E28EFF%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EA%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBB { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EE2E2%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EB%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBBw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EE2E2%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EB%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBD { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFF8E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ED%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBDw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ED%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBE { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EFFE2%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EE%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBEw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EFFE2%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EE%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBF { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EF%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBFw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EF%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBM { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E2E28E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EM%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBMw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E2E28E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EM%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBN { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFE28E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EN%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBNw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFE28E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EN%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBP { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E2FF8E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EP%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBPw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E2FF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EP%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBR { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ER%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBRw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ER%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBT { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FF8EE2%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ET%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiBTw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FF8EE2%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ET%3C%2Ftext%3E%3C%2Fsvg%3E"); }

/* MSL */

div.iiCAP { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E28EFF%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EAP%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCAPw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E28EFF%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EAP%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCCC { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EAAFF%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ECC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCCCw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EAAFF%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ECC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCCM { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FF8EE2%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ECM%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCCMw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FF8EE2%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ECM%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCDN { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FF8EAA%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EDN%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCDNw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FF8EAA%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EDN%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCFH { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EFH%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCFHw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EFH%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCMC { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAA8E%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EMC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCMCw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAA8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EMC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCMD { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EFFE2%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EMD%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCMDw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EFFE2%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EMD%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCMH { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E2FF8E%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EMH%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCMHw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E2FF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EMH%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCNC { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFE28E%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ENC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCNCw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFE28E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ENC%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCRH { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERH%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCRHw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERH%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCRD { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E2E28E%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERD%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCRDw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E2E28E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERD%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCRM { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EFFE2%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERM%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCRMw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EFFE2%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ERM%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCSM { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFF8E%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ESM%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCSMw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ESM%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCSP { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EE2E2%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ESP%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiCSPw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EE2E2%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%2216%22%20y%3D%229%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%280.5%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ESP%3C%2Ftext%3E%3C%2Fsvg%3E"); }

/* PHX */

div.iiXA { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFF8E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EA%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXAw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EA%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXE { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FF8EAA%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EE%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXEw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FF8EAA%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EE%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXF { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EF%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXFw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EF%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXL { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAAE2%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EL%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXLw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAAE2%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EL%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXM { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAAE2%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EM%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXMw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAAE2%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EM%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXN { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EAAFF%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EN%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXNw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EAAFF%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EN%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXO { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAA8E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EO%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXOw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAA8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EO%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXP { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EP%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXPw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EP%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXR { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E28EFF%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ER%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXRw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23E28EFF%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ER%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXS { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFE28E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ES%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXSw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFE28E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ES%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXT { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EE2FF%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ET%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXTw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%238EE2FF%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3ET%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXW { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EW%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXWw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EW%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXX { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Black%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EX%3C%2Ftext%3E%3C%2Fsvg%3E"); }

div.iiXXw { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20version%3D%221.1%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23AAFF8E%22%2F%3E%3Crect%20y%3D%221.6%22%20width%3D%2216%22%20height%3D%2212.8%22%20fill%3D%22white%22%2F%3E%3Ctext%20x%3D%228%22%20y%3D%228%22%20dominant-baseline%3D%22central%22%20text-anchor%3D%22middle%22%20transform%3D%22scale%281%2C1%29%22%20fill%3D%22Gray%22%20font-family%3D%22Arial%22%20font-size%3D%2216%22%20font-weight%3D%22bold%22%3EX%3C%2Ftext%3E%3C%2Fsvg%3E"); }