.data-table .progress {
  border-radius: 0;
  background-color: unset ;
}
.data-table .progress-bar {
  border-radius: 0;
  background-color: unset ;
}

/*---*
Costs
*----*/

.data-table .progress-bar.bg-install {
  background-color: #4e869f;
}
.data-table .progress-bar.bg-upgrade {
  background-color: #694e9f;
}

/*---*
Students
*----*/

.data-table .progress-bar.bg-elem {
  background-color: #694e9f;
}
.data-table .progress-bar.bg-mid {
  background-color: #4e869f;
}
.data-table .progress-bar.bg-high {
  background-color: #f6323e;
}

.table td a {
    color: inherit;
}