.techcaptiontableleft {background-color: #fff; margin: 0px 10px 0px 0px;}

.techcaptiontableright {background-color: #fff; margin: 0px 0px 0px 10px;}

.techcaptiontext {color: #666; font-size:13px; font-style: italic;}

/* Headers for When Emilie wants them the same size in Tech Articles */
p.fakeh1 {font-size:35px; font-weight: bold;}

p.fakeh2 {font-size:25px; font-weight: bold;}

p.fakeh3 {font-size:18px; font-weight: bold;}
/* End Headers */


/* -- Fixes the table scrolling issue on mobile check /tech-article/emissivity-of-specific-materials for reference -- */

@media screen and (max-width: 768px) {
 .responsivetable {
  overflow-x: auto;
  display: block;
 }
}


/* -- End Table Fix -- */

