﻿.hiddenToolbars .k-tabstrip-wrapper, /* hide the main menu bars */
.hiddenToolbars .k-spreadsheet-action-bar /* hide the formula bar */ {
	display: none;
}

.hiddenToolbars { /* hide the border that is usually around the toolbars */
	border: 0;
}
