    #map-canvas {
        width: 100%;
		height: 300px;
        margin: 0;
        padding: 0;
      }

    .controls2 {
        margin-top: 10px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 24px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

    #pac-input {
        background-color: #fff;
		font-family: Verdana, monospace;
        font-size: 12px;
        font-weight: 300;
        margin-left: 0px;
        padding: 0 9px 0 9px;
        text-overflow: ellipsis;
        width: 154px;
      }

    #pac-input:focus {
        border-color: #431d43;
      }

    .pac-container {
		font-family: Verdana, monospace;
      }

    #type-selector {
        color: #fff;
        background-color: #431d43;
        padding: 3px 6px 0px 6px;
      }

    #type-selector label {
		font-family: Verdana, monospace;
        font-size: 12px;
        font-weight: 300;
      }
	.highlighter {
        border: 0px solid;
		background-color: #efdfff;
        color: #431d43;
		text-align: center;
		width: 100%;
        margin-top: 20px;
/*         border-radius: 0px 0 0 0px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0px 0px 0px 0px; */
      }
	  .highlighter1 {
	  		font-size: 1.5em;
	        height: 80px;
			padding:  12px 6px 0px 6px;
	        }
	  .highlighter2 {
			text-align: left;
	  		font-size: 1em;
			height: 180px;
			padding:  12px 9px 3px 9px;
	        }
	  #target {
        width: 200px;
      }
 