

/******************************************************************************** 
 * Display boxes into two colums
 ******************************************************************************** */
/* Keep the boxes away from the edges */
div.functionblocks { margin:0 10%; }

/* Three columns layout */
div.functionblocks div.leftcolumn   { float:left; width:45%; }
div.functionblocks div.rightcolumn  { width:45%; margin-left:52%; }

/* Force following content to be below columns, regardless of which
 * is longer. Set font-size to 0 so it's effectively invisible */
div.functionblocks div.shim { font-size:0; clear:both; }

/* Boxes special style */
div.functionblocks h4 { display:inline; padding:0; }
div.functionblocks ul { margin:0; padding:0.8em 0.8em; list-style-type:none; }
div.functionblocks ul.list { margin:0; padding:0.8em 1.6em; list-style-type:disc; }
div.functionblocks li { margin:0; padding:0;}
div.functionblocks p  { color:#D8D8D8; display:inline; margin:0em; }
