

/**
 *	Auto generated at 05 May 13  08:58
 */

body
	{
		background-color: white;
		color: rgb(101, 101, 101);
	}

table.canvas
	{
	display:table !important;
		width: 100%;
		/*border-radius: 7px;*/
		background-color: rgb(255, 255, 255);
		position: relative;
		/*border-color: rgb(224, 224, 224);*/
		border-spacing: 0px 0px;
		border-width:0px !important ;
	}

table.canvas > tbody > tr > td
	{
		border-width: 0px;
		border-style: solid;
		border-color: inherit;
		padding: 0px;
		vertical-align: top;
	}




/*

 th, td { padding: 5px; }
 table { border-collapse:separate; border-spacing: 5px; }
 table { border-collapse:collapse; border-spacing: 0; }
 th, td { vertical-align: top; }
 table { margin: 0 auto; }
 */
 
 div.flex-canvas {
 	display:flex;
 	flex-direction: column;
 	width: 100%;
		/*border-radius: 7px;*/
		background-color: rgb(255, 255, 255);
		position: relative;
		/*border-color: rgb(224, 224, 224);*/ 
		border-width:0px !important ;
 }
 
  div.flex-canvas > div {
  	border-width: 0px;
		border-style: solid;
		border-color: inherit;
		padding: 0px;
		vertical-align: top;
 }
 
 div.flex-canvas>div[data-template-section="header"] {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}





