div#tableControls {
    position: absolute;
    left: 80px;
    top: 10px;
    height: 35px;
    display: flex;
    align-items: center;
    z-index: 10000;
    width: 190px;
    /* flex-direction: row; */
    gap: 10px;
}
select#spatialUnitSelect {
    height: 35px;
    padding: 5px;
    flex:3;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #919191;
}
select#yearSelect {
    height: 35px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #919191;
    flex:1;
}

#attributeTable {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 80px;
}
.top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    margin: 10px 0;
}
.dt-search {
    margin-left: 200px;
}
div.dt-container .dt-search input {
    height: 35px;
    margin: 10px;
}
.dt-buttons {
    display: flex;
    gap: 10px;
}
.dt-buttons button {
    height: 35px;
    border-radius: 5px !important;
    border: none !important;
    background: #0E6EB6 !important;
    color: #FFF !important;
    font-weight: 700;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    font-size: 16px !important;
}

table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    padding: 0;
}
div#attributeDataTable_wrapper {
    height: 100%;
}
.dt-scroll {
    height: calc(100% - 55px);
    font-size: 14px;
}
.dt-scroll-body {
    height: calc(100% - 200px) !important;
}
table.dataTable tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

table.dataTable tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
#attributeDataTable td,
#attributeDataTable th {
    border: 1px solid #ffffff; /* EZ a fehér vonal */
}