.tabulator {
    font-size: 89%;
}

.tabulator .tabulator-header {
    background-color: #003A70;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #6678b1;
}

.tabulator .tabulator-header .tabulator-col {
    background-color: #003A70;
    color: #fff;
    height: auto !important;
    text-align: center;
    vertical-align: middle;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    white-space: normal;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
    cursor: pointer;
    background-color: #44729C;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row:nth-child(even) {
    background-color: #eee;
}

.tabulator .tabulator-row:hover {
    background-color: rgba(0, 58, 112, 0.15) !important;
}

.tabulator-row .tabulator-cell {
    white-space: normal;
    display: table-cell;
    /*vertical-align: middle;*/
}

#regnets-table {
    /*font-family: inherit;*/
    /*font-size: 12px;*/
    background-color: #E9EAED;
    border-radius: 8px;
    /*margin: 30px;*/
    width: 1250px; /*width: 650px;*/
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1000px; /*width: 650px;*/
    /*min-width: 1000px;*/
    /*border-collapse: collapse;*/
    /*text-align: left;*/
}

#query-table {
    /*font-family: inherit;*/
    /*font-size: 12px;*/
    background-color: #E9EAED;
    border-radius: 8px;
    /*margin: 30px;*/
    width: 1250px; /*width: 650px;*/
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1000px; /*width: 650px;*/
    /*min-width: 1000px;*/
    /*border-collapse: collapse;*/
    /*text-align: left;*/
}

#genes-table {
    /*font-family: inherit;*/
    /*font-size: 12px;*/
    background-color: #E9EAED;
    border-radius: 8px;
    /*margin: 30px;*/
    width: 1000px; /*width: 650px;*/
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1000px; /*width: 650px;*/
    /*min-width: 1000px;*/
    /*border-collapse: collapse;*/
    /*text-align: left;*/
}

#modules-table {
    /*font-family: inherit;*/
    /*font-size: 12px;*/
    background-color: #E9EAED;
    border-radius: 8px;
    /*margin: 30px;*/
    width: 1000px; /*width: 650px;*/
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1000px; /*width: 650px;*/
    /*min-width: 1000px;*/
    /*border-collapse: collapse;*/
    /*text-align: left;*/
}

#modulesNA-table {
    /*font-family: inherit;*/
    /*font-size: 12px;*/
    background-color: #E9EAED;
    border-radius: 8px;
    /*margin: 30px;*/
    width: 1000px; /*width: 650px;*/
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1000px; /*width: 650px;*/
    /*min-width: 1000px;*/
    /*border-collapse: collapse;*/
    /*text-align: left;*/
}
