/*<style>*/
	.inputsearchbutton input[type=text] {
		padding: 10px;
		font-size: 17px;
		border: 1px solid grey;
		float: left;
		width: 80%;
		background: #f1f1f1;
	}

	.inputsearchbutton button {
		float: left;
		width: 20%;
		padding: 10px;
		background: #2196F3;
		color: white;
		font-size: 17px;
		border: 1px solid grey;
		border-left: none;
		cursor: pointer;
	}

	.inputsearchbutton button:hover {
		background: #0b7dda;
	}

	.inputsearchbutton::after {
		content: "";
		clear: both;
		display: table;
	}
	
	.inputsearchbuttoninstruction {
		color: #2196F3; text-align: right;
	}
/*</style>*/

/*<style>*/
	#detailsMap{
	    height: 200px;
	}
/*</style>*/
