.apexcharts-legend {
    align-items: flex-start;
    justify-content: center !important;
}

.table-bordered, table.dataTable tbody th, table.dataTable tbody td {
    border-width: 1px 1px !important;
    border-color: #dee2e6 !important;
}

table.dataTable thead th {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

section#open-budget-data-tables fieldset {
    border: 1px solid black;
    padding: 20px;
}

section#open-budget-data-tables legend {
    float: none;
    font-size: 16px;
    width: auto;
    padding: 0 5px;
}

.region-option label {
    margin-right: 10px;
}