<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.grid-kendo {
  margin: 0 15px 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
div.grid-kendo &gt; table {
  background-color: transparent;
  border-collapse: collapse;
  width: 100%;
}
div.grid-kendo &gt; table &gt; thead &gt; tr &gt; th {
  padding: 6px;
  border-right: 1px solid #cccccc;
  background-color: whitesmoke;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
}
div.grid-kendo &gt; table &gt; thead &gt; tr &gt; th:last-child {
  border-right: none;
}
div.grid-kendo &gt; table &gt; tbody &gt; tr:nth-child(even) {
  background-color: whitesmoke;
}
div.grid-kendo &gt; table &gt; tbody &gt; tr &gt; td {
  padding: 6px;
  border-right: 1px solid #cccccc;
}
div.grid-kendo &gt; table &gt; tbody &gt; tr &gt; td:last-child {
  border-right: none;
}
</pre></body></html>