/*
by zeta
*/
table.htCore th {
	background-color: #FFFFE0;
}

.handsontable tr:first-child th {
	border-top : 2px solid black;
}

.handsontable tr:first-child th:nth-child(1) {
	border-left : 2px solid black;
}

.handsontable tr:first-child th:nth-child(3) {
	border-right : 2px solid black;
}

.wtBorder .border_row0col0:nth-child(1){
	height:0px;
}
/*
.htCore col:nth-child(3){
	width: 52px;
}
*/