table {
	padding:10px;
	border-spacing: 0px;
}
table.root {
	border: 3px double #FFD17B; 
	background: #FFF9EF;
}
.root > td {
	border: none;
}
td,
th {
  border: 1px solid #CBB592;
  padding: 5px;
  text-align: center;
}
th {
  font-weight: bold;
  background: linear-gradient(to top, #EEE4B9, #F5EED2);
}