#wooss_shipments_data_children {
    text-align: center;
}

.wooss-wallet-balance {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.wooss-shipment-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

#wooss_selected_courier {
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0;
    border-radius: 1px;
    box-sizing: border-box;
    font-weight: bold;
}

#wooss_destination_country {
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0;
    border-radius: 1px;
    box-sizing: border-box;
    font-weight: bold;
}

#wooss_destination_state {
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0;
    border-radius: 1px;
    box-sizing: border-box;
    font-weight: bold;
}

#wooss_destination_city_name {
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0;
    border-radius: 1px;
    box-sizing: border-box;
    font-weight: bold;
}

#wooss_postal_code {
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0;
    border-radius: 1px;
    box-sizing: border-box;
    font-weight: bold;
}

input.fee {
    width: 40%;
    padding: 2px 20px;
    border: none;
    margin: 20px 0;
    border-radius: 4px;
}
