.container-searchStreet, .container-searchStreetnumber, .container-formButton {
    display: block;
}

#storesearchErrorMessage, #storesearchAddressNotDelivered {
    display: none;
}


.so--template {
    display: none;
}


.so-stores {
    width: 100%;
}

.so-stores thead th, .so-stores tbody td {
    text-align: right;
}
.so-stores thead th:first-child, .so-stores tbody td:first-child {
    text-align: left;
}

.so-stores th, .so-stores td {
    padding: 5px;
}

.so-stores td {
    cursor: pointer;
}