.CSSTableGenerator {
	margin:0px;padding:0px;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
	
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
	
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
	
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-top-left-radius:2px;
word-wrap:break-word;

}.CSSTableGenerator table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
table-layout: fixed;
 }
.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-top-left-radius:2px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffffff; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#f6f7f8; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:3px;
	font-size:10px;
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
	color:#797E8A;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #919191 5%, #919191 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #919191), color-stop(1, #919191) );
	background:-moz-linear-gradient( center top, #919191 5%, #919191 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#919191", endColorstr="#919191");	background: -o-linear-gradient(top,#919191,919191);

	background-color:#919191;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #919191 5%, #919191 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #919191), color-stop(1, #919191) );
	background:-moz-linear-gradient( center top, #919191 5%, #919191 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#919191", endColorstr="#919191");	background: -o-linear-gradient(top,#919191,919191);

	background-color:#919191;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.CSSTableGenerator td { break-word: word-wrap; }

#panel2{
	width:98%;
}