.blue {
  color: #007bff;
}

.path {
  background-color: #e3e3e3;
  padding-left: 5px;
  padding-right: 5px;
}

table {
  width: 100%;
}

.text-success {
    color: #28a745 !important;
}
.text-danger {
    color: #dc3545 !important;
}
