.app-panel {
	width: 98%;
	margin: 20px auto;
}
.app-row-striped:nth-of-type(odd){ background-color: #efefef; }
.app-row-striped:nth-of-type(even){ background-color: #ffffff; }
