/* icon-page */

/*
#resp-table-body{
	display: table-row-group;
}
resp-table-row {
display: table-row;
}	
*/

.icon-row {
	position:relative;
	margin:0px;
	margin-top:20px;
	padding-bottom:10px;
	top:0px;	
	left:0px;
	width:100%;
/*height:300px;*/
/*border:2px solid red;*/
}	

.icon-cell {
	position:relative;
/*width:100%;*/
/*top:0;*/
	margin:0px;
	padding:0px;
	display:inline;
/*border:2px solid green;*/
}	

.icon-image {
/*position:relative;	*/
/*	width:20%;*/
top:0px;
	max-width:100%;
/*	margin-left:0px;
	margin-bottom:0px;*/
	margin:0px;
	padding:0px;
/*border:1px solid black;*/
}

.icon-text {
	position:absolute;
	left:0px;
	top:0px;
/*width:25%;*/  /*has no effect*/
	height:100%;	/* convert to %   was 25px*/
	bottom: 0;
/*	padding-top:20px;	*/
	padding:0;
	margin-top:10%;
/*	width:190px;*/	/*doesnt work    width of the icon image - needed for centering text*/
	width:100%;   /*needed for centering the text*/
	color:#666666;	/*text color*/
	background:#f4f4f4;
	text-align:center;	/*doesnt work in Chrome*/
/*border:2px solid red;	*/
}



