.unicode_search {
	margin-bottom: 10px;
}
#search_results {
	margin-top: 20px;
}
#search_results h2 {
	font-size: 18px;
	font-weight: bold
}
.user_detail {
	background: #f8f8f8;
	display: block;
	height: 50px;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
.user_detail:nth-child(odd) {
	background: #ffffff;
}
.user_detail span {
	display: inline-block;
	width: 150px;
	font-weight: bold;
	text-align: left;
	margin-right: 10px;

}
.search_button:focus {
    background: #000000!important;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #1ABC9C;
  border-bottom: 16px solid #1ABC9C;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin:0px auto;
  margin-top: 15%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.searchoverlay{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	background: #FFF;
	margin: 0px auto;
	text-align: center;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
#content {
	position: relative;
}