#twtxt > #app .status
{
	margin:		1em 0;
	padding:	1em;

	border:		1px solid;
	border-color:	rgba(0,0,0,0.3);
	border-radius:	0.5em;
	box-shadow:	2px 4px 7px -5px rgba(0,0,0,0.75);
}
#twtxt > #app .status:last-child { margin-bottom: 0; }

#twtxt > #app p { margin: 0.3em 0; }
#twtxt > #app .loading { float: right; }

#twtxt > #app .fade
{
	visibility:	hidden !important;
	opacity:	0 !important;
	transition:	visibility 0s 0.2s, opacity 0.2s ease-in-out !important;
}

