.tableframe			{ width:100%; max-width:800px;}

.DivTable {
	width:100%;
	display:table;
	}
.row {
	width:100%;
	content: "";
	clear: both;
	display: table-row;
}
.columnLeft {
	width: 50%;
	margin-bottom: 16px;
	padding: 8px;
	display:table-cell;
}
.columnRight {
	width: 50%;
	margin-bottom: 16px;
	padding: 8px;
	display:table-cell;
}

@media screen and (max-width: 650px) {
/*******   iphone settings   *******/
  .columnLeft, .columnRight {
    width: 96%;
    display: block;
  }
}
