@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 td {
	text-align: left !important;
}
#info1 td:nth-of-type(1):before {
	content: "Stem Cell(s) Detected:";
	font-weight: bold;
}
#info1 td:nth-of-type(2):before {
	content: "Catalog No.:";
	font-weight: bold;
}
#info1 td:nth-of-type(3):before {
	content: "Number of Plates/Kit:";
	text-align: left !important;
	font-weight: bold;
}
#info1 td:nth-of-type(4):before {
	content: "Format:";
	font-weight: bold;
}

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;
}
}
/*all sizes */
/*#info1 {
	font-size: 11px;
}*/
#info1 td {
	text-align: center;
}
#info1 th {
	text-align: center;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border: none !important;
}
