@charset "UTF-8";
/* CSS Document */

@import url("base-tables.css"); /* Using a url */

@media (max-width: 480px) {
td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: thin solid #eee;
	position: relative;
	padding-left: 58% !important;
	padding-right: 0px;
	padding-top: 2px !important;
	padding-bottom: 5px !important;
	font-size: 8px;
}
td:before {
	/* Now like a table header */
	position: absolute;
	left: 6px;
	max-width: 40% !important;
	padding-right: 10px;
	white-space: nowrap;
}
}

@media (max-width: 960px) {
/* Label the data*/
#info1:before {
	margin-top: 6px;
	margin-bottom:10px;
	display:block;
	content: "Species: Human, Primate, Dog, Rat, Mouse";
	font-weight: bold;
}
#info2:before {
	margin-top: 6px;
	margin-bottom:10px;
	display:block;
	content: "Species: Horse, Pig, Sheep";
	font-weight: bold;
}
#cpd td:nth-of-type(1):before {
	content: "Cell Type:";
	font-weight: bold;
}
#cpd td:nth-of-type(2):before {
	content: "Cell Population Detected (1):";
	font-weight: bold;
}
#cpd td:nth-of-type(3):before {
	content: "MethoCult™ Equivalent:";
	text-align: left !important;
	font-weight: bold;
}
#cpd td:nth-of-type(4):before {
	content: "Growth Factor Cocktail:";
	font-weight: bold;
}
#cpd td:nth-of-type(5):before {
	content: "Suggested # of Samples (2):";
	font-weight: bold;
}
#cpd td:nth-of-type(3) {
	text-align: left !important;
}
/* Label the data*/
#infoASK td {
	text-align: left !important;
}
#infoASK td:nth-of-type(1):before {
	content: "Catalog No.:";
	font-weight: bold;
}
#infoASK td:nth-of-type(2):before {
	content: "Assay Readout:";
	font-weight: bold;
}
#infoASK td:nth-of-type(3):before {
	content: "Assay Format:";
	text-align: left !important;
	font-weight: bold;
}
#infoASK td:nth-of-type(4):before {
	content: "Species:";
	font-weight: bold;
}
#infoASK td:nth-of-type(5):before {
	content: "No. Samples:";
	font-weight: bold;
}
#infoASK td:nth-of-type(6):before {
	content: "Category";
	font-weight: bold;
}
/* Label the data*/
#info1 td {
	text-align: left !important;
}
#info1 td:nth-of-type(1):before {
	content: "Cell Population:";
	font-weight: bold;
}
#info1 td:nth-of-type(2):before {
	content: "Human:";
	font-weight: bold;
}
#info1 td:nth-of-type(3):before {
	content: "Primate:";
	text-align: left !important;
	font-weight: bold;
}
#info1 td:nth-of-type(4):before {
	content: "Dog:";
	font-weight: bold;
}
#info1 td:nth-of-type(5):before {
	content: "Rat:";
	font-weight: bold;
}
#info1 td:nth-of-type(6):before {
	content: "Mouse:";
	font-weight: bold;
}
/*label the data */
#info2 td {
	text-align: left !important;
}
#info2 td:nth-of-type(1):before {
	content: "Cell Population:";
	font-weight: bold;
}
#info2 td:nth-of-type(2):before {
	content: "Horse:";
	font-weight: bold;
}
#info2 td:nth-of-type(3):before {
	content: "Pig:";
	text-align: left !important;
	font-weight: bold;
}
#info2 td:nth-of-type(4):before {
	content: "Sheep:";
	font-weight: bold;
}
/* Label the data SF*/
#info-sf td {
	text-align: left !important;
}
#info-sf td:nth-of-type(1):before {
	content: "Cell Population:";
	font-weight: bold;
}
#info-sf td:nth-of-type(2):before {
	content: "Human:";
	font-weight: bold;
}
#info-sf td:nth-of-type(3):before {
	content: "Primate:";
	text-align: left !important;
	font-weight: bold;
}
#info-sf td:nth-of-type(4):before {
	content: "Mouse:";
	text-align: left !important;
	font-weight: bold;
}
td:first-of-type {
  /*background-color: rgba(181,181,181,1.00);*/
  color: rgba(21,41,152,1.00);
  border-collapse: collapse;
  border-width: 0px;
  font-weight: bold;
}
#infoASK td:first-of-type {
  /*background-color: rgba(181,181,181,1.00);*/
  color: rgba(21,41,152,1.00);
  border-collapse: collapse;
  border-width: 0px;
  font-weight:normal !important;
}
tr {border-bottom: 1px solid black;}
/*td:first-of-type {border-bottom: 1px solid black;}*/
td:last-of-type {border-bottom: 1px solid black;}

/* Label the data*/
#info3 td {
	text-align: left !important;
}
#info3 td:nth-of-type(1):before {
	content: "Cell Population:";
	font-weight: bold;
}
#info3 td:nth-of-type(2):before {
	content: "Human:";
	font-weight: bold;
}
#info3 td:nth-of-type(3):before {
	content: "Primate:";
	text-align: left !important;
	font-weight: bold;
}
#info3 td:nth-of-type(4):before {
	content: "Mouse:";
	font-weight: bold;
}

}


/*all sizes */
#info1, infoASK {
	font-size: 11px;
}
#info1 td {
	text-align: center;
}
#info1 th, #info2 th, #info-sf th, #infoASK {
	text-align: center;
}
#info1, #info2, #info-sf, #infoASK {
	font-size: 11px;
}
#info2 td, #info-sf td {
	text-align: center;
}
#cpd th:nth-of-type(3) {
	text-align: center;
}
#cpd td:nth-of-type(3) {
	text-align: center;
}
#cpd tr:last-of-type, #info1 tr:last-of-type, #info2 tr:last-of-type {
	border-bottom: solid 1px #ccc
}
.table > thead > tr > th {
	vertical-align: bottom;
	border: none !important;
}
#infoASK th {text-align:center}