div.addresslistoverallwrapper {
    clear: both;
    float: left;
    width: 100%;
}

div.addresslistaddresswrapper {
    clear: both;
    float: left;
    padding: 5px 0;
    border-bottom: 1px solid #DDDDDD;
}

div.addresslistaddresswrapperfirst {
    clear: both;
    float: left;
    padding: 5px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

div.addresslistaddresstitlewrapper {
    clear: both;
}

div.addresslistaddress {
    float:left;
    width: 390px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
}

span.addresslistaddresstitle {
    font-weight: bold;
}

div.addresslistaddresstel {
    float:left;
    width: 270px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
}

div.addresslistaddressteldescription {
    clear: both;
    float:left;
    width: 35px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
}

div.addresslistaddresstelvalue {
    float:left;
    width: 235px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
}

div.addresslistaddressemail {
    float:left;
    width: 80px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
}


form.gsc-search-box {
    background-color: #ffffff;
    padding: 5px 0 10px 10px;
}

form.gsc-search-box input {
    width: 120px;
    border: 1px solid #A0AEC0;
    background-color: #E2F3FB;
    padding: 2px;
    margin-right: 10px;
}

form.gsc-search-box input:hover {
    background-color: #96D9F6;
}

table.gsc-branding {
    display: none;
}

div.gs-title {
    display: none;
}

div.gs-street:hover {
    cursor: pointer;
}

div.gs-directions {
    padding-top: 10px;
}

div.gs-directions-to-from {
    display: none;
}

div.gs-watermark {
    display: none;
}

div.gmls-results-list {
    padding: 5px 10px 0 10px;
    height: auto !important;
    height: 100px;
    max-height: 100px;
    overflow-y: auto;
    width: 256px;
    background-color: #ffffff;
}

div.gmls-result-list-item-key {
    display: none;
}
