  #page-content {
  	font-size:12px;
  	font-family: arial,helvictica,sans-serif;
  }

  #results {
  	/* border-left: 1px dashed #000; */
  	padding: 0 1em;
  	width: 300px;
  	height: 400px;
	background-color: #FDFDF0;
	padding-bottom: 1em;
  }

  #sidebar {
  	overflow:auto;
  	width: 100%;
  	height: 100%;
	border-top: 1px solid #000;
  }

  #map {
  	border: 1px solid #000;
  	/*border-right: none;*/
	overflow:hidden;
	width: 500px;
	height: 400px;
  }

  input {
  	font-size: 12px;
  }

  select {
    font-size: 12px;
  }
  option {
    font-size: 12px;
  }

  form {
	  margin: 0;
	  padding: 0;
  }