#article2018.container .row {
  margin: 20px 0;
}

#article2018.container .breadCrumb {
  margin-top: 20px;
}

#article2018.container h1 {
  color: #d4af37;
  margin-bottom: -2px;
}
#article2018.container h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bold { font-weight: bold; }
.credit { 
  font-size: 0.9em; 
  font-style: italic; 
  width: 80%;
  text-indent: -10px;
  margin-left: 10px;
}

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; 
  }  
}



/* MAGENTO */    

#article2018.magento h1 {
  font-family: Helvetica-Neue-Thin-Italic, "Helvetica Neue Thin Italic", "Microsoft JhengHei", Arial, sans-serif !important;
}