.address-list table.c-result-table > colgroup > col:nth-child(1) {
  width: 5%;
}

.address-list table.c-result-table > colgroup > col:nth-child(2) {
  width: 10%;
}

.address-list table.c-result-table > colgroup > col:nth-child(3) {
  width: auto;
}

.address-list table.c-result-table > colgroup > col:nth-child(4) {
  width: auto;
}

.address-list {
  max-height: 190px;
}

.address-filter {
  margin: 0 30px;
}

.address-wrap {
  max-height: unset;
}