.chef {
width: 700px;
margin: 0 auto;
padding: 10px 50px;
overflow: auto;
}
.chef.even {
background-color: #D8D8D8;
}
.chef.odd {
background-color: #B2BAAD;
}
.chef .image {
float: left;
}
.chef .collection, .chef .website, .chef .name-restaurant, .chef .bio {
margin-left: 155px;
}

.chef .collection {
text-transform: uppercase;
font-weight: bold;
}

.chef .website a{color:#8E973A;}
.chef .name-restaurant {
font-weight: bold;
color: #8E973A;
}
.chef .name-restaurant .restaurant {
font-style: italic;
}
