//-- Conditional formatting --

.make-me-red {
  color: #f00;
}

.scroll-container .wtHolder{
	height: 350px !important;
}

//-- Highlighting selection Edit --


.currentRow {
  background-color: #F9F9FB !important;
}
.currentCol {
  background-color: #E7E8EF !important;
}
