div.ui-navigation.top-helpers {
    display: flex;
    justify-content: space-between;
    width: 100%;

    & > div {
        display: flex;
        align-items: end;
        padding: 15px 5px;
    }

    & > div:nth-child(1) {
        width: calc(100% - 384px);

    }

    & > div:nth-child(2), & > div:nth-child(3) {
        display: flex;
        flex-direction: column;
        width: 192px;
        height: fit-content;
        align-items: flex-start;

        & > div {
            display: flex;
            align-items: end;
            justify-content: start;
            margin-top: 3px;
        }
    }
}

.helpers-table {
    border: none !important;

    tbody, tr, td {
        border: none !important;
    }

    td {
        background: none !important;
    }

    &.align-top td {
        vertical-align: top !important;
    }

    div {
        display: flex;
        align-items: end;
        justify-content: start;
        span:not(.bubble-ref) {
            white-space: normal;
            word-break: break-word;
            word-wrap: break-word;
        }
    }
}

span.bubble-ref {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border: 1px solid #ffd4e4;
    border-radius: 20px;
    line-height: 20px;
    color: white;
    background-color: #dd0077;
    margin-right: 10px;
    font-size: .8rem;
}
