
/* test applying CSS to a view based on its (original) name*/

div.views-element-container>[class*="view--view-citywide-"] {
	color: red;
}

