.stripedList {
   list-style-type: none;
   margin: 0;
   border: 1px solid #e6e7e8;
}
 
.stripedList li:nth-child(even) { background-color: #e6e7e8; }
.stripedList li{
padding: 5px 10px;
}