  .CSSTableGenerator {
  margin:0px;padding:0px;
 width:100%;
  
  
  -moz-border-radius-bottomleft:14px;
  -webkit-border-bottom-left-radius:14px;
  border-bottom-left-radius:14px;
  
  -moz-border-radius-bottomright:14px;
  -webkit-border-bottom-right-radius:14px;
  border-bottom-right-radius:14px;
  
  -moz-border-radius-topright:14px;
  -webkit-border-top-right-radius:14px;
  border-top-right-radius:14px;
  
  -moz-border-radius-topleft:14px;
  -webkit-border-top-left-radius:14px;
  border-top-left-radius:14px;
}.CSSTableGenerator table{
  
  width:100%;
  height:100%;
  margin:0px;padding:0px;
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#80ff80; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#f2f2f2; }.CSSTableGenerator td{
  vertical-align:middle;    
  border:1px solid #fff;
  border-width:1px 1px 1px 1px;
  text-align:left;
  padding:5px;
  font-size:13px;
  font-family:Arial;
  font-weight:bold;
  color:#302323;
}.CSSTableGenerator tr:last-child td{
   border-width:1px 1px 1px 1px;
}.CSSTableGenerator tr td:last-child{
   border-width:1px 1px 1px 1px;
}.CSSTableGenerator tr:last-child td:last-child{
   border-width:1px 1px 1px 1px;
}

.CSSTableGenerator tr:first-child th{
    background:-o-linear-gradient(bottom, #666 5%, #666 100%);  
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2f2f2), color-stop(1, #b3b3b3) );
  background:-moz-linear-gradient( center top, #666 5%, #666 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#99f7d3", endColorstr="#53d66b");  
  background: -o-linear-gradient(top,#666,666);
  background-color:#99f7d3;
  border:0px solid #fff;  
  border-width:1px 1px 1px 1px;
  font-size:15px;
  font-family:Arial;
  font-weight:bold;
  color:#000000;
}

.CSSTableGenerator tr:first-child td:first-child{
   border-width:1px 1px 1px 1px;
}
.CSSTableGenerator tr:first-child td:last-child{
   border-width:1px 1px 1px 1px;
}