<!--

/* (c) 2018,2021 M10 Network Service - Harry Nyberg    */

/* removal all padding on all elements                 */
/* requires manually padding and spacing all elements  */

//.userlist:nth-child(even) { background: #fff }
//.userlist:nth-child(odd) { background: #eee }

//.grouplist:nth-child(even) { background: #fff }
//.grouplist:nth-child(odd) { background: #eee }

//.groupheader:nth-child(even) { background: #ddd }
//.groupheader:nth-child(odd) { background: #ddd }

.userlistelement {
	vertical-align: top;
}

.grouplistelement {
        vertical-align: top;
}

.grouplistasforms {
	//background-color: red;
	padding: 0px 0px 0px 0px;
	spacing: 0px;
	border: 0px;
	vertical-align: top;

}

#grouplistasforms-notavailable {
	font: 12px 'Nobile', Arial, sans-serif;
	color: lightgrey;
	line-height: 14px;
	padding: 0px 10px 0px 0px;
}

#pendingnotification {
	font: 12px 'Nobile', Arial, sans-serif;
        color: lightgrey;
        line-height: 14px;
        padding: 0px 10px 0px 30px;	
}

//.groupheader {
 // background: #ddd;
//}

-->
