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