div.grid-kendo {
  margin: 0 15px 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
div.grid-kendo > table {
  background-color: transparent;
  border-collapse: collapse;
  width: 100%;
}
div.grid-kendo > table > thead > tr > th {
  padding: 6px;
  border-right: 1px solid #cccccc;
  background-color: whitesmoke;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
}
div.grid-kendo > table > thead > tr > th:last-child {
  border-right: none;
}
div.grid-kendo > table > tbody > tr:nth-child(even) {
  background-color: whitesmoke;
}
div.grid-kendo > table > tbody > tr > td {
  padding: 6px;
  border-right: 1px solid #cccccc;
}
div.grid-kendo > table > tbody > tr > td:last-child {
  border-right: none;
}
