
.linksMaker div {
    font-weight: 400;
}

.linksMaker .FL-left-table,
.linksMaker .FL-right-table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--mud-palette-background-grey);
}


.linksMaker .FL-left-table-body,
.linksMaker .FL-right-table-body {
    background-color: var(--mud-palette-surface);
}


.linksMaker .FL-left {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}

.linksMaker .FL-right {
    float: right;
    width: 100%;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}
.linksMaker .FL-left-main {
    float: left;
    width: 40%;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}

.linksMaker .FL-right-main {
    float: right;
    width: 55%;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}

.linksMaker .FL-left-header-row,
.linksMaker .FL-right-header-row {
    position: sticky;
    width: 100%;
    top: 30px;
    background-color: var(--mud-palette-background-grey);
    z-index: 1;
}

.linksMaker .left-table-row,
.linksMaker .right-table-row {
    width: 100%;
    position: relative;
    border-bottom: 1px solid var(--mud-palette-table-lines);
}

.linksMaker .sticky-text {
    font-weight: 400;
    position: sticky;
    top: 0;
    background-color: var(--mud-palette-background-grey);
    z-index: 1;
    width: 100%;
}

.linksMaker .text-underline-important {
    text-decoration: underline !important;
}


.bold-text {
    font-weight: bold;
}

.red-row-highlight {
    background-color: color-mix(in srgb, var(--mud-palette-error-lighten) 30%, transparent);
}