
/* seo friendly tables */
.table{
	display:table;	/* Defines a Table */
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-bottom:1px solid #dddddd;
	color:#8d8d8d;
	margin:10px 0;
	width:100%;
}
.table-head{
	 display: table-header-group; /* Defines a table header group */
}
.table-head .column{ /* Column inside the table-head */
color:#fff;	border-right:1px solid #f2f2f2;	border-bottom:none;	font-size:16px;font-family:'pt_sansbold', Arial, Helvetica, sans-serif;
background: #009de0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
 
 
 
}

.row{
	display:table-row; /* Defines a table row */
}
.row .column:nth-child(1){ /* First column in a row */
	border-left:1px solid #eeeeee;
}
.row:last-child .column{  /* column in a last row */
	border-bottom:none;
}
.column{
	display:table-cell; /* Defines a table cell */
	padding:7px 15px;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	text-align:center;
	vertical-align:middle;
}




.removeic{ width:20px; height:20px; display:inline-block; background:url(../../images/delete.png) top left no-repeat;}
.removeic:hover{ opacity:0.5;}
.pronametext { text-align:left !important; max-width:700px;}
.pronametext strong {
  color: #585858;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.pronametext span { width:100%; display:inline-block; font-family:'pt_sansregular', Arial, Helvetica, sans-serif; color:#464646;margin-top: 5px;}
.removediv { width:95px;}




/* Responsive table */
@media all and (max-width:767px){/*870px*/
	.table,
	.row,
	.column,
	.column:before{
		display:block;	/* Converts a table, table row, table column and table column:before into a block element */
	}
	.table,
	.row .column:last-child{
		border-bottom:none;
	}
	.table-head{
		position:absolute;	/* Hides table head but not using display none */
		top:-1000em;
		left:-1000em;
	}
	.row{
		border:1px solid #eeeeee;
		border-top:2px solid #dddddd;
		border-bottom:2px solid #dddddd;
		margin:0px 0;
	}
	.row .column:nth-child(1){ /* first column of the row */
		border-left:none;
	}
	.row .column:last-child{ /* last column of the row */
		border-right:none;
	}
	.row:last-child .column,
	.column{ /* Column in the last row and column */
		border-bottom:1px solid #eeeeee;
	}
	.column:before{ /* prints the value of data-label attribute before the column data */
		font-weight:bold;
		padding-right:20px;
		font-size:13px;
		margin-bottom:0px;
		color:#000;
		content:" "attr(data-label)"";	/* call the attribute value of data-label and adds a string // */
	}
	
.column { text-align:left;padding: 5px 15px}

.die-line-col01 { width:100% !important;border-right: medium none;}
.die-line-col02 { width:100% !important;border-right: medium none;}
.die-line-col03 { width:100% !important;}


}