.company-page-bold-with-bg {
    font-size: 12px;
    font-weight: bold !important;
    background-color: #e6e6e6 !important;

}

.company-page-bold {
    font-weight: bold !important;
    background-color: white !important;


}

div[id*=table_format].tabulator {
    font-size: 12px;
    font-family: "Inter";
    border: 0px;


}

div[id*=table_format] .tabulator-row {
    min-height: auto;
}

div[id*=table_format] .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {

    padding-top: 1px !important;
    padding-bottom: 1px !important;
    padding-right: 10px !important;
    padding-left: 2px !important;
    border-right: 0px !important;
    white-space: pre !important;
}

div[id*=table_format] .tabulator-header {
    border-bottom: 0px !important;
    background-color: white !important;
    height: auto;
}






div[id*=table_format] .tabulator-header .tabulator-col {



    font-weight: 400;
    background-color: white !important;
    border-right: 0px !important;
    height: auto !important;
    padding-left: 1px;

}

div[id*=table_format] .tabulator-header .tabulator-col-content {



    font-weight: 400;
    background-color: white !important;
    border-right: 0px !important;
    height: auto !important;
    padding-left: 1px;
    padding-right: 2px;

}

div[id*=table_format] .tabulator-fake-header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 0px;
    background-color: #bfbfbf !important;

    color: #555;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
}