@font-face {
	font-family: "Roboto";
	url("/Roboto-Regular.ttf") format('truetype');
	font-weight: 400;
	font-style: normal;
}
body {
	background:#eee;
	text-align:center;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #3b75ce;
	line-height: 25px;
}
div.card {
	margin:auto;
	max-width:300px;
	background:#fff;
	padding:20px;
	padding-top:0px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	text-align:left;
}
div.space {
	margin-top:20px;
}

h1,h4 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
}

h4.space {
	margin-top:10px;
}

.header {
	color:#fff;
	background-color: #2196F3;
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:20px;
	padding:10px 20px;
}

#autocomplete {
    background:url('ic_search_black_24px.svg');
    background-color:#fff;
    padding-right: 30px;
    height: 40px;
    padding-left: 20px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 50%;
    border: 0px;
    width:100%;
    outline: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

form {
	position:relative;
	padding:0px;
	margin:0px;
}

#autocomplete_choices {
	float:left;
	background-color:#fff;
	width:100%;
	position:absolute;
	display:none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#autocomplete_choices ul {
	padding-left:20px;
	margin-top:-1px;
	background-color:#fff;
}

#autocomplete_choices li {
	line-height: 25px;
}