/* Size limit on Phoenix's avatar. */

img[src="http://imageshack.us/a/img228/1069/phoenixbird.jpg"] { width:100px; height:100px; }

/* Completely eliminate blocked posts. */

tr.blocked:not(.unblockable) { display: none; }
.unblockable a[role="button"] { display: none; }

img[src*="unblockable"] { display: none; }

/* Fix for celeste's joined date font colour. */

div.info[style^="color"] abbr.time { color: white; }

/* Introduction popup (IntroPop). */

.intropop-outer {
	position: fixed;
	overflow-y: hidden;
	width: 400px;
	height: 0;
	bottom: 0;
	right: 10px;
	cursor: pointer;
}

.intropop-inner {
	background-color: rgba(255,255,255,0.8);
	border: 2px solid black;
	padding: 10px;
	font: 10px Verdana;
}

.intropop-buttons {
	text-align: center;
}

.intropop-button {
	margin: 20px 10px 10px 10px;
	font-size: 10px !important;
}
