.social-icon-section li.instagram-icon a:before {
content: "\f16d";
}

.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;}

.grayborderbox  {border: 1px #e3e3e3 solid;}
/* Headers for When Emilie wants them the same size in Tech Articles */
p.fakeh1 {font-size:35px; font-weight: bold; line-height: 33px;}

p.fakeh2 {font-size:25px; font-weight: bold;}

p.fakeh3 {font-size:18px; font-weight: bold;}
/* End Headers */

/*Text for the bottom under an image */
.cpbottomtextlink {
		font-size: 15px;
		font-weight: 700;
		text-transform: capitalize;
		line-height: 20px;
		margin: 5px 0px 5px 0px;
	}

/* -- 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 -- */

