/* Column headers */
.ht_clone_top th {
  color: #404040;
  padding-left: 10px;
  font-size: 16px; }

/* Row headers */
.ht_clone_left th {
  color: #404040;
  text-align: left;
  padding-left: 10px;
  font-size: 15px; }

/* Row header */
.handsontable col.rowHeader {
  width: 180px; }

/* All cells */
.ht_master tr > td {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  text-align: right; }

/*
div.wide_row_heading .handsontable col.rowHeader {
    width: 280px; 	
    font-size: 35px;
    color: red;
}

div.medium_row_heading .handsontable col.rowHeader {
    width: 180px;
   	font-size: 25px;
    color: red;

}

*/

/*# sourceMappingURL=bpg_handsontable.css.map */
