﻿.small {
    font-size: 8pt;
    width: 230px;
}

div #container {
    margin-left: 8px;
    margin-top: 30px;
}

div #formfields {
    width: 827px;
    margin-bottom: 4px;
    text-align: right;
}

div#map {
    width: 98%;
    height: 350px;
    margin: 3px;
    border: solid 1px;
}

div#results {
    width: 600px;
    margin-left: 580px;
    margin-top: -418px;
}

div.label {
    margin-top: 8px;
    margin-bottom: 2px;
    font-family: Verdana;
    font-size: 14px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#map {
    height: 100%;
}

.controls {
    margin-top: 10px;
    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);
}

.controls-sm {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 22px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.labels {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }
