
.Tablejs {
  border: 1px SOLID #DDD;
  border-spacing: 0;
  border-collapse: collapse;
}

.Tablejs-gray {
  background-color: #EEE;
  text-align: center !important;
  font-size: 0.8em;
  border-bottom: 1px SOLID #DDD;
}

.Tablejs tr { }

.Tablejs td:first-child { border: 1px SOLID #DDD; } /* Selects the row counter column */

.Tablejs th {
  background-color: #EEE;
  border-bottom: 1px SOLID #DDD;
  border-right: 1px SOLID #DDD;
  width: 40px;
  font-size: 0.9em;
  font-weight: normal;
}

.Tablejs td {
  border: 1px SOLID #EEE;
  text-align: right;
  padding: 2px;
  cursor: default;
}

.Tablejs .cellFocus {
  border: 2px SOLID #41A1F0;
  padding: 1px 2px;
}

.Tablejs td[contentEditable="true"] {
  border: 2px SOLID #1D76BF;
  cursor: text;
}
