div.searchmessage {
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}

div.searchmessage h4.options {
	padding-left: 40px;
	cursor: pointer;
	color: #407EC9;
}

h4.loading,h4.notes,div#loadingresults h4,div#loadingfailed h4 {
	width: 100%;
	text-align: center;
	padding: 100px 0px;
}

div#loadingresults h4,div#loadingfailed h4 {
	padding: 20px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

div#loadingfailed {
	display: none;
}

div#peoplesearchresults div.person.plan.ultra span.text h4::after {
	content: 'ultra';
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    border-radius: 2px;
    background: #999;
    color: #FFF !important;
    vertical-align: text-top;
    margin: 0 0 0 5px;
    background: #9f41f6;
    top: 0px;
    position: relative;
}