@charset "utf-8";
/* BL Terms Section Stylesheets */

table.setGenericBC {
	width:100%;}
table.setGenericBC td {
	text-align:center;
	vertical-align: text-top;
	padding: 0px;
	border:1px solid #777;}
table.setGenericBC tr.titleCellC {
	font-weight:bold;
	color:#000;
	background-color:#ccc;}
table.setGenericBC tr.titleCellCe {
	font-weight:bold;
	color:#000;
	background-color:#eee;}
ol {margin-left:1.25em;}
.dblspace {margin-bottom: 6px;}
.wrapPseudoList {
	clear:both;
	display:block;
	position:relative;
	padding: 0;
	height: auto;}
.PseudoListNumb {  /* Used for BL_Terms with Numbered Listings  */
  position:relative;
  float:left;
  left:0.00%;
  width:9.00%;
	border:0px;}
.PseudoListCont {  /* Used for BL_Terms with Numbered Listings  */
  position:relative;
  float:right;
  right:0.00%;
  width:91.00%;
	border:0px;}
@media screen and (max-width:400px) {
.PseudoListNumb {width:10.00%;}
.PseudoListCont {width:90.00%;}
}
}@media screen and (min-width:500px) {
.PseudoListNumb {width:6.00%;}
.PseudoListCont {width:94.00%;}
}
@media screen and (min-width:800px) {
.PseudoListNumb {width:4.00%;}
.PseudoListCont {width:96.00%;}
}