@charset "utf-8";
/* CSS Document */
html, body, #map-canvas {
        height: 100%;
        margin: 0px;
      }
	  .controls {
        border: 1px solid transparent;
        border-radius: 2px 2px 2px 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 29px;
        outline: none;
        width: 170px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        position: relative;
        margin-top: 10px;
      }
	  

      #pac-input {
        background-color: #FFF;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 10px;
        color: #999;
      }

      #pac-input:focus {
        border-color: #4d90fe;
        margin-left: -1px;
        padding-left: 5px;  /* Regular padding-left + 1. */
      }
	  

      .pac-container {
        font-family: Roboto;
      }

      #type-selector {
        color: #fff;
        background-color: #4d90fe;
        padding: 5px 11px 0px 11px;
      }

      #type-selector label {
        font-family: Roboto;
        font-size: 10px;
      }

