@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;
	text-align: left;
}
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*/
#info2:before {
	margin-top: 6px;
	padding-bottom: 100px;
	content: "Species: Horse, Pig, Sheep";
	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: "Catalog No.:";
	font-weight: bold;
}
#info1 td:nth-of-type(3):before {
	content: "Format:";
	text-align: left !important;
	font-weight: bold;
}
#info1 td:nth-of-type(4):before {
	content: "MethoCult Equivalent:";
	text-align: left !important;
	font-weight: bold;
}
#replacement td:nth-of-type(1):before {
	content: "HALO PCA Number:";
	font-weight: bold;
}
#replacement td:nth-of-type(2):before {
	content: "PCA Cell Population:";
	font-weight: bold;
}
#replacement td:nth-of-type(3):before {
	content: "Equiv. CFU Cell Pop.:";
	font-weight: bold;
}
#replacement td:nth-of-type(4):before {
	content: "Equiv. MethoCult Reagent:";
	font-weight: bold;
}
#replacement td:nth-of-type(5):before {
	content: "Growth Factor Cocktail:";
	font-weight: bold;
}
td {text-align: left;}
/* Label the data*/

td:first-of-type {
	/*background-color: rgba(214,214,214,0.70);*/
	color: rgba(21,41,152,1.00);
	border-collapse: collapse;
	border-width: 0px;
	font-weight: bold;
}
td {text-align: left !important;}
}
/*all sizes */
#info1 {
	font-size: 11px;
}
#info1 td {
	text-align: center;
}
#info1 th, #info2 th, #info-sf th {
	text-align: center;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border: none !important;
}
#replacement thead > tr {border-bottom: none !important;}

#replacement tr:last-of-type {
	border-bottom: solid 1px #ccc
}

#replacement th {
	text-align: center;
	font-size: 12px;
}
#replacement td:first-of-type {
	text-align: left;
}
#replacement td {
text-align: center;
}
