html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #eee;
	font-family: Arial;
	font-size: 13px;
}

#map {
	height: 100%;
	z-index: 1;
	margin-right: 222px;
}

hr {
	margin: 15px 0px 15px;
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #777;    
    padding: 0; 
}

.hide {
	display: none;
}

#sidebar {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #bbb;
	padding: 0 10px 0 5px;
	width: 207px;
	z-index: 2;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	text-align: right;
}

#btnGetStreetsList {
	width: 100%;
}

#sidebar select, #sidebar button{
	width: 180px;
}
#sidebar input[type=text] {
	text-align: right;
	width: 176px;
}


/* from google example */
.controls {
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
	background-color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 26px;
	text-overflow: ellipsis;
	width: 300px;
	background: white url('../img/search.png') no-repeat 2px center;
}
#pac-input:focus {
	border-color: #4d90fe;
}

#sidebar select, #sidebar select option {
	text-align: right;
}

ul#alternameNamesList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#alternameNamesList li a.deleteName {
	text-decoration: none;
	margin-left: 10px;
}