
.alist.notifications > div > div:not(:first-child) { 
		
		text-align: center;
	}
/* Desktop */

@media all and (min-width: 961px) {
	.alist.notifications { margin: 20px; }

	.alist.notifications > div > div:first-child { flex: 6; }

	.alist.notifications > div > div:not(:first-child) { 
		flex: 2;
	}

