/* Table */
.lime-theme {
  overflow: auto;
  font-size: 13px;
}
.lime-theme table.table {
  border-collapse: separate;
  border: 1px solid #ffffff;
}

/* Rows, Headers And Cells */
.lime-theme .table tr,
.lime-theme .table th,
.lime-theme .table td {
  border: 2px solid #ffffff;
  padding : 4px ; 
}

/* Table Headers */
.lime-theme .table th {
  background: #4caf50;
  color: white;
  text-align: center;
  font-weight : normal ;
}

/* A Grouping Name On A Row */
.lime-theme .table .title {
  text-align: center;
  background: #f0f4c3;
  white-space: nowrap;
  vertical-align: middle;
}

/* The First Grouping Name On A Row */
.lime-theme .table .first-title {
  background: #cddc39;
  color: white;
  font-weight: normal;
  vertical-align: middle;
}

/* Cells That Contain Numbers */
.lime-theme .table .value {
  text-align: right;
  background: rgba(44, 62, 80, 0.05);
}

/* A SubTotal Row */
.lime-theme .table .sub-total-row {
}

/* A Cell In A SubTotal Row */
.lime-theme .table .sub-total-row td {
  text-align: center;
  background: #afb42b;
  color: white;
  font-weight: normal;
}

/* A Cell In A SubTotal Row That Is Vertically Aligned With A Row Grouping Name */
.lime-theme .table .sub-total-row td.title {
  text-align: center;
  background: #afb42b;
  color: white;
}

.lime-theme .table .sub-total-row td.title:first-of-type {
  font-weight: normal;
}

/* The GrandTotal Row */
.lime-theme .table .grand-total-row {
}

/* A Cell In The GrandTotal Row */
.lime-theme .table .grand-total-row td {
  text-align: center;
  background: #727272;
  color: white;
  font-weight: normal;
}

/* A Cell In A GrandTotal Row That Is Vertically Aligned With A Row Grouping Name */
.lime-theme .table .grand-total-row td.title {
  text-align: center;
  background: #727272;
  color: white;
}

.lime-theme .table .grand-total-row td.title:first-of-type {
  font-weight: normal;
}

/* Slicer Styles */
.lime-theme .slicer .board .item.selected {
  background: #727272;
}
