.tbtd {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.tbtd > svg {
    margin-right: 10px;
}


.addr {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin-bottom: 10px;
}
.addr >select{
    margin-right: 10px;
}

select {
    /*width: 32%;*/
}