@import url("../directory.css");

.item:nth-child(even){
	background-color:#f1f1f1;
}
