/* -- Fixes the table scrolling issue on mobile check /tech-article/emissivity-of-specific-materials for reference -- */

@media screen and (max-width: 768px) {
 .articletableresponsivebc9182017 {
  overflow-x: auto;
  display: block;
 }
}

/* -- End Table Fix -- */

