.row-striped:nth-of-type(odd) {
  background-color: #efefef;
  border-left: 4px #e63329 solid;
}

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

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

.event-list .event-wrapper {
  margin-bottom: 1rem;
}
.event-list .event-wrapper .event {
  color: rgb(51, 102, 51);
  background: #fff;
  border-left: 3px solid #e63329;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.19);
  box-shadow: 0 0 10px rgba(0,0,0,.19);
}

.event-list .event-wrapper .event:hover {
  color: rgb(0 166 82);
  /*color: rgb(76 175 80);*/
  /*background-color: #eee;*/
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
}
