.row-striped:nth-of-type(odd) {
  background-color: rgb(247,246,228)!important;
  border-left: 10px rgb(255, 0, 0) solid;
}

.row-striped:nth-of-type(even) {
  background-color: #ffffff;
  border-left: 15px #efefef solid;
}

.row-striped {
  padding: 15px 0;
  margin-top: 15px;
}

.date-green {
  background-color: rgb(255, 0, 0);
}

.badge-grey {
  background-color: #efefef;
}

