.right-aligned-button {
    margin-top: 21px;
    float: right;
    margin-bottom: 16px;
}

#link-types-table {
    tbody {
        tr {
            width: 100%;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
        }
    }

    .drag-handle {
        cursor: move;
        display: inline-block;
        width: 24px;
        height: 20px;
        background-image: url('../../../images/drag_handler_icon.svg');
        background-repeat: no-repeat;
    }

    #name {
        width: 26%;
    }

    #outward {
        width: 32%;
    }

    #inward {
        width: 32%;
    }

    #actions {
        width: 10%;
    }
}