#vgse-wrapper .handsontable table.htCore thead tr th:nth-child(4) {
	display: none;
}

#vgse-wrapper .handsontable table.htCore tbody tr td:nth-child(4) {
	display: none;
}

#vgse-wrapper .handsontable table.htCore tbody tr:nth-child(even) td {
	background-color: #eee;
}
