table#search-result-data {
    width: 100%;
    border-collapse: collapse;
}
table#search-result-data th, table#search-result-data td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
table#search-result-data th {
    background-color: #f4f4f4;
}


.approved-keyword-data {
    max-width: 1340px;
    margin: 0 auto;
}


.approved-keyword-data table.keyword_table {
    font-size: 16px;
}


/*Search and export css*/
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
    margin-right: 0 !important;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    margin-left: 0 !important;
}
