.customheader {
display: block;
padding: 10px;
line-height: 1;
background-color: #801518;
color: #fff;
}


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