/* Custom CSS */

.stone-fab__table  table {
  width: 100%;
}

.stone-fab__table  table tr td {
  padding: 5px;
}

.stone-fab__table  table tr:nth-child(odd) td {
  background-color: #f2f2f2;
}

.stone-fab__table  table tr:nth-child(even) td {
  background-color: #e6e6e6;
}

.stone-fab__table  table tr td:nth-child(1) {
  padding-left: 20px;
}

.stone-fab__table  table tr.title td {
  background-color: transparent!important;
  font-weight: 700!important;
}

.table-responsive {
  overflow: auto;
}