.CellBGSkyBlue {
    background-color: skyblue;
}
.CellBGBlue {
    background-color: blue;
}
.CellBGGreenYellow {
    background-color: greenyellow;
}
.CellBGYellow {
    background-color: yellow;
}
.CellBGRed {
    background-color: red;
}
.CellBGMediumVioletRed {
    background-color: mediumvioletred;
}
.CellBGGrey {
    background-color: grey;
}
.CellBGDarkLateGrey {
    background-color: darkslategrey;
}
.CellBGDimGrey {
    background-color: dimgrey;
}
.CellBGCornflowerBlue {
    background-color: cornflowerblue;
}
.e-grid .e-row .e-rowcell.CellTextRed {
    color: red;
}
.e-grid .e-row .e-rowcell.CellIndianRed {
    color: indianred;
}
.e-grid .e-row .e-rowcell.CellTextBlue {
    color: blue;
}
.e-grid .e-row .e-rowcell.CellTextYellow {
    color: yellow;
}
.e-grid .e-row .e-rowcell.CellTextGreen {
    color: green;
}
.e-grid .e-row .e-rowcell.CellTextOrange {
    color: orange;
}
.e-grid .e-row .e-rowcell.CellTextItalic {
    font-style: italic;
}
.e-grid .e-row .e-rowcell.CellTextBold {
    font-weight: bold;
}
.e-clock:before {
    content: '\e705';
}
.e-user:before {
    content: '\e7b4';
}