@import url("./outbound-form.css");

#outboundsTable tbody tr {
    height: 20px;
}

#outboundsTable tbody td {
    padding: 0.1rem 0.25rem;
    vertical-align: middle;
}

#outboundsTable thead th {
    padding: 0.1rem 0.25rem;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: normal;
}

#outboundsTable .outbounds-col-actions {
    width: 72px;
}

#outboundsTable .outbounds-col-id {
    width: 64px;
}

#outboundsTable {
    font-size: 0.75rem;
    table-layout: fixed;
}

#outboundsTable tbody td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
