* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          
          font-family: arial, sans-serif;
}


#top{

	position: absolute;
	top: 0px;
	width: 100%;
	height: 40px;
	font-family: arial, sans-serif;
	font-size: .85em;
	text-align: right;
	vertical-align: top;
	padding-bottom: 5px


}

.buttons{

	text-decoration: none;
	padding-top: 5px;


}

.buttons a{

	text-decoration: none;

}

#top li{

display: inline; 
padding: 5px; 
top: 2px;




}




}

#buttons{

	list-style: none;
	display: inline-block;
  	padding-left: 2px;
  	margin-right: 6px;
}

#search{

	margin: 15% auto 0% auto;
	/*margin-top: 25%; */
	max-width: 650px;
	position: relative;
	padding: 2em;
	min-width: 272px;
}

#logo{

	background: transparent url("img/logo.png") no-repeat scroll 0% 0% / 272px 92px;
	height: 92px;
	width: 272px;
	margin: auto;
	

}

.logo-subtext{

	font-size: 15px;
	position: relative;
	padding-top: 68px;
    padding-left: 225px;
    width: 30px;
    height: 10px;
    color: #4285f4;
    font: 16px/16px roboto-regular, arial, sans-serif;
}
	


#form1{

	padding: 1em;
	margin: auto;

}

#search-bar{

	border-radius: 1px 1px 1px 1px;
	border: 0px solid #f1f1f1;
	padding: 2px;
	border: 1px solid #d9d9d9;
	min-width: 272px;

	
}


#search-buttons{

	position: relative;
	text-align: center;
	padding-top: 1.5em;
	min-width: 272px;
}

#button_search:hover, #button_lucky:hover{

	color: #222;
	border-color: #757575;
	border-style: solid;
	border-width: 0.1em;
	border-radius: 3px

}


#button_search, #button_lucky{

	margin: auto;
	border: none;
	height: 40px;
	font-family: arial, sans-serif;
	background-color: #f1f1f1;
	font-size: 13px;
	font-weight: bold;
	color: #757575;
	border-radius: 3px 3px 3px px;
	padding-left: 10px;
	padding-right: 10px;

}

#search p{

	font-family: arial,sans-serif;
	font-size: 16px;
	text-align: center;
}

#button_search{
	margin-right: 5px;
}
#button_lucky{
	margin-left: 5px;
}

#circle-person{

	max-height: 30px;
	max-width: 30px;
	border-radius: 50%;
	background: transparent;
	border: 1px black;
	margin-right: 5px;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	border-top: 1px solid #e4e4e4;
	font-family: arial, sans-serif;
	font-size: .85em;
	background: #f2f2f2;
}


#footer li {

	display: inline; 
	color: #666;
	margin-right: 25px;
}	

#footer-left{

	float: left;
	margin-left: 5px;
	
}

#footer-right{
	float: right;
	margin-right: 10px;
	
}


#footer ul {
 list-style-type: none; 
}

#footer a {
	text-decoration: none;
	color: #666;

}
 #footer a:hover {
	text-decoration: underline;
	color: #666;

}

#searchResult{
	font-size: 1.2em;

}





