div.title1 {
	font-family: 'Irish Grover';
	font-size: 80pt;
	color: #72d32d;
	text-align: center;
	height: 100px;
}
div.title2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 65pt;
	text-align: center;
	letter-spacing: -6pt;
	height: 100px;
}
.wrapper {
	max-width: 400px;
	margin-top: 50px;
}



.alert {
	padding-top: 13px;
}
.alert .btn {
	margin-top: -3px;
}

#authstatus {
	padding-top: 13px;
}
#authstatus .btn {
	margin-top: -3px;
}

/*---------- Table ----------*/

table#muppetList td.pic {
	padding: 0;
	width: 64px;
}
table#muppetList td.pic img {
	width: 64px;
}
table#muppetList td {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
table#muppetList span, table#muppetList small {
	margin: 0;
	line-height: normal;
}
table#muppetList td.chevron i {
	float: right;
	display: none;
}
table#muppetList td.chevron {
	border-left: none;
}
table#muppetList a:link, table#muppetList a:visited, table#muppetList a:hover, table#muppetList a:active {
	color: #333;
	text-decoration: none;
}

/*---------- Single Muppet ----------*/

div.singleMuppet { text-align: center; }
div.singleMuppet p.lead { margin: 0; }
div.singleMuppet p.desc { margin: 20px 0 20px 0; }
div.singleMuppet img {
	max-height: 128px;
	max-width: 128px;
}
