.spinner {
	position:relative;
	margin:auto;
	display:block;
}

.member-image {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	image-rendering:optimizeQuality;
	display:none;
	border:solid;
	border-collapse:collapse;
}

#placardContainer {
	position:absolute;
	width:100%;
	bottom:0px;
	display:none;
}

#placard {
	/* have to use background image instead of rgba
	   to support legacy IE */
	background-image:url(background_filler.png); 
	position:relative;
	overflow:hidden;
	width:100%;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	font-family: 'Dosis', sans-serif;
	font-weight:400;
}

#placard .name {
	padding-left:10px;
	font-size:20px;
	width:35%;
	float:left;
	margin-top:0px;
}

#placard .description {
	width:55%;
	float:right;
	margin-top:0px;
	padding-right:10px;
}


#toggle {
	width:20px;
	height:15px;
	margin-left:25px;
	background-image:url(background_filler.png); 
	color:#FFFFFF;
	padding-left:5px;
	cursor:pointer;
}

