.matters-module .tabulator {
    border: none;
}

.matters-module .tabulator-col-title {
    padding: 4px;
}

.matters-module .tabulator .tabulator-header {
    border-bottom: 1px solid #dedede;
}

.matters-module .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
    top: 14px;
}

.matters-module .tabulator .tabulator-header,
.matters-module .tabulator .tabulator-header .tabulator-col {
    background-color: #f4f4f4;
}

.matters-module .tabulator .tabulator-header {
    height: 32px;
    font-weight: 400;
}

.matters-module .tabulator-row .tabulator-cell {
    font-weight: 300;
    padding: 4px 6px;
}
