@media all and (max-width: 599px) {
  .responsive-table {
    width: auto !important;
  }
  .responsive-table__placeholder {
    table-layout: fixed;
    width: 100%;
  }
  .responsive-table__positioner {
    display: none;
  }
  .responsive-table__container.is-open .responsive-table__positioner {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 3.4em;
    background: #fff;
    overflow: scroll;
    z-index: 10001;
  }
  .responsive-table__open,
  .responsive-table__close {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
  }
  .responsive-table__open {
    padding: 49px 0;
    border: 2px solid #555;
    font-weight: 700;
    background: #fff;
    color: #555;
    background-image: -webkit-repeating-linear-gradient(top, #eee 0px, #eee 2px, transparent 2px, transparent 22px), -webkit-repeating-linear-gradient(left, #eee 0px, #eee 2px, transparent 2px, transparent 100px);
    background-image: -o-repeating-linear-gradient(top, #eee 0px, #eee 2px, transparent 2px, transparent 22px), -o-repeating-linear-gradient(left, #eee 0px, #eee 2px, transparent 2px, transparent 100px);
    background-image: repeating-linear-gradient(to bottom, #eee 0px, #eee 2px, transparent 2px, transparent 22px), repeating-linear-gradient(to right, #eee 0px, #eee 2px, transparent 2px, transparent 100px);
  }
  .responsive-table__close {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1.4em 0;
    z-index: 10002;
    background: #555;
    color: #fff;
  }
}


@media all and (min-width: 600px) {
  .responsive-table__placeholder,
  .responsive-table__open,
  .responsive-table__close {
    display: none !important;
  }
}

/* basic */

.resp-table-basic { 
  width: 100%; 
  border-collapse: collapse;
  margin-bottom: 30px;
}

.resp-caption-basic {
	margin-bottom: 10px;
	
}
/* Zebra striping */
.resp-tr-basic:nth-of-type(odd) { 
  background: #eee; 
}
.resp-th-basic { 
  background: #006699; 
  color: white; 
  font-weight: bold;
padding: 6px; 
  border: 1px solid #ccc; 
  text-align: center;
}
.resp-td-basic { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: center;
}


/* multi-column */
.resp-table { 
  width: 100%; 
  border-collapse: collapse;
  margin-bottom: 3rem;
}

.resp-caption {
	margin-bottom: 1rem;
	
}
/* Zebra striping */
.resp-tr:nth-of-type(odd) { 
  background: #eee; 
}
.resp-th { 
  background: #006699; 
  color: white; 
  font-weight: bold;
padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left;
}
.resp-td { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

/* Force table to not be like tables anymore */
.resp-table, .resp-thead, .resp-tbody, .resp-th, .resp-td, .resp-tr, .resp-caption { 
	display: block; 
}
	
/* Hide table headers (but not display: none; for accessibility) */
.resp-hide { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
	
.resp-tr { border: 1px solid #ccc; }
	
.resp-td { 
	/* Behave like a "row" */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
}
	
.resp-td:before { 
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
}
	
/*Label the data*/
.resp-td:nth-of-type(1):before { content: "Protocol"; }
.resp-td:nth-of-type(2):before { content: "Key Results"; }
}

/* bio */
.resp-table-bio { 
  width: 100%; 
  border-collapse: collapse;
  margin-bottom: 3rem;
}

.resp-caption-bio {
	margin-bottom: 1rem;
	
}
/* Zebra striping */
.resp-tr-bio:nth-of-type(odd) { 
  background: #eee; 
}
.resp-th-bio { 
  background: #006699; 
  color: white; 
  font-weight: bold;
	padding: 6px; 
  border: 1px solid #ccc; 
  text-align: center;
}
.resp-td-bio { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: center; 
}

.subhead-bio { 
  padding: 6px; 
  text-align: left;
  font-weight: 700;
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

/* Force table to not be like tables anymore */
.resp-table-bio, .resp-thead-bio, .resp-tbody-bio, .resp-th-bio, .resp-td-bio, .resp-tr-bio, .resp-caption-bio, .tr-subhead-bio, .td-subhead-bio { 
	display: block; 
}
	
/* Hide table headers (but not display: none; for accessibility) */
.resp-hide-bio { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
	
.resp-tr-bio { border: 1px solid #ccc; }
	
.resp-td-bio { 
	/* Behave like a row */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 65%;
	text-align: center!important;
}
	
.resp-td-bio:before { 
	/* Behave like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
}
	
/*Label the data*/
.resp-td-bio:nth-of-type(1):before { content: "Lubricant"; }
.resp-td-bio:nth-of-type(2):before { content: "Viscosity 40°C (cSt)"; }
.resp-td-bio:nth-of-type(3):before { content: "Viscosity 100°C (cSt)"; }
.resp-td-bio:nth-of-type(4):before { content: "Viscosity Index (see footnote)"; }
.resp-td-bio:nth-of-type(5):before { content: "Pour Point (°C)"; }
.resp-td-bio:nth-of-type(6):before { content: "Flash Point (°C)"; }
.resp-td-bio:nth-of-type(7):before { content: "Oxidative Stability (min)"; }
.resp-td-bio:nth-of-type(8):before { content: "Coecient of Friction"; }
.resp-td-bio:nth-of-type(9):before { content: "Wear (mm)"; }

.td-subhead-bio { 
  background-color: #006699;
  border: none!important;
  color: #fff;
}
}

.td-subhead-bio { 
  padding: 6px;  
  text-align: left;
  font-weight: bold;
  border: 1px solid #ccc; 
}

.table-foot-bio {
  padding-top: 8px;	
}

/*base oils article*/

.resp-table-base { 
  width: 100%; 
  border-collapse: collapse;
  margin-bottom: 3rem;
}

.resp-caption-base {
	margin-bottom: 1rem;
	
}
/* Zebra striping */
.resp-tr-base:nth-of-type(odd) { 
  background: #eee; 
}
.resp-th-base { 
  background: #006699; 
  color: white; 
  font-weight: bold;
	padding: 6px; 
  border: 1px solid #ccc; 
  text-align: center;
}
.resp-td-base { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: center; 
}

.subhead-base { 
  padding: 6px; 
  text-align: left;
  font-weight: 700;
}


@media 
only screen and (max-width: 1024px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

/* Force table to not be like tables anymore */
.resp-table-base, .resp-thead-base, .resp-tbody-base, .resp-th-base, .resp-td-base, .resp-tr-base, .resp-caption-base, .tr-subhead-base, .td-subhead-base { 
	display: block; 
}
	
/* Hide table headers (but not display: none; for accessibility) */
.resp-hide-base { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
	
.resp-tr-base { border: 1px solid #ccc; }
	
.resp-td-base { 
	/* Behave like a row */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 65%;
	text-align: center!important;
}
	
.resp-td-base:before { 
	/* Behave like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
}
	
/*Label the data*/
.resp-td-base:nth-of-type(1):before { content: "Quantity"; }
.resp-td-base:nth-of-type(2):before { content: "Method ASTM"; }
.resp-td-base:nth-of-type(3):before { content: "OSP-18"; }
.resp-td-base:nth-of-type(4):before { content: "OSP-32"; }
.resp-td-base:nth-of-type(5):before { content: "OSP-46"; }
.resp-td-base:nth-of-type(6):before { content: "OSP-68"; }
.resp-td-base:nth-of-type(7):before { content: "OSP-150"; }
.resp-td-base:nth-of-type(8):before { content: "OSP-220"; }
.resp-td-base:nth-of-type(9):before { content: "OSP-320"; }
.resp-td-base:nth-of-type(10):before { content: "OSP-460"; }
.resp-td-base:nth-of-type(11):before { content: "OSP-680"; }

.td-subhead-base { 
  background-color: #006699;
  border: none!important;
  color: #fff;
}
}

.td-subhead-base { 
  padding: 6px;  
  text-align: left;
  font-weight: bold;
  border: 1px solid #ccc; 
}

.table-foot-base {
  padding-top: 8px;	
}


/* Spotlight */

.spotlight--table {
	margin: 15px; 
	border-collapse: collapse; 
	border-spacing: 0px;
}

.spotlight--table-border {
	border: 2px solid #ccc; 
	border-radius: 2px; 
	max-width: 727px;
}


.spotlight--table-caption {
	text-align: left;  
	font-size: 30px; color: #0164a5;
}


.spotlight--table-row {
	border-bottom: 1px solid #ccc;
}


.spotlight--table-cell_category {
	padding: 0px 5px 10px 0px;
}


.spotlight--table-cell {
	padding-bottom: 10px;
}

/*Utility*/

.text-left {
   text-align: left;
}