html, body, #map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px
}
  .controls {
    margin-top: 16px;
    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);
}
.prediction
{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    color: #A2A2A2;
    width:350px;
}
.prediction td:hover
{
    background-color:#EDEDFF;
}
 .pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
}

  .pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
            z-index: 99999 !important;
        }

  #type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

  #type-selector label {
    font-family: Roboto;
    font-weight: 300;
}

    #resultWindow{  
        position: absolute;
       /* top: 0;
        left: 0;
        width: 100%;
        height: 100%;*/
        background-color: #fff;
        filter:alpha(opacity=100);
        -moz-opacity:1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0;
        z-index: 10000;
        border: 1px solid black;
        color:black;
        display:none;
        }
        
.buttonLikeOther
{
    height:25px;
}