.ctTable{
  border: 0px solid #000;
  /* height:auto; */
  width:100%;
  font: 11px sans-serif;
  color:#000f;
  margin:0px;
  padding:10px;
  display:table;
  box-sizing:border-box;
}

.ctTableHead {
  height:auto;
  width:auto;
  display:table-row;
  margin: 5px;
  box-sizing:border-box;
}

.ctTableCellH {
  min-width:200px;
  max-width:auto;
  width:45%;
  float:left;
  display:table-cell;
  box-sizing:border-box;
}

.ctTableBody {
  display:table;
  margin: 0px;
  padding: 0px;
  box-sizing:border-box;
  border-bottom: 1px solid #e20074;
  width: 100%;
}

.ctTableRow {
  display:table-row;
  margin: 0px;
  padding: 0px;
  box-sizing:border-box;
}

.ctTableWholeCell {
  min-width:200px;
  max-width:auto;
  width:100%;
  float:left;
  display:table-cell;
  box-sizing:border-box;
  padding:5px 5px 5px 5px;
}

.ctTableCellB {
  min-width:200px;
  max-width:auto;
  width:50%;
  float:left;
  display:table-cell;
  box-sizing:border-box;
  padding:5px 5px 5px 5px;
}

.ctTableCellBContentXs {
  position:relativ;
  box-sizing:border-box;
}

.ctTableCellBContent {
  min-width:200px;
  width:auto;
  display:table-cell;
  padding:15px 0px 15px 0px;
  box-sizing:border-box;
}

.ctTableSubCell {
	width:100%;
	height:auto;
	box-sizing:border-box;
	float:left;
}

.ctTableSubCellXs {
	width: 100px;
	height: auto;
	box-sizing:border-box;
	float:left;
	padding:2px;
}

.ctTableInfoCellXs {
	width: 80px;
	height: auto;
	box-sizing:border-box;
	float:left;
	padding:2px;
}

.ctTableInfoCellMed {
	min-width:100px;
	width:200px;
	height:auto;
	box-sizing:border-box;
	float:left;
	padding:2px;
}

.ctTableSubCellXL, .ctTableBtCell {
	min-width:100px;
	width:287px;
	height:auto;
	box-sizing:border-box;
	float:left;
	padding:2px;
}

.ctInfoLink {
	font-family: "", sans-serif;
	font-size:16px;
	color: #e20074;
	/* min-width: 200px;
	width: 50%; */
	border: 0px solid;
	border-color: #000000;
	padding: 2px;
	min-height: 20px;
	max-height: 20px;
	height: 20px;
	vertical-align: middle;
	text-align:left;
	text-decoration: underline;
	position: relative;
	box-sizing: border-box;
	
}

.ctInfoLinkSimple {
  font: 11px sans-serif;
  color:#333333;
}

.red {
	font-family: "", sans-serif;
	font-size:16px;
	color: #e20074;
	width: 200px;
	border: 3px solid;
	border-color: #000000;
	padding: 2px;
	min-height: 20px;
	max-height: 20px;
	height: 20px;
	vertical-align: middle;
	text-align:left;
	text-decoration: underline;
	/* display: table-cell; */
	position: relative;
	box-sizing: border-box;
	/* border-radius: 10px 10px 10px 10px; */
	/*	box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, .1); */
	
}

.ctInfoLinkPressed {
	font-family: "", sans-serif;
	font-size:16px;
	color: #747474;
	/* width: 50%;
	min-width: 200px; */
	border: 0px solid;
	border-color: #000000;
	padding: 2px;
	min-height: 20px;
	max-height: 20px;
	height: 20px;
	vertical-align: middle;
	text-align:left;
	position: relative;
	box-sizing: border-box;
}

.ctTableBtCell {
	padding-top:50px;
	height:auto;
}

.ctFullInfo {
	display:none;
}