.rubrica {
	min-width: 250px;
	color: white;
}
.rubrica.rubrica-left {
	border-right: 3px solid #BBB;
	margin-right: 4px;
}
.rubrica.rubrica-right {
	border-left: 3px solid #BBB;
	margin-left: 4px;
}

div[ng-repeat].striped {
	/* background-color: #303030; */ /*#bdbdbd*/
}

md-list-item[ng-repeat].striped {
	/* background-color: #303030 !important; */ /*#bdbdbd*/
}
md-list-item[ng-repeat].evenstriped {
	/* background-color: #424242 !important; */ /*#ffffff*/
}

div[ng-repeat].evenstriped {
	/* background-color: #424242; */ /*#ffffff*/
}