#article2018 .breadCrumb {
  margin-top: 0.5rem;
}
#article2018 h1 {
  color: #756aaa;
}
#article2018 h1 > sup {
  font-size: 1.5rem;
  vertical-align: super;
}
#article2018 h2 {
  font-family: helvbld, arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
#article2018 p.ulTitle {
  font-style: italic;
}
#article2018 span.inlineTitle {
  font-weight: bold;
}

#article2018 #pmsChart {
    margin: -1rem 0 2rem;
}
#article2018 #pmsChart .divTable {
    display: table;
    width: 100%;
}
#article2018 #pmsChart .divTableHeading {
    display: table-header-group;
    text-transform: uppercase;
}
#article2018 #pmsChart .divTableBody {
    display: table-row-group;
}
#article2018 #pmsChart .divTableRow {
    display: table-row;
}
#article2018 #pmsChart .divTableRow.callout {
    display: table-row;
}
#article2018 #pmsChart .divTableRow:nth-child(even) {
    /* background: #f0f0f0; */
}
#article2018 #pmsChart .divTableCell, 
#article2018 #pmsChart .divTableHead,
#article2018 #pmsChart .divTableSectionHead {
  display: table-cell;
  border: 1px solid #aaa;
  padding: 3px 2px 3px 4px;
}
#article2018 #pmsChart .divTableHead.left,
#article2018 #pmsChart .divTableHead.middle,
#article2018 #pmsChart .divTableHead.right {
  color: #fff;
  background-color: #756aaa;
}
#article2018 #pmsChart .divTableSectionHead.left,
#article2018 #pmsChart .divTableSectionHead.middle,
#article2018 #pmsChart .divTableSectionHead.right {
  text-transform: none;
  background-color: rgba(0,0,0,0.125);
}
#article2018 #pmsChart .divTableRow.callOut {
  background-color: rgba(117,106,170,0.25);
}
#article2018 #pmsChart .divTableRow.callOut .divTableCell {
  vertical-align: middle;
}
#article2018 #pmsChart .divTableHead,
#article2018 #pmsChart .divTableSectionHead {
  font-weight: bold;
  font-size: 18px;
}
#article2018 #pmsChart .left {
  padding-left: 10px;
  font-weight: bold;
}
#article2018 #pmsChart .left,
#article2018 #pmsChart .middle,
#article2018 #pmsChart .right {
  width: 33%;
}
#article2018 #pmsChart .divTable .middle,
.divTable .right {
  text-align: center;
}
#article2018 #pmsChart .divTableCell {
  font-size: 14px;
}
#article2018 #pmsChart .divTableSectionHead.left,
#article2018 #pmsChart .divTableSectionHead.middle {
  border-right: none;
}
#article2018 #pmsChart .divTableSectionHead.right,
#article2018 #pmsChart .divTableSectionHead.middle {
  border-left: none;
}


#article2018 ol {
  counter-reset: list;
}
#article2018 ol > li {
  list-style: none;
}
#article2018 ol.paren > li:before {
  content: counter(list, decimal) ") ";
  counter-increment: list;
}
#article2018 ol.paren>li {
  margin-bottom: 1rem;
  margin-left: 1rem;
  text-indent: -1rem;
}
#article2018 ol.lowerAlpha > li {
  list-style: lower-alpha;
  margin-left: -1.3rem;
  text-indent: 0;
}

#article2018 .mt {
  margin-top: 1rem;
}
#article2018 .mt3 {
  margin-top: 3rem;
}
#article2018 .mb {
  margin-bottom: 1rem;
}
#article2018 .mb3 {
  margin-bottom: 3rem;
}


#article2018.magento h1 {     
  font-family: Helvetica-Neue-Thin-Italic,"Helvetica Neue Thin Italic","Microsoft JhengHei",Arial,sans-serif; 
}
#article2018.magento a {     
  text-decoration: underline;  
}
#article2018.magento .left,
#article2018.magento .right {     
  float: none !important;  
}


@media only screen and (max-width: 450px) {  
  #article2018 img { margin: 0 0 1rem; }  
}



table.responsiveTable {
  margin-top: 16px;
}
table.responsiveTable th {
  display: none;   
  text-transform: uppercase;
  background-color: #d4af37;
}

table.responsiveTable tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
} 
table.responsiveTable tr:nth-child(odd){
  background-color: rgba(200,200,200,0.3);
} 
table.responsiveTable tr:nth-child(even){
  background-color: rgba(200,200,200,0.1);
} 

table.responsiveTable td {
  display: block; 
  vertical-align: top;
}
table.responsiveTable td:first-child {
  padding-top: .5em;
}
table.responsiveTable td:last-child {
  padding-bottom: .5em;
}

table.responsiveTable td:before {
  content: attr(data-th)": ";
  font-weight: bold;
  text-transform: uppercase;
  width: 6.5em; 
  display: inline-block;
}      
table.responsiveTable td.tdHead {
  background-color: rgba(212,175,55,0.2);
}      

  
table.responsiveTable th, 
table.responsiveTable td {
  text-align: left;
}   

.metallicCompetitiveChart {
  border-radius: .4em;
  overflow: hidden;
}

table.responsiveTable tr {
  border-color: lighten(#34495E, 10%);
}
table.responsiveTable th, 
table.responsiveTable td {
  margin: .5em 1em;
}
table.responsiveTable td.tdHead {
  padding: 10px 0 10px 20px;
  /margin-left: -4px;
} 
table.responsiveTable ul {
  list-style: none;
  padding: 0 10px 0 0;
}
table.responsiveTable li:before {
  content: "- ";
}
table.responsiveTable li {
  text-indent: -10px;
  margin-left: 10px;
}
/* Desktop */

@media (min-width:768px) {
  table.responsiveTable th, 
  table.responsiveTable td {
    display: table-cell;
    padding: .25em .5em;
  }
  table.responsiveTable th:first-child, 
  table.responsiveTable td:first-child {
    padding-left: 0;
  }      
  table.responsiveTable th:last-child, 
  table.responsiveTable td:last-child {
    padding-right: 0;
  }
  table.responsiveTable td:before {
    display: none;
  }
  table.responsiveTable th, 
  table.responsiveTable td {
    padding: 1em !important; 
  }
  table.responsiveTable td.tdHead {
    padding: 0;
    margin-left: 0; 
  }  
}