body {
    color: #545454;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.stuff-wrapper {
    background: #f0f2ef;
    border: 1px solid #e6e6e6;
    padding: 20px;
    width: 300px;
    height: 192px;
}

#logo {
    margin-bottom: 10px;
    width: 180px;
    vertical-align: middle;
}
/*img {*/
    /*vertical-align: middle;*/
/*}*/

label {
    display: inline-block;
    margin-bottom: 5px;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.dropdown-neighbourhood-select {
    position: relative;
}

.form-control-stuff {
    padding-right: 5px;
    line-height: 24px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #323232;
    display: block;
    font-size: small;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.stuff-submit {
    margin-top: 10px;

}

.btn-xs {
    padding: 1px 5px;
}
.btn-sm, .btn-xs {
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 10px;
}
.btn-primary {
    background-color: #0b9abc;
    color: #ffffff;
}
.btn {
    border: 1px solid transparent;
}
button, input, select[multiple], textarea {
    background-image: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

/*#autocomplete*/

.ui-helper-hidden-accessible {
    display: none;
}

.dropdown-neighbourhood-select .ui-corner-all {
    padding-left: 2px !important;
    padding-right: 0 !important;
}
.dropdown-neighbourhood-select .ui-autocomplete {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    float: left;
    font-size: 16px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 3px 0;
    position: absolute;
    top: 100% !important;
    width: 260px;
    z-index: 1000;
}

*, *:before, *:after {
    box-sizing: border-box;
}
.dropdown-neighbourhood-select .ui-menu-item {
    font-size: x-small;
}
*, *:before, *:after {
    box-sizing: border-box;
}

.dropdown-neighbourhood-select .ui-autocomplete > li {
    clear: both;
    color: #545454;
    display: block;
    font-weight: normal;
    line-height: 1.6;
    padding:  0 3px 2px;
    white-space: nowrap;
}
.dropdown-neighbourhood-select .ui-corner-all {
    padding-left: 2px !important;
    padding-right: 0 !important;
}
a {
    color: #0b9abc;
    text-decoration: none;
}

.dropdown-neighbourhood-select .ui-autocomplete .ui-state-focus {
    background-color: #0b9abc;
    color: #ffffff;
    text-decoration: none;
}