/*
	Friends Display
	This CSS file handles displaying
	"friends" of ImaginEERIEing properly.
*/

.friends-display {
	text-align: center;
	}

.haunt-info {
	width: 220px;
	padding: 10px;
	margin: 10px;
	display: inline-table;
	vertical-align: middle;
	border: 1px solid #6A63C3;
	}

.haunt-thumb-box {
	width: 200px; overflow: hidden; margin: 3px 0px;
	}

.haunt-thumb { width: 100%; margin: auto;}

.haunt-name {
	font-size: 115%; font-weight: bold;
	text-align: center; color: #6A63C3;
	}

.haunt-review {
	color: #aaa;
	}
