.handsontable .handsontable table {
	box-shadow: none;
}

#postcustomstuff .handsontable table {
	width: inherit;
}

#postcustomstuff .handsontable thead th {
	padding: 0;
}

#postcustomstuff .handsontable table td,
#postcustomstuff .handsontable table th {
	border-bottom: 1px solid #CCC !important;
}

#postcustomstuff .handsontable thead tr:last-child th {
	border-bottom-width: 0 !important;
}

#postcustomstuff .handsontable table tr td:first-child {
	padding: 0 4px 0 4px !important;
}

#postcustomstuff .handsontable table td {
	padding: 0 4px 0 4px;
}

#postcustomstuff .handsontable table th {
	text-transform: uppercase;
}