table.table-new, .table-new td, .table-new tr, span.intro {
  margin: 0;
  padding: 0;
}

span.red {
  color: rgb(211, 33, 63);
  font-weight: 700;
}

table.table-new {
  width: 100%;
  border: 1px solid #2d4068;
  empty-cells: show;
}

table.table-new tr th {
  text-align: left;
  background-color: #374f7f;
  color: #f9faf9;
}

table.table-new tr td {
  border-bottom: 1px solid #C4CFE5;
}

table.table-new tr td,
table.table-new tr th {padding: 3px 7px 2px;}

table.table-new tr:first-child td {
  border-top: 1px solid #C4CFE5;
}

p.starttd {margin-top: auto;}

span.intro {
  display: block;
  margin-bottom: 20px;
  }

code {
  font-family: 'Courier New', Courier, monospace;
  color: darkred;
}

span.newV8 {
  color: rgb(180, 20, 53);
  font-weight: 700;
}
span.newV8:before {
	content:url('star.png');
	visibility: visible;
}
span.newV8:after {
	content:'New in versoin 8';
	visibility: visible;
}
span.newV9 {
  color: rgb(211, 33, 63);
  font-weight: 700;
}
span.newV9:before {
	content:url('star.png');
	visibility: visible;
}
span.newV9:after {
	content:'New in versoin 2023';
	visibility: visible;
}
span.newV10 {
  color: rgb(211, 33, 63);
  font-weight: 700;
}
span.newV10:before {
	content:url('star.png');
	visibility: visible;
}
span.newV10:after {
	content:'New in versoin 2024';
	visibility: visible;
}
