@charset "UTF-8";
/* CSS Document */

.msds-container {
	font-family: "Open Sans", Helvetica, Arial, "sans-serif";
}

.entry-content table:not(.variations) {
	border: none;
}

.msds-container .tablesaw-stack td, .msds-container .tablesaw-stack th {
	padding: 5px 0 5px 0px;
	vertical-align: text-top;
	border-bottom: 1px solid #DDDDDD;
}

.msds-container .tablesaw-stack td.description,
.msds-container .tablesaw-stack th.description {
	padding: 0 20px !important;
}

.msds-container .tablesaw-stack td.download {
	/* background: url("download-pdf.png") no-repeat 5px 8px; */
	background: url("https://microspeclabs.com/info-sheets/assets/images/download-pdf.png") no-repeat 5px 8px; 	
	background-size: 22px;
	padding-left: 34px;
}

.msds-container .tablesaw-stack td.download a,
.msds-container .tablesaw-stack td.code {
	white-space: nowrap;
}

.msds-container .tablesaw-stack td.code {
	/* width: 70px !important; */
	word-wrap: normal;
}

.msds-container .tablesaw-stack th.download {
	padding-left: 8px;
}

.msds-container table caption {
	padding: .5em 0 !important;
}

.msds-container table tfoot tr td {
  text-align: center !important;
}

@media (max-width: 39.9375em) {
  /*.msds-container .tablesaw-stack tbody tr:not(:last-child) {
    border-bottom: 2px solid #0B0B0D;
  }*/
	
	.msds-container .tablesaw-stack tbody tr {
    border-bottom: 2px solid #0B0B0D;
  }
	
	.msds-container .tablesaw-stack td.description {
		padding: 0 !important;
	}
	
	.msds-container .tablesaw-stack td {
		border-bottom: none;
	}
	
	.msds-container .tablesaw-stack td.code {
		font-weight: 700;
	}
}


