/* DivTable.com */ .divTable{ 	display: table; 	width: 100%; } .divTableRow { 	display: table-row; } .divTableHeading { 	background-color: #EEE; 	color: #333; 	display: table-header-group; } .divTableCell, .divTableHead { /*	border: 1px solid #999999;*/ 	display: table-cell; 	padding: 3px 1px; } .divTableHeading { 	background-color: #EEE; 	color: #333; 	display: table-header-group; 	font-weight: bold; } .divTableFoot { 	background-color: #EEE; 	color: #333; 	display: table-footer-group; 	font-weight: bold; } .divTableBody { 	display: table-row-group; } @media (max-width: 720px) { 	.box-first{ 		border: none !important; 		padding: 0 !important; 	} 	.divTableCell { display: block; } 	.divTableCell .box-container { 		margin-left: 0; 		margin-right: 0; 	} 	.floatright, .box-first .box-header { 		text-align: center; 		float: none; 	} }