
/*
Theme Name: Twentyfifteen Ophen
Text Domain: twentyfifteen
Template: twentyfifteen


*/

.listZebra{
  position:relative;
  background-color: #f5f5f5;
  text-align: left;
  margin-bottom:50px;  
}
.listZebra dd{
  padding:12px;
  font-size:18px;
  line-height: 120%;
  margin-left: 0;
  margin-bottom:0;
  color:#404040;
}
.listZebra p {
  font-weight: bold;
  line-height:110%;
  padding-top:3px;
  padding-bottom:5px;
}

.listZebra dd:nth-child(even){
  background-color: white;
}