
.table-dashboard {
  thead th,
  tbody th,
  tbody td {
    border-color: rgba(#fff, .06);
  }
}

.card-dashboard-table {
  .table thead tr:first-child th {
    background-color: rgba(#fff, .05);
  }
}

.table-dashboard-two tr + tr td { border-top-color: rgba(#fff, .06); }
.chart-sixteen .flot-x-axis .flot-tick-label {
  color: rgba(#fff, .2);
  font-weight: 400;
}

.activity-body {
  color: rgba(#fff, .5);
  strong { color: #fff; }
}
