<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dojoxGridRtl .dojoxGridCellBorderLeftTopDIV{
	left: auto;
	right: 0;
	border-width: 2px 2px 0 0;
	border-color: gray gray transparent transparent;
}
.dojoxGridRtl .dojoxGridCellBorderRightBottomDIV{
	right: auto;
	left: 0;
	border-width: 0 0 2px 2px;
	border-color: transparent transparent gray gray;
}
</pre></body></html>