div.test1 {
  font-family: "Lucida Console", Monaco, monospace;
  border: 3px solid #84FFBB;
  background-color: #000000;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.divTable.test1 .divTableCell, .divTable.test1 .divTableHead {
  border: 0px solid #84FFBB;
  padding: 4px 4px;
}
.divTable.test1 .divTableBody .divTableCell {
  font-size: 13px;
  color: #0C092C;
}
.divTable.test1 .divTableRow:nth-child(even) {
  background: #000000;
}
.divTable.test1 .divTableCell:nth-child(even) {
  background: #84FFBB;
}
.divTable.test1 .divTableHeading {
  background: #84FFBB;
}
.divTable.test1 .divTableHeading .divTableHead {
  font-size: 17px;
  font-weight: normal;
  color: #F0F0F0;
  text-align: center;
}
.test1 .tableFootStyle {
  font-size: 10px;
  font-weight: bold;
  color: #F0F0F0;
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
}
.test1 .tableFootStyle {
  font-size: 10px;
}
.test1 .tableFootStyle .links {
	 text-align: right;
}
.test1 .tableFootStyle .links a{
  display: inline-block;
  background: #000000;
  color: #68E587;
  padding: 2px 8px;
  border-radius: 5px;
}
.test1.outerTableFooter {
  border-top: none;
}
.test1.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}