.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;

	border:1px solid #aaabab;

}.CSSTableGenerator table{

    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	
	
	
	}.CSSTableGenerator tr:last-child td:last-child {
	
}
.CSSTableGenerator table tr:first-child td:first-child {

}
.CSSTableGenerator table tr:first-child td:last-child {

}.CSSTableGenerator tr:last-child td:first-child{

}.CSSTableGenerator tr:hover td{
	background-color: azure;;
		
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#aad4ff;

	border:1px solid rgb(229, 221, 206);
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;

	font-weight:normal;
background-color:rgba(244, 247, 249, 1);

	height: 30px;
}.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: rgb(168, 33, 74); 
		color: white;

	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;

text-align: left;
	color:white;
	height: 50px;
	

}
.CSSTableGenerator tr:first-child:hover td{

}
.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;
}