/* CSS Document */

/* ====================================================================
=======================================================================
=======================================================================
=======================================================================
This is to comment on the following CSS file, this file is in use of 
the tabled sections following in the PAGE CONTENT only area of the 
website in question.
=======================================================================
=======================================================================
=======================================================================
===================================================================  */


#table {
	display: table;
	width: 530px;
	height: auto;
	/* Debug State */ /*
	background-color: red; */
	}
#table-row {
	display: table-row;
	float: left;
	width: 530px;
	height: inherit;
	/* Debug State */ /*
	background-color: green; */
	}
#table-cell-50 {
	display: table-cell;
	float: left;
	width: 265px;
	height: 100%;
	text-align: left;
	/* Debug State */ /*
	background-color: #fff; */
	}
#table-cell-100 {
	display: table-cell;
	float: left;
	width: 530px;
	height: 100%;
	text-align: left;
	/* Debug STate */ /*
	background-color: yellow; */
	}
.table-margin {
	margin: 5px 0px 5px 5px;
	/* Debug State */ /*
	background-color: blue; */
	}
