Since I am pretty sure none (or very very few) of us are competing with each other. And pretty sure that we are all mucking around Kendo figuring out how to customize our UI, Can I suggest that we share any common CSS hacks of the Kendo CSS that we have found to customize the look.
Being quite illitirate with CSS, I have only figured out how to:
1) center headings in a grid:
.k-header th { text-align: center !important; }
2) Right justify column summaries:
.k-footer-template { text-align: right !important; }
But sure you smart kids have done much more....